From owner-freebsd-java@FreeBSD.ORG Thu Oct 9 02:32:02 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C7C16A4B3 for ; Thu, 9 Oct 2003 02:32:02 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC8343FE5 for ; Thu, 9 Oct 2003 02:32:01 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id 8F65141B7 for ; Thu, 9 Oct 2003 11:31:33 +0200 (CEST) Date: Thu, 9 Oct 2003 11:31:33 +0200 From: Martin Jessa To: java@freebsd.org Message-Id: <20031009113133.430e8b28.freebsd@yazzy.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: JDK 1.3 loop? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 09:32:02 -0000 Hi. Got this annoying error trying to compile jdk-1.3 Seems like a new installation of jdk-1.3 needs an existing installation of java for bootstrapping, which sounds absurd. I also have linux-sun-jdk-1.3.1.09 Sun Java Development Kit 1.3 for Linux installed. Please CC: to me or ports@ as I dont subscribe to java@. ===> Returning to build of jdk-1.3.1p8_2 ===> jdk-1.3.1p8_2 depends on executable: gmake - found ===> jdk-1.3.1p8_2 depends on shared library: glib12.3 - found ===> jdk-1.3.1p8_2 depends on shared library: gtk12.2 - found ===> jdk-1.3.1p8_2 depends on shared library: nspr4.1 - found ===> Configuring for jdk-1.3.1p8_2 ===> Building for jdk-1.3.1p8_2 # Start of jdk build i386 Build started: 1.3.1-p8-root-031009-10:33 ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 1.3.1 build must be bootstrapped against any 1.3 build. Please update your ALT_BOOTDIR setting, or just unset it, and start your build again. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2