From owner-freebsd-java@FreeBSD.ORG Thu Oct 30 08:45:03 2003 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 34F9816A4CF for ; Thu, 30 Oct 2003 08:45:03 -0800 (PST) Received: from ndsuext.nodak.edu (ndsuext.NoDak.edu [134.129.92.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2426D43FCB for ; Thu, 30 Oct 2003 08:45:00 -0800 (PST) (envelope-from echriste@702com.net) Received: from dyn231.iacc-tm4.ndsu.NoDak.edu (dyn231.iacc-tm4.ndsu.NoDak.edu [134.129.92.231]) by ndsuext.nodak.edu (8.11.6/8.11.6) with ESMTP id h9UGiSE10960; Thu, 30 Oct 2003 10:44:29 -0600 From: "Eric J. Christeson" To: Christopher Rued In-Reply-To: <3FA13C93.8010105@xsb.com> References: <3FA13C93.8010105@xsb.com> Content-Type: text/plain Message-Id: <1067532264.27956.27.camel@dyn231.iacc-tm4.ndsu.nodak.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 30 Oct 2003 10:44:24 -0600 Content-Transfer-Encoding: 7bit X-NDSUAG-MailScanner-Information: Please contact the ISP for more information X-NDSUAG-MailScanner: Found to be clean cc: freebsd-java@freebsd.org Subject: Re: Assertion failure while compiling jdk14 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, 30 Oct 2003 16:45:03 -0000 On Thu, 2003-10-30 at 10:30, Christopher Rued wrote: > While attempting to build jdk14 last night, I received the following error: > > # > # HotSpot Virtual Machine Error, assertion failure > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM > (1.4.1-p4-cbr_29_oct_2003_16_42-debug mixed mode) > # > # assert(VM_Version::is_P6() || dest->has_byte_register(), "must use > byte registers if not P6") > # > # Error ID: > /usr/ports/java/jdk14/work/hotspot/src/cpu/i486/vm/c1_LIRAssembler_i486.cpp, > 1145 > # > # Problematic Thread: prio=5 tid=0x0x857d018 nid=0x857f000 runnable > # > Dumping core.... > Abort trap (core dumped) > gmake[3]: *** [.compile.classlist] Error 134 > gmake[3]: Leaving directory > `/usr/ports/java/jdk14/work/j2se/ext/plugin/make' > gmake[2]: *** [debug] Error 2 > > > `uname -a`: > FreeBSD ool-18beb73b.dyn.optonline.net 4.9-PRERELEASE FreeBSD > 4.9-PRERELEASE #0: > Sat Sep 20 01:23:28 EDT 2003 > root@ool-18bacefa.dyn.optonline.net:/usr/obj/usr/src/sys/FRANKENSTEIN i386 I've had this problem in the past too. There used to be a work-around patch files/patch-common::Defs.gmk, but it was removed with the commit on Sat Oct 11 05:16:50 2003 UTC Was this oversight, or are us K6 owners not supposed to use this anymore? e -- Eric J. Christeson