From owner-freebsd-java Sun May 27 11: 4:57 2001 Delivered-To: freebsd-java@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id A3E4837B423 for ; Sun, 27 May 2001 11:04:53 -0700 (PDT) (envelope-from ipthomas_77@yahoo.com) Received: from scarlet.my.domain (1Cust3.tnt6.buffalo.ny.da.uu.net [63.10.187.3]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id LAA13546 for ; Sun, 27 May 2001 11:04:51 -0700 (PDT) Received: (from ipt@localhost) by scarlet.my.domain (8.9.3/8.9.3) id OAA10558 for freebsd-java@freebsd.org; Sun, 27 May 2001 14:04:12 -0400 (EDT) (envelope-from ipt) From: User Ipt Ian Patrick Thomas Message-Id: <200105271804.OAA10558@scarlet.my.domain> Subject: can't install jdk1.2.2 To: freebsd-java@freebsd.org Date: Sun, 27 May 2001 14:03:31 -0400 (EDT) Operating-System: FreeBSD X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org After having the following installed without any problems javavmwrapper-1.1 jdk-1.1.8 jfc-1.1.1 linux_base-6.1 linux-jdk-1.2.2 the port for jdk12-beta will still not build. Here are the errors. ELF binary type not known. Use "brandelf" to brand it. ELF binary type not known. Use "brandelf" to brand it. 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. gmake: *** [sanity] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. I have checked this variable in the Makefile. It seems to be looking in the right place. MAKE_ENV= HAVE_DPS="no" \ ALT_BOOTDIR="${JDK12DIR}" \ Here is the variable it references. JDK12DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} Here is the path of the linuxjdk it is looking for. /usr/local/linux-jdk1.2.2 So I delete ALT_BOOTDIR as it advises, and the build gets further, but ... /usr/local/java/jdk1.2/x86/bin/javac: not found gmake[3]: *** [.compile.classlist] Error 127 gmake[3]: Leaving directory `/usr/ports/java/jdk12-beta/work/build/freebsd/java/jvm' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk12-beta/work/build/freebsd/java/jvm' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk12-beta/work/build/freebsd/java' gmake: *** [all] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 I'm stumped. I'll keep fiddling but maybe someone else has ran into this. I'm running 3.5 Stable. Ian -- Have blue screens given you the blues, go to www.freebsd.org for the cure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message