From owner-freebsd-java@FreeBSD.ORG  Tue Oct  5 02:54:35 2004
Return-Path: <owner-freebsd-java@FreeBSD.ORG>
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 5234416A4CE
	for <freebsd-java@FreeBSD.org>; Tue,  5 Oct 2004 02:54:35 +0000 (GMT)
Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 734F943D53
	for <freebsd-java@FreeBSD.org>; Tue,  5 Oct 2004 02:54:34 +0000 (GMT)
	(envelope-from fred@automaticrootbeer.com)
Received: from [192.168.0.3] (ool-43503fcd.dyn.optonline.net [67.80.63.205])
 by mta3.srv.hcvlny.cv.net
 (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar  3 2004))
 with ESMTP id <0I5300ETHC2X9C@mta3.srv.hcvlny.cv.net> for
 freebsd-java@FreeBSD.org; Mon, 04 Oct 2004 22:54:34 -0400 (EDT)
Date: Mon, 04 Oct 2004 22:54:33 -0400
From: Fred McCann <fred@automaticrootbeer.com>
To: freebsd-java@FreeBSD.org
Message-id: <E2C6FB67-1679-11D9-82E9-003065D827CA@automaticrootbeer.com>
MIME-version: 1.0
X-Mailer: Apple Mail (2.619)
Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-transfer-encoding: 7BIT
Subject: Error building jdk-1.4.2p6_4
X-BeenThere: freebsd-java@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Porting Java to FreeBSD <freebsd-java.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>,
	<mailto:freebsd-java-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-java>
List-Post: <mailto:freebsd-java@freebsd.org>
List-Help: <mailto:freebsd-java-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>,
	<mailto:freebsd-java-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Oct 2004 02:54:35 -0000

I'm building jdk-1.4.2p6_4 on FreeBSD 4.10 and I can't get past this:


Sanity check passed.
/bin/mkdir -p ../build/bsd-i586/hotspot-i586/tmp
(cd  ./../build/bsd-i586/hotspot-i586/tmp; \
   gmake -f /usr/ports/java/jdk14/work/hotspot/build/bsd/Makefile  
product \
         HOTSPOT_BUILD_VERSION=1.4.2-p6-fmccann_06_oct_2004_02_49   
GAMMADIR=/usr/ports/java/jdk14/work/hotspot ; )
gmake[1]: Entering directory  
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp'
sh /usr/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh  
compiler2 /usr/ports/java/jdk14/work/hotspot bsd i486
(cd bsd_i486_compiler2/product; gmake)
gmake[2]: Entering directory  
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/ 
bsd_i486_compiler2/product'

Unexpected Signal : 10 occurred at PC=0x2827FF74
Function=other_values_do__8BlockEndPFPP11Instruction_v+0x38
Library=/usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so

Current Java thread:

Dynamic libraries:
0x8048000       /usr/local/jdk1.4.2/bin/javac
0x2806c000      /usr/lib/libc_r.so.4
0x28123000      /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so
0x28651000      /usr/lib/libstdc++.so.3
0x28696000      /usr/lib/libm.so.2
0x286b1000       
/usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so
0x286bf000      /usr/local/jdk1.4.2/jre/lib/i386/libverify.so
0x286da000      /usr/local/jdk1.4.2/jre/lib/i386/libjava.so
0x286fb000      /usr/local/jdk1.4.2/jre/lib/i386/libzip.so
0x2804e000      /usr/libexec/ld-elf.so.1

Heap at VM Abort:
Heap
  def new generation   total 576K, used 240K [0x2c4a0000, 0x2c540000,  
0x2c980000)
   eden space 512K,  47% used [0x2c4a0000, 0x2c4dc378, 0x2c520000)
   from space 64K,   0% used [0x2c520000, 0x2c520000, 0x2c530000)
   to   space 64K,   0% used [0x2c530000, 0x2c530000, 0x2c540000)
  tenured generation   total 7552K, used 0K [0x2c980000, 0x2d0e0000,  
0x304a0000)
    the space 7552K,   0% used [0x2c980000, 0x2c980000, 0x2c980200,  
0x2d0e0000)
  compacting perm gen  total 4096K, used 1112K [0x304a0000, 0x308a0000,  
0x344a0000)
    the space 4096K,  27% used [0x304a0000, 0x305b6280, 0x305b6400,  
0x308a0000)

Local Time = Wed Oct  6 02:49:24 2004
Elapsed Time = 0
#
# HotSpot Virtual Machine Error : 10
# Error ID : 4F530E43505002F1
# Please report this error to
# freebsd-java@FreeBSD.org mailing list
#
# Java VM: Java HotSpot(TM) Client VM  
(1.4.2-p6-fmccann_05_oct_2004_01_18 mixed mode)
#
# An error report file has been saved as hs_err_pid7014.log.
# Please refer to the file for further information.
#
gmake[2]: *** [../generated/MakeDeps.class] Abort trap (core dumped)
gmake[2]: Leaving directory  
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/ 
bsd_i486_compiler2/product'
gmake[1]: *** [product] Error 2
gmake[1]: Leaving directory  
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp'
gmake: *** [product] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.






Does anyone have any ideas? I couldn't find anything in the list  
archive.

- Fred McCann