From owner-freebsd-java@FreeBSD.ORG Fri Feb 25 15:33:49 2005 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 F394A16A4CE for ; Fri, 25 Feb 2005 15:33:48 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF8043D64 for ; Fri, 25 Feb 2005 15:33:48 +0000 (GMT) (envelope-from neuromant3@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so395876wri for ; Fri, 25 Feb 2005 07:33:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=au2iL+cSk4eYIWQH0gduWOXr73vVrwY3DdnIrJ8ftjX6Oonjp56Dc136VRKPE0+VDvn8VFaLge09WIbIJr0dstdkm4FYisoZv7gltYJEe5oenijW9Kq60QiSsM1E1v0p/Yxfb3FW39NvJbwbCMiedhvMbnQBD9cmE9kwJZ/qBm8= Received: by 10.54.44.79 with SMTP id r79mr26016wrr; Fri, 25 Feb 2005 07:33:46 -0800 (PST) Received: by 10.54.43.73 with HTTP; Fri, 25 Feb 2005 07:33:46 -0800 (PST) Message-ID: <6f5abe0f0502250733450cada4@mail.gmail.com> Date: Fri, 25 Feb 2005 16:33:46 +0100 From: Neuromante El To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: errors trying to build gcc30 (/java/eclipse) in freebsd 5.2 release X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neuromante El List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 15:33:49 -0000 Hi I get this error trying to build gcc30 in freebsd 5.2 release. I do need it for to install /java/eclipse. I have updated (yesterday) the tree ports and the system two days ago with portupgrade -av. can't to update to freebsd 5.3 stable because incompatibilities with hardware of my pc. cd /usr/ports/java/eclipse (3.0.1) ...... .... ... /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -B/usr/local/i386-portbld-freebsd5.2/lib/ -isystem /usr/local/i386-portbld-freebsd5.2/include -isystem /usr/local/i386-portbld-freebsd5.2/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20050211/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20050211/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -B/usr/local/i386-portbld-freebsd5.2/lib/ -isystem /usr/local/i386-portbld-freebsd5.2/include -isystem /usr/local/i386-portbld-freebsd5.2/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20050211/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20050211/libiberty/fibheap.c -o fibheap.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_union': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:166: warning: implicit declaration of function `free' ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_delete_node': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function) ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: for each function it appears in.) ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_consolidate': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:395: warning: implicit declaration of function `memset' gmake[2]: *** [fibheap.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2/libiberty' gmake[1]: *** [all-target-libiberty] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. *** Error code 1 Stop in /usr/ports/java/eclipse. #