From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 01:50:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D969B16A4B3 for ; Thu, 9 Oct 2003 01:50:51 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37EA43FAF for ; Thu, 9 Oct 2003 01:50:50 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id 446964108 for ; Thu, 9 Oct 2003 10:50:22 +0200 (CEST) Date: Thu, 9 Oct 2003 10:50:22 +0200 From: Martin Jessa To: ports@freebsd.org Message-Id: <20031009105022.22591252.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-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 08:50:52 -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. ===> 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