From owner-freebsd-java@FreeBSD.ORG Mon Sep 15 13:04:16 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 B580B16A4BF; Mon, 15 Sep 2003 13:04:16 -0700 (PDT) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C40343FB1; Mon, 15 Sep 2003 13:04:15 -0700 (PDT) (envelope-from polkrl@bellsouth.net) Received: from DELL ([68.209.159.2]) by imf23aec.mail.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030915200415.TMJU1849.imf23aec.mail.bellsouth.net@DELL>; Mon, 15 Sep 2003 16:04:15 -0400 From: "Rob" To: "'Scott Reese'" , Date: Mon, 15 Sep 2003 15:02:07 -0500 Message-ID: <001001c37bc4$40d6a0c0$6401a8c0@DELL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <1063649207.83601.16.camel@borges> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-java@freebsd.org Subject: RE: jdk13 port broken? 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: Mon, 15 Sep 2003 20:04:16 -0000 I had the same problem. I used make WITH_LINUX_BOOTSTRAP=yes install clean I think that was the correct command, look at the Makefile and look at the options.. Hope this helps ROb -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Scott Reese Sent: Monday, September 15, 2003 1:07 PM To: freebsd-questions@freebsd.org Cc: freebsd-java@freebsd.org Subject: jdk13 port broken? [Please cc: me in any replies as I'm not currently subscribed to these lists. Thank you.] Hello all, Sorry for the cross-posting but I wasn't sure which list would be better for this question. I'm trying to build the jdk13 port and no matter what I do, I can't get past the following error: # Start of jdk build i386 Build started: 1.3.1-p8-root-030915-11:03 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. I've tried searching Google for an answer to this problem, but nothing I've found there has helped so far. My BOOTDIR environment variable isn't set at all. I've tried explicity setting ALT_BOOTDIR to "/usr/local/diablo-jdk1.3.1" but that doesn't help either. Any ideas as to what the problem might be? Any and all suggestions welcome. Thank you, Scott _______________________________________________ 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"