From owner-freebsd-java@FreeBSD.ORG Wed Jan 28 16:09:32 2004 Return-Path: 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 3ECF216A4CE for ; Wed, 28 Jan 2004 16:09:32 -0800 (PST) Received: from www.abcsinc.com (mail.abcsinc.com [12.148.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id E422C43D31 for ; Wed, 28 Jan 2004 16:09:29 -0800 (PST) (envelope-from tcagle@abcsinc.com) Received: from abcsinc.com (unknown [12.148.134.14]) by www.abcsinc.com (Postfix) with ESMTP id 8B0272659CC for ; Wed, 28 Jan 2004 18:11:09 -0600 (CST) Message-ID: <40184F11.9050705@abcsinc.com> Date: Wed, 28 Jan 2004 18:08:49 -0600 From: Tim Cagle Organization: Advantage Business Computer Systems, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031008 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: multipart/mixed; boundary="------------010102040007050705090901" Subject: Having problems with jdk14 build (5.2) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 00:09:32 -0000 This is a multi-part message in MIME format. --------------010102040007050705090901 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I am having a failure trying to build the jdk14 on 5.2. I have tried building without libc_r.so -> libkse (/etc/libmap.conf) and with and I still get similar results. Trying to get test server running for j2ee project here and can't get to first base. If I can't get this working in a reasonable time frame I may go to a source based linux distro for this instead. See attached for errors. Any help appreciated. Tim Cagle - Advantage Bus. Sys. --------------010102040007050705090901 Content-Type: text/plain; name="jdk14.make.errs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="jdk14.make.errs" >>>Recursively making sources all @ Tue Jan 27 00:39:03 CST 2004 ... gmake[4]: Entering directory `/usr/ports/java/jdk14/work/j2se/make/org/omg/sources' /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/java -classpath "/usr/ports/java/jdk14/work/control/build/bsd-i586/classes:" com.sun.tools.corba.se.idl.toJavaPortable.Compile -td "/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc" -i "../../../../src/share/classes/org/omg/PortableServer" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -corba 3.0 -fall -pkgPrefix PortableServer org.omg ../../../../src/share/classes/org/omg/PortableServer/poa.idl ZoneInfo: /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/zi/ZoneInfoMappings (No such file or directory) dispatch sig:11 dispatch sig:11 An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x2807ADBC Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Dynamic libraries: 0x8048000 /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/java 0x28070000 /usr/lib/libkse.so.1 0x28090000 /usr/lib/libc.so.5 0x28169000 /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/client/libjvm.so 0x285b9000 /usr/lib/libstdc++.so.4 0x2866e000 /usr/lib/libm.so.2 0x2868b000 /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/native_threads/libhpi.so 0x28699000 /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libverify.so 0x286af000 /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libjava.so 0x286ce000 /usr/ports/java/jdk14/work/control/build/bsd-i586/lib/i386/libzip.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 576K, used 156K [0x2a800000, 0x2a8a0000, 0x2ace0000) eden space 512K, 18% used [0x2a800000, 0x2a8171d8, 0x2a880000) from space 64K, 100% used [0x2a880000, 0x2a890000, 0x2a890000) to space 64K, 0% used [0x2a890000, 0x2a890000, 0x2a8a0000) tenured generation total 1408K, used 453K [0x2ace0000, 0x2ae40000, 0x2e800000) the space 1408K, 32% used [0x2ace0000, 0x2ad51690, 0x2ad51800, 0x2ae40000) compacting perm gen total 4096K, used 1791K [0x2e800000, 0x2ec00000, 0x32800000) the space 4096K, 43% used [0x2e800000, 0x2e9bff18, 0x2e9c0000, 0x2ec00000) Local Time = Tue Jan 27 00:39:06 2004 Elapsed Time = 2 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-root_26_jan_2004_17_04 mixed mode) # dispatch sig:11 dispatch sig:11 **************** Another exception has been detected while we were handling last error. Dumping information about last error: ERROR REPORT FILE = hs_err_pid43242.log PC = 0x2807adbc SIGNAL = 11 FUNCTION NAME = (N/A) OFFSET = 0xFFFFFFFF LIBRARY NAME = (N/A) Please check ERROR REPORT FILE for further information, if there is any. Good bye. Abort trap (core dumped) gmake[4]: *** [/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/org/omg/PortableServer/AdapterActivator.java] Error 134 gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/org/omg/sources' gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/org/omg' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/org' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. --------------010102040007050705090901--