Date: Sat, 03 Nov 2001 21:40:27 -0500 From: John Clayton <neuroboy@optonline.net> Cc: Greg Lewis <glewis@eyesbeyond.com>, sobomax@FreeBSD.org, freebsd-java@FreeBSD.ORG Subject: Re: problem intalling the jdk13 port Message-ID: <B80A14CA.4614%neuroboy@optonline.net> In-Reply-To: <15332.43300.577961.766156@zircon.zircon.seattle.wa.us>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <joe@zircon.seattle.wa.us> > Date: Sat, 03 Nov 2001 18:34:12 -0800 > To: John Clayton <neuroboy@optonline.net> > Cc: Greg Lewis <glewis@eyesbeyond.com>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B80A14CA.4614%neuroboy>