From owner-freebsd-java Thu Feb 13 2:32: 9 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C9437B401 for ; Thu, 13 Feb 2003 02:32:03 -0800 (PST) Received: from virus-out.ttyl.com (virus-out.ttyl.com [193.212.240.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DB443FA3 for ; Thu, 13 Feb 2003 02:32:01 -0800 (PST) (envelope-from brynjar-age.viken@telenor.com) Received: from [134.47.162.90] by virusscan.ttyl.com with ESMTP for freebsd-java@freebsd.org; Thu, 13 Feb 2003 11:31:54 +0100 Received: from tns-fbu-22-215.corp.telenor.no ([134.47.162.192]) by tns-fbu-22-208.corp.telenor.no with Microsoft SMTPSVC(5.0.2195.4453); Thu, 13 Feb 2003 11:31:53 +0100 Received: from tns-fbu-22-213.corp.telenor.no ([134.47.162.191]) by tns-fbu-22-215.corp.telenor.no with Microsoft SMTPSVC(5.0.2195.4453); Thu, 13 Feb 2003 11:31:53 +0100 Received: from TNS-FBU-2E-001.corp.telenor.no ([134.47.162.186]) by tns-fbu-22-213.corp.telenor.no with Microsoft SMTPSVC(5.0.2195.4453); Thu, 13 Feb 2003 11:31:53 +0100 Content-Class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Subject: jdk13 + freebsd 4.5 - make fails Date: Thu, 13 Feb 2003 11:31:52 +0100 Message-Id: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: jdk13 + freebsd 4.5 - make fails thread-index: AcLTStPtPFoHClJaTpSgjgx1CM009Q== From: To: X-OriginalArrivalTime: 13 Feb 2003 10:31:53.0664 (UTC) FILETIME=[203C8400:01C2D34B] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: Quoted-Printable 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 Hi! I have some problems installing jdk13 for FreeBSD 4.5. Being new to freebsd= there might be a very simple answer to my question..:) (I'm sorry if i bot= her you with stupid questions..) I would appreciate if anyone could help!!=20 First I installed linux-sun-jdk13: /usr/ports/java/linux-sun-jdk13=20 Then I tried to make jdk13: /usr/ports/java/jdk13 (Linux emulation should be ok + I have downloaded and placed the appropriat= e files in /usr/port/distfiles/ - as instructed) However, make fails with the following output (There seems to be a problem = with libjvm.so??): =3D=3D=3D> Extracting for jdk-1.3.1p7_2 >> Checksum OK for j2sdk-1_3_1-src.tar.gz. >> Checksum OK for bsd-jdk131-patches-7.tar.gz. =3D=3D=3D> jdk-1.3.1p7_2 depends on executable: gm4 - found =3D=3D=3D> jdk-1.3.1p7_2 depends on executable: zip - found =3D=3D=3D> jdk-1.3.1p7_2 depends on file: /usr/X11R6/lib/libXm.so - found= =3D=3D=3D> jdk-1.3.1p7_2 depends on file: /usr/local/linux-sun-jdk1.3.1/b= in/javac - found =3D=3D=3D> jdk-1.3.1p7_2 depends on executable: msgfmt - found =3D=3D=3D> jdk-1.3.1p7_2 depends on executable: gtar - found =3D=3D=3D> jdk-1.3.1p7_2 depends on executable: gmake - found =3D=3D=3D> jdk-1.3.1p7_2 depends on shared library: glib12.3 - found =3D=3D=3D> jdk-1.3.1p7_2 depends on shared library: gtk12.2 - found =3D=3D=3D> jdk-1.3.1p7_2 depends on shared library: nspr4.1 - found =3D=3D=3D> Patching for jdk-1.3.1p7_2 .. .. done =3D=3D=3D> Applying FreeBSD patches for jdk-1.3.1p7_2 =3D=3D=3D> Configuring for jdk-1.3.1p7_2 =3D=3D=3D> Building for jdk-1.3.1p7_2 i386 Build started: 1.3.1-p7-gensyn-030213-11:11 Sanity check passed >>>Recursively making java all @ Thu Feb 13 11:11:13 CET 2003 ... gmake[1]: Entering directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make= /java' .. .. gmake[4]: Entering directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make= /sun/javac/javac' gmake ../../../../build/bsd-i386/bin/i386/green_threads/javac ../../../../= build/bsd-i386/bin/javac ../../../../build/bsd-i386/classes/com/sun/tools/j= avac/v8/resources/compiler.properties ../../../../build/bsd-i386/classes/co= m/sun/tools/javac/v8/resources/javac.properties ../../../../build/bsd-i386/= classes/com/sun/tools/javac/v8/resources/compiler_ja.properties ../../../..= /build/bsd-i386/classes/com/sun/tools/javac/v8/resources/javac_ja.propertie= s VARIANT=3DOPT gmake[5]: Entering directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make= /sun/javac/javac' /bin/mkdir -p ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/javac/= obj rm -f ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/javac/.classes= .list if [ -s ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/javac/.class= es.list ] ; \ then /usr/local/linux-sun-jdk1.3.1/bin/javac -J-Xmx64m -classpath ../../..= /../build/bsd-i386/classes -bootclasspath "" -sourcepath "../../../../build= /bsd-i386/gensrc:../../../../src/solaris/classes:../../../../src/share/clas= ses" -d ../../../../build/bsd-i386/classes \ ../../../../build/bsd-i386/gensrc/com/sun/tools/javac/Main.java ../../.= ./../build/bsd-i386/gensrc/com/sun/tools/javac/v8/CommandLine.java ../../..= /../build/bsd-i386/gensrc/com/sun/tools/javac/v8/JavaCompiler.java ../../..= /../build/bsd-i386/gensrc/com/sun/tools/javac/v8/Main.java ../../../../buil= d/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Abort.java ../../../../build/= bsd-i386/gensrc/com/sun/tools/javac/v8/util/Base.java ../../../../build/bsd= -i386/gensrc/com/sun/tools/javac/v8/util/Bits.java ../../../../build/bsd-i3= 86/gensrc/com/sun/tools/javac/v8/util/ByteBuffer.java ../../../../build/bsd= -i386/gensrc/com/sun/tools/javac/v8/util/Convert.java ../../../../build/bsd= -i386/gensrc/com/sun/tools/javac/v8/util/Enumeration.java ../../../../build= /bsd-i386/gensrc/com/sun/tools/javac/v8/util/FatalError.java ../../../../bu= ild/bsd-i386/gensrc/com/sun/tools/javac/v8/util/FileEntry.java ../../../../= build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Hashtable.java ../../../.= ./build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/LayoutCharacters.java .= ./../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/List.java ../.= ./../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/ListBuffer.java .= ./../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Log.java ../..= /../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Name.java ../../..= /../build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Names.java ../../../.= ./build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Pair.java ../../../../b= uild/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Position.java ../../../../= build/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Set.java ../../../../buil= d/bsd-i386/gensrc/com/sun/tools/javac/v8/util/Util.java ../../../../build/b= sd-i386/gensrc/com/sun/tools/javac/v8/code/ByteCodes.java ../../../../build= /bsd-i386/gensrc/com/sun/tools/javac/v8/code/ClassFile.java ../../../../bui= ld/bsd-i386/gensrc/com/sun/tools/javac/v8/code/ClassReader.java ../../../..= /build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/ClassWriter.java ../../.= ./../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Code.java ../../../.= ./build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/CompleteClassReader.jav= a ../../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Flags.java = ../../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Kinds.java ..= /../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Pool.java ../..= /../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Scope.java ../../.= ./../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Symbol.java ../../..= /../build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/Type.java ../../../..= /build/bsd-i386/gensrc/com/sun/tools/javac/v8/code/TypeTags.java ../../../.= ./build/bsd-i386/gensrc/com/sun/tools/javac/v8/tree/Pretty.java ../../../..= /build/bsd-i386/gensrc/com/sun/tools/javac/v8/tree/Tree.java ../../../../bu= ild/bsd-i386/gensrc/com/sun/tools/javac/v8/tree/TreeInfo.java ../../../../b= uild/bsd-i386/gensrc/com/sun/tools/javac/v8/tree/TreeMaker.java ../../../..= /build/bsd-i386/gensrc/com/sun/tools/javac/v8/tree/TreeTranslator.java ../.= ./../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/parser/Parser.java ../= ../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/parser/Scanner.java .= ./../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/parser/Tokens.java = ../../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Attr.java ../= ../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/AttrContext.java= ../../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Check.java .= ./../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/ConstFold.java= ../../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Enter.java .= ./../../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Env.java ../..= /../../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Flow.java ../../..= /../build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Gen.java ../../../../= build/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Infer.java ../../../../bu= ild/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Items.java ../../../../buil= d/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Resolve.java ../../../../buil= d/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/Symtab.java ../../../../build= /bsd-i386/gensrc/com/sun/tools/javac/v8/comp/TransInner.java ../../../../bu= ild/bsd-i386/gensrc/com/sun/tools/javac/v8/comp/TransTypes.java ; \ fi /usr/bin/gcc -c -o ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/j= avac/obj/javac.o -Di386 -DARCH=3D'"i386"' -DSOLARIS2 -DRELEASE=3D'"1.3.1-p= 7"' -DFULL_VERSION=3D'"1.3.1-p7-gensyn-030213-11:11"' -D_LARGEFILE64_SOURCE= -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -I. -I../../../../bu= ild/bsd-i386/tmp/sun/com.sun.tools.javac/javac/CClassHeaders -I../../../../= src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../= ../src/share/bin -I../../../../src/solaris/bin -DJAVA_ARGS=3D"{ \"-J-ms8m\"= , \"com.sun.tools.javac.Main\" }" -DUSE_APPHOME -DPROGNAME=3D'"javac"' -= O -pipe -W -Wall -Wno-unused -Wno-parentheses -DRELEASE=3D'"1.3.1-p7"' -= DFULL_VERSION=3D'"1.3.1-p7-gensyn-030213-11:11"' ../../../../src/share/bin/= java.c ../../../../src/share/bin/java.c: In function `TranslateDashJArgs': ../../../../src/share/bin/java.c:695: warning: comparison between signed an= d unsigned ../../../../src/share/bin/java.c:708: warning: comparison between signed an= d unsigned ../../../../src/share/bin/java.c: In function `AddApplicationOptions': ../../../../src/share/bin/java.c:766: warning: comparison between signed an= d unsigned ../../../../src/share/bin/java.c:771: warning: comparison between signed an= d unsigned /usr/bin/gcc -c -o ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/j= avac/obj/javac_md.o -Di386 -DARCH=3D'"i386"' -DSOLARIS2 -DRELEASE=3D'"1.3.= 1-p7"' -DFULL_VERSION=3D'"1.3.1-p7-gensyn-030213-11:11"' -D_LARGEFILE64_SOU= RCE -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -I. -I../../../..= /build/bsd-i386/tmp/sun/com.sun.tools.javac/javac/CClassHeaders -I../../../= ../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../= ../../src/share/bin -I../../../../src/solaris/bin -DJAVA_ARGS=3D"{ \"-J-ms8= m\", \"com.sun.tools.javac.Main\" }" -DUSE_APPHOME -DPROGNAME=3D'"javac"' = -O -pipe -W -Wall -Wno-unused -Wno-parentheses ../../../../src/solaris= /bin/java_md.c Rebuilding ../../../../build/bsd-i386/bin/i386/green_threads/javac because = of ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/javac/obj/javac.o= ../../../../build/bsd-i386/tmp/sun/com.sun.tools.javac/javac/obj/javac_md.= o /usr/bin/gcc -L../../../../build/bsd-i386/lib/i386 -Wl,-E ../../../../bui= ld/bsd-i386/tmp/sun/com.sun.tools.javac/javac/obj/javac.o ../../../../build= /bsd-i386/tmp/sun/com.sun.tools.javac/javac/obj/javac_md.o -L../../../../bu= ild/bsd-i386/lib/i386/green_threads -lhpi -ljava -L../../../../build/bsd-= i386/lib/i386 -lverify -L../../../../build/bsd-i386/lib/i386/classic -ljvm = -o ../../../../build/bsd-i386/bin/i386/green_threads/javac ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__idiv_inst6' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__idiv_trap6' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__irem_inst5' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__irem_trap5' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__idiv_inst5' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `ExecuteJava' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__idiv_trap5' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__irem_inst6' ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: undefined reference = to `__irem_trap6' gmake[5]: *** [../../../../build/bsd-i386/bin/i386/green_threads/javac] Err= or 1 gmake[5]: Leaving directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make/= sun/javac/javac' gmake[4]: *** [optimized] Error 2 gmake[4]: Leaving directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make/= sun/javac/javac' gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make/= sun/javac' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make/= java/javac' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/export/ports/java/jdk13/work/j2sdk1.3.1/make/= java' gmake: *** [all] Error 1 *** Error code 2 Stop in /export/ports/java/jdk13. -- Thanks, Brynjar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message