From owner-freebsd-questions@FreeBSD.ORG Sun Feb 5 19:59:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A23B16A420 for ; Sun, 5 Feb 2006 19:59:27 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA66643D48 for ; Sun, 5 Feb 2006 19:59:26 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id DC32C5641F; Mon, 6 Feb 2006 08:59:24 +1300 (NZDT) Date: Mon, 6 Feb 2006 08:59:24 +1300 From: Jonathan Chen To: Gene Message-ID: <20060205195924.GA11605@osiris.chen.org.nz> References: <43E6560C.1070207@Bomgardner.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E6560C.1070207@Bomgardner.net> User-Agent: Mutt/1.4.2.1i Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Apparant java catch-22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 19:59:27 -0000 On Sun, Feb 05, 2006 at 01:46:20PM -0600, Gene wrote: [...] > ERROR: Your BOOTDIR environment variable does not point > to a valid Java 2 SDK for bootstrapping this build. > A Java 2 SDK 1.4.2 build must be bootstrapped using > J2SDK 1.4.1 fcs (or later). > Apparently, your bootstrap JDK is version > Please update your ALT_BOOTDIR setting and start your build again. For your first java/jdk14 build you first need to have a linux-jdk14 installed, and active (ie linuxalator on, linprocfs mounted) to act as a bootstrap compiler. Once the native jdk14 has been built and installed, you can remove linux-jdk14 and its dependancies. Any further jdk14 builds will use the native jdk14 as its bootstrap compiler. Cheers. -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams