From owner-freebsd-java@FreeBSD.ORG Sun May 30 21:55:59 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 7B40D16A4CE for ; Sun, 30 May 2004 21:55:59 -0700 (PDT) Received: from mail.ekkobsd.org (mail.ekkobsd.org [64.62.161.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACD443D45 for ; Sun, 30 May 2004 21:55:59 -0700 (PDT) (envelope-from tyler@ekkobsd.org) Received: (qmail 26301 invoked from network); 31 May 2004 04:58:46 -0000 Received: from localhost (HELO www.ekkobsd.org) (127.0.0.1) by mail.ekkobsd.org with SMTP; 31 May 2004 04:58:46 -0000 From: "R. Tyler Ballance" To: java@FreeBSD.org Date: Sun, 30 May 2004 21:58:46 -0700 Message-Id: <20040531044522.M69101@ekkobsd.org> X-Mailer: Open WebMail 1.90 20030212 X-OriginatingIP: 66.190.110.217 (tyler) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Continuing build problems with 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: Mon, 31 May 2004 04:55:59 -0000 I'm still hitting problems on FreeBSD 4.8-STABLE compiling the jdk14 port I'm wondering if it's the version of the GNU/gcc compiler I have or what (which is gcc version 2.95.4 20020320) But here's the following output, it's been produced consistantly across a couple 4.8-STABLE systems, and on the same part of the port, any ideas? --------- Compiling /usr/ports/java/jdk14/work/hotspot/src/share/vm/memory/blockOffsetTable.cpp In file included from ../generated/incls/_blockOffsetTable.cpp.incl:104, from /usr/ports/java/jdk14/work/hotspot/src/share/vm/memory/blockOffsetTable.cpp:10: ../generated/adfiles/adGlobals_i486.hpp:16: Internal compiler error. ../generated/adfiles/adGlobals_i486.hpp:16: Please submit a full bug report. ../generated/adfiles/adGlobals_i486.hpp:16: See for instructions. cpp0: output pipe has been closed gmake[3]: *** [blockOffsetTable.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[2]: *** [the_vm] Error 2 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. -------------------- The errors that I was hitting previously were solved by those kernel options, but then this error has presented itself -Tyler