From owner-freebsd-java@FreeBSD.ORG Mon Sep 15 11:06:38 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 6B7F116A4BF; Mon, 15 Sep 2003 11:06:38 -0700 (PDT) Received: from transpacific.net (lincoln.transbay.net [209.133.53.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C1643FE1; Mon, 15 Sep 2003 11:06:35 -0700 (PDT) (envelope-from sreese@codysbooks.com) Received: from [192.168.0.24] (stalwart.codysbooks.com [209.133.54.175]) by transpacific.net (8.11.6p2/8.11.4) with ESMTP id h8FI6Zu09078; Mon, 15 Sep 2003 11:06:35 -0700 (PDT) From: Scott Reese To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Cody's Books, Inc. Message-Id: <1063649207.83601.16.camel@borges> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 15 Sep 2003 11:06:47 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: 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 18:06:38 -0000 [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