From owner-freebsd-hackers Wed Apr 4 8:16:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from pluto.senet.com.au (pluto.senet.com.au [203.56.239.150]) by hub.freebsd.org (Postfix) with ESMTP id 1DC7037B722 for ; Wed, 4 Apr 2001 08:16:30 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (c21-p62.senet.com.au [203.152.254.191]) by pluto.senet.com.au (8.11.0/8.11.0) with ESMTP id f34FGQ424815; Thu, 5 Apr 2001 00:46:26 +0930 (CST) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.1/8.11.1) id f34FGO423898; Thu, 5 Apr 2001 00:46:24 +0930 (CST) (envelope-from glewis) Date: Thu, 5 Apr 2001 00:46:24 +0930 From: Greg Lewis To: Alwyn Goodloe Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: JDK1.2 build Message-ID: <20010405004623.A23843@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from agoodloe@gradient.cis.upenn.edu on Tue, Apr 03, 2001 at 03:53:17PM -0400 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 03:53:17PM -0400, Alwyn Goodloe wrote: > I've asked this on the questions list but no one there could resolve the > problem so I thought I would ask it on the hackers list. > > First note I have all the ports required. > > I've had the following problems in building the jdk: > > There were problems with ALT_BOOTDIR finding the linux jdk so I removed > it (which the error message indicates as a fix) and things seemed to go ok > UNTIL I get What do you mean, you "removed it"? What is ALT_BOOTDIR currently pointing to then and is it a valid JDK 1.2 installation that can run under FreeBSD? > /usr/local/java/jdk1.2/x86/bin/javac: permission denied > gmake[3]: *** [.compile.classlist] Error 126 > > (the permissions are all open so that should be ok). Maybe its somehow > related to the ALT_BOOTDIR but I doubt it. Its completely related to ALT_BOOTDIR :). The compile is trying to execute javac from ALT_BOOTDIR/bin and is having trouble doing this. > I had script turned on I include the output below. > > I find this to be rather strange. I'm well into day two of staring at it > so help is definitely needed. I considered doing the entire build by hand, > following the instructions given online but was pinning my hopes on you > guys before doing that. You need a JDK to bootstrap the JDK (well, thats not strictly true, but you need access to one somewhere). If you've got ALT_BOOTDIR pointing at something which isn't a valid JDK then your compile can't work. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Mobile: 0419 868 494 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message