From owner-freebsd-java Tue Nov 7 15: 4:13 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 88AF337B479 for ; Tue, 7 Nov 2000 15:04:09 -0800 (PST) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id JAA13027; Wed, 8 Nov 2000 09:34:02 +1030 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200011072304.JAA13027@ares.trc.adelaide.edu.au> Subject: Re: JDK1.2 make simple question. In-Reply-To: <001001c048d3$5a3fbdc0$3c0ac9cd@rhoderunner1> from Phillip Rhodes at "Nov 7, 2000 10:56:53 am" To: Phillip Rhodes Date: Wed, 8 Nov 2000 09:34:02 +1030 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Phillip Rhodes wrote: > Sorry folks...I am trying!! > > I am trying to get JDK1.2 built...I have tried 2 different ways and both end > with different errors. Which is the best way to build JDK 1.2? Both ways I > try error out on make. > > Method 1: Get the lastest ports.tar.gz and do a build from > /usr/ports/java/jdk12-beta > Build Errors out: > ERROR: Your ALT_BOOTDIR environment variable does not point > to a valid JDK for bootstrapping this build. > A JDK 1.2 or 1.2.x build must be bootstrapped against > a 1.2-V (or later) build. Please update your ALT_BOOTDIR > setting, or just unset it, and try again. You haven't got the Linux emulation turned on or your linux-jdk installation isn't in the standard place. Try using the linux-jdk manually, e.g. doing 'java -version'. If you can't, then the port build probably can't either :). > Method 2: Get the lastest jdk12-beta.tar.gz. Extracted path is > /pub/FreeBSD/branches/-current/ports/java/jdk12-beta > If I do a build here, the build errors out. > ===> Patching for jdk-1.2.2b10 > cp: > /usr/home/rhodespc/test/pub/FreeBSD/branches/-current/ports/java/jdk12-beta/ > ../../java/jfc/work/swing-1.1.1fcs/*.jar: No such file or directory > *** Error code 1 You need the jfc port as well. - Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message