From owner-freebsd-questions@FreeBSD.ORG Mon Sep 13 13:28:20 2004 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 5DC3B16A4CE for ; Mon, 13 Sep 2004 13:28:20 +0000 (GMT) Received: from muva.it (host169-167.pool8249.interbusiness.it [82.49.167.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479A143D1F for ; Mon, 13 Sep 2004 13:28:17 +0000 (GMT) (envelope-from sannata@tin.it) Received: from localhost (unknown [127.0.0.1]) by muva.it (Postfix) with ESMTP id 5CC4B6651 for ; Mon, 13 Sep 2004 15:28:15 +0200 (CEST) Received: from muva.it ([127.0.0.1]) by localhost (muva [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00603-06 for ; Mon, 13 Sep 2004 15:28:12 +0200 (CEST) Received: by muva.it (Postfix, from userid 1001) id AF4D0664D; Mon, 13 Sep 2004 15:28:12 +0200 (CEST) Date: Mon, 13 Sep 2004 15:28:12 +0200 From: Santo Natale To: freebsd-questions@freebsd.org Message-ID: <20040913132812.GA1196@muva> Mail-Followup-To: freebsd-questions@freebsd.org References: <220.253.54.83.1095079880.87923@my.monash.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <220.253.54.83.1095079880.87923@my.monash.edu.au> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://xoomer.virgilio.it/muva/tinotom.asc X-Virus-Scanned: by amavisd-new at muva Subject: Re: problems installing java 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: Mon, 13 Sep 2004 13:28:20 -0000 You need to install linux-sun-jdk13 or linux-ibm-jdk13 from /usr/ports/java to be able to build jdk13. hope this will help, bye, santo On Mon, Sep 13, 2004 at 12:53:34PM +0000, Brett Wiggins wrote: > hi, > I am using FreeBSD 5.2.1 -RELEASE as a desktop and have come across some problems when installing java. I downloaded the files listed in the handbook into /usr/ports/distfiles/ and went to install /usr/ports/java/jdk13 with 'make install clean'. The installation starts > then stops saying that i need to download a diablo caffe file and place it in /usr/ports/distfiles/. I download the file, start the install again and get the following; > > # Start of jdk build > i386 Build started: 1.3.1-p8-root-040913-23:10 > 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. > > What does this error message mean? I have all the files that were listed in /usr/ports/distfiles what am I missing or doing wrong? > > thanks > > Brett