From owner-freebsd-java Sat Nov 3 18:43:24 2001 Delivered-To: freebsd-java@freebsd.org Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.5.31]) by hub.freebsd.org (Postfix) with ESMTP id A2BE337B409; Sat, 3 Nov 2001 18:43:20 -0800 (PST) Received: from [192.168.1.100] (ool-18be4d4b.dyn.optonline.net [24.190.77.75]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GM900H3F8W702@mta2.srv.hcvlny.cv.net>; Sat, 03 Nov 2001 21:43:20 -0500 (EST) Date: Sat, 03 Nov 2001 21:40:27 -0500 From: John Clayton Subject: Re: problem intalling the jdk13 port In-reply-to: <15332.43300.577961.766156@zircon.zircon.seattle.wa.us> Cc: Greg Lewis , sobomax@FreeBSD.org, freebsd-java@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 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 Thanks Joe. However, I do have the latest port (p5) as well as source and patches to match. thanks though. I'm still trying to figure out why the compiler complained about the deprecated API. ----------------------------------------------------------- "He who asks a question remains a fool for five minutes; He who never asks a question remains a fool forever" --Chinese Proverb John Clayton neuroboy@optonline.net > From: Joe Kelsey > Date: Sat, 03 Nov 2001 18:34:12 -0800 > To: John Clayton > Cc: Greg Lewis , sobomax@FreeBSD.org, > freebsd-java@FreeBSD.ORG > Subject: Re: problem intalling the jdk13 port > > John Clayton writes: >> /usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath >> ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath >> "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/sh >> are/classes" -d ../../../build/bsd-i386/classes -d >> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn >> ../../../src/share/javavm/runtime/InvokerGen.java > > Here is what happens during my 'make' in /usr/ports/java: > > /usr/bin/sed -e > 's!interpreter\.o!../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/&!g' > > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/interpreter.d > /usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath > ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath > "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/shar > e/classes" -d ../../../build/bsd-i386/classes -d > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn > ../../../src/share/javavm/runtime/InvokerGen.java > rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c > /usr/local/linux-jdk1.3.1/bin/java -classpath > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen < > ../../../src/share/javavm/include/invokers.txt > > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c > /usr/bin/gcc -O -pipe -W -Wall -Wno-unused -Wno-parentheses -DTRIMMED > -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-internal"' > -DFULL_VERSION='"1.3.1-internal-joe-011103-16:40"' -D_LARGEFILE64_SOURCE > -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -DHPROF -DCHECK_JNI > -DBREAKPTS -DHAVE_ALIGNED_LONGLONGS -DHAVE_ALIGNED_DOUBLES > -DRELEASE='"1.3.1-internal"' > -DFULL_VERSION='"1.3.1-internal-joe-011103-16:40"' -I. > -I../../../build/bsd-i386/tmp/java/java.lang/jvm/CClassHeaders > -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export > -I../../../src/solaris/javavm/include -I../../../src/solaris/hpi/export > -I../../../src/solaris/native/common -I../../../src/share/javavm/include > -I../../../src/share/hpi/export -I../../../src/share/native/common > -I../../../src/share/javavm/runtime -DUSE_PTHREADS -c -o > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.o > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c > > I think that what you need to do is to delete the jdk13 port and > re-cvsup. When patchset 5 first came out, I tried manually applying > Greg's Makefile patch to the port and encountered many problems. As > soon as the port was updated to reflect patchset 5 requirements, I had > absolutely no trouble compiling and installing jdk13. > > /Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message