From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 05:25:12 2003 Return-Path: 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 F33B716A4CF for ; Thu, 6 Nov 2003 05:25:11 -0800 (PST) Received: from chomsky.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCFB43FB1 for ; Thu, 6 Nov 2003 05:25:08 -0800 (PST) (envelope-from ebudd@grokking.org) Received: from conrad.sohotech.ca (conrad.sohotech.ca [192.168.1.2]) by chomsky.sohotech.ca (8.12.9p1/8.12.9) with ESMTP id hA6DP5uj004236 for ; Thu, 6 Nov 2003 08:25:05 -0500 (EST) (envelope-from ebudd@grokking.org) Received: from localhost ([192.168.1.5]) by conrad.sohotech.ca with Microsoft SMTPSVC(5.0.2195.6713); Thu, 6 Nov 2003 08:25:05 -0500 Date: Thu, 6 Nov 2003 08:25:05 -0500 From: Ed Budd To: freebsd-questions@freebsd.org Message-Id: <20031106082505.7baff44b.ebudd@grokking.org> In-Reply-To: <1068087220.1933.4.camel@nyshell.solomon.net> References: <1068087220.1933.4.camel@nyshell.solomon.net> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Nov 2003 13:25:05.0221 (UTC) FILETIME=[63F7C750:01C3A469] Subject: Re: jdk1.3 compile problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 13:25:12 -0000 Try this: cd /usr/ports/java/linux-blackdown-jdk13 make install clean Then: cd /usr/ports/java/jdk13 make -DWITH_LINUX_BOOTSTRAP make install clean Worked for me on 5.1R Cheers, EB On Wed, 05 Nov 2003 21:53:41 -0500 asolomon15 wrote: > Hello everyone... I seem to have a problem when I try to build jdk13 > port on freebsd5.1 release. Here are the errors that I get > > # Start of jdk build > i386 Build started: 1.3.1-p8-daddius-031105-21:52 > 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 > > Stop in /usr/ports/java/jdk13. > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"