From owner-freebsd-java@FreeBSD.ORG Wed Jun 4 02:38:56 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2C54106564A for ; Wed, 4 Jun 2008 02:38:56 +0000 (UTC) (envelope-from adam@corsaw.com) Received: from smtpauth11.prod.mesa1.secureserver.net (smtpauth11.prod.mesa1.secureserver.net [64.202.165.33]) by mx1.freebsd.org (Postfix) with SMTP id CFB098FC1A for ; Wed, 4 Jun 2008 02:38:56 +0000 (UTC) (envelope-from adam@corsaw.com) Received: (qmail 31416 invoked from network); 4 Jun 2008 02:12:15 -0000 Received: from unknown (12.215.251.206) by smtpauth11.prod.mesa1.secureserver.net (64.202.165.33) with ESMTP; 04 Jun 2008 02:12:14 -0000 Message-ID: <4845F9F3.90907@corsaw.com> Date: Tue, 03 Jun 2008 21:12:03 -0500 From: Adam Corsaw User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Error During make in /usr/ports/java/jdk16 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 02:38:57 -0000 Here is the contents of the /usr/ports/distfiles that I had to download separately: -rwxr--r-- 1 root wheel 263679 Jun 3 05:55 tzupdater-1_3_5-2008b.zip -rwxr--r-- 1 root wheel 116791442 Jun 3 05:55 jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar -rwxr--r-- 1 root wheel 8608204 Jun 3 05:55 jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar -rwxr--r-- 1 root wheel 2116124 Jun 3 05:55 jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar -rwxr--r-- 1 root wheel 54347274 Jun 3 05:55 diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 -rwxr--r-- 1 root wheel 960930 Jun 3 05:55 bsd-jdk16-patches-4.tar.bz2 Here's the output of my uname -a command: # uname -a FreeBSD torino.corsaw.dom 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I received the following error both times I attempted to run the make command from the /usr/ports/java/jdk16 directory: >>>Recursively making javac all @ Tue Jun 3 16:29:37 UTC 2008 ... gmake[5]: Entering directory `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/java -client -Xmx512m -Xms256m -classpath ../../../../make/tools/CompileProperties CompileProperties ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties /usr/ports/java/jdk16/work/control/build/bsd-i586/gensrc/com/sun/tools/javac/resources/compiler.java # # An unexpected error has been detected by Java Runtime Environment: # # Internal Error (4F533F4253443F491418160E43505002C5), pid=12809, tid=0x28201600 # # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-p4-root_03_jun_2008_16_00-b00 mixed mode, sharing) # An error report file with more information is saved as hs_err_pid12809.log # # Please submit bug reports to freebsd-java@FreeBSD.org # gmake[5]: *** [/usr/ports/java/jdk16/work/control/build/bsd-i586/gensrc/com/sun/tools/javac/resources/compiler.java] Abort trap: 6 (core dumped) gmake[5]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' gmake[4]: *** [all] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/sun/javac' gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/java/javac' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. I'll be happy to assist in any way I can to help find the problem.