From owner-freebsd-java@FreeBSD.ORG Tue Apr 29 01:03:16 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 A2CB737B401 for ; Tue, 29 Apr 2003 01:03:16 -0700 (PDT) Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF6743FAF for ; Tue, 29 Apr 2003 01:03:15 -0700 (PDT) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (theseas.softlab.ece.ntua.gr [147.102.1.1]) by diomedes.noc.ntua.gr (8.12.9/8.12.8) with ESMTP id h3T83CfQ033361; Tue, 29 Apr 2003 11:03:12 +0300 (EEST) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (mantzios@localhost [127.0.0.1]) id h3T83BvK007304 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 29 Apr 2003 11:03:11 +0300 Received: from localhost (mantzios@localhost)id h3T83BCR007300; Tue, 29 Apr 2003 11:03:11 +0300 X-Authentication-Warning: theseas.softlab.ece.ntua.gr: mantzios owned process doing -bs Date: Tue, 29 Apr 2003 11:03:11 +0300 (EEST) From: Mantzios Achilleus To: Tom Samplonius In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@FreeBSD.ORG Subject: Re: Problem building jdk14 in 5.0-RELEASE-p7 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: Tue, 29 Apr 2003 08:03:17 -0000 On Mon, 28 Apr 2003, Tom Samplonius wrote: > > On Tue, 29 Apr 2003, Mantzios Achilleus wrote: > > > gmake[3]: Entering directory > > `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_com > > piler2/product'^M > > Compiling > > /usr/ports/java/jdk14/work/hotspot/src/share/vm/adlc/adlparse.cpp > > cc1plus in malloc(): warning: recursive call > > cc1plus in malloc(): warning: recursive call > > internal error: Segmentation fault > ... > > Looks like a buggy or damaged gcc. Are you using the system gcc, or > have you installed a gcc port? i am using system's freebsd# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) freebsd# Now it seems i cannot even buildworld due to a same gcc error: ===> gnu/usr.bin/gperf/doc c++ -O -pipe -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/contrib/gperf/src/bool-array.cc cc1plus in malloc(): warning: recursive call cc1plus in malloc(): warning: recursive call internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ====== Seems like g++ is always the problem. But i cant find a solution yet, since i dont know if it is wise to try gcc3.2.3 and if it is possible to build jdk14 with gcc3.2.3. > > Tom > ---------------------------------------------------------------- | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios | ----------------------------------------------------------------