Date: Sat, 3 Nov 2001 18:34:12 -0800 From: Joe Kelsey <joe@zircon.seattle.wa.us> 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 Message-ID: <15332.43300.577961.766156@zircon.zircon.seattle.wa.us> In-Reply-To: <B809D876.45F8%neuroboy@optonline.net> References: <B7FE1E3F.443B%neuroboy@optonline.net> <B809D876.45F8%neuroboy@optonline.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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/share/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15332.43300.577961.766156>