From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 16 09:40:41 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6620B16A4CE; Fri, 16 Jul 2004 09:40:41 +0000 (GMT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA76443D2D; Fri, 16 Jul 2004 09:40:40 +0000 (GMT) (envelope-from netch@lucky.net) Received: from netch@localhost [127.0.0.1] (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id i6G9eXEX025969; Fri, 16 Jul 2004 12:40:35 +0300 (EEST) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.11/8.12.11/Submit) id i6G9eXnX025965; Fri, 16 Jul 2004 12:40:33 +0300 (EEST) (envelope-from netch) Date: Fri, 16 Jul 2004 12:40:33 +0300 From: Valentin Nechayev To: ports-bugs@freebsd.org Message-ID: <20040716094033.GI1085@lucky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-42: On X-Verify-Sender: verified cc: gerald@freebsd.org Subject: gcc34 isn't buildable on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@lucky.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 09:40:41 -0000 Hi, does anybody see this? /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc / -B/usr/local/gcc34/i386-portbld-freebsd4.10/bin/ -B/usr/local/gcc34/i386-portb ld-freebsd4.10/lib/ -isystem /usr/local/gcc34/i386-portbld-freebsd4.10/include - isystem /usr/local/gcc34/i386-portbld-freebsd4.10/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -march=i586 -mcpu=i686 -mpreferred-stack-boundary=2 -I. -I../.././ ..//gcc-3.4-20040709/libiberty/../include -W -Wall -Wtraditional -pedantic ../. ././..//gcc-3.4-20040709/libiberty/fibheap.c -o fibheap.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../.././..//gcc-3.4-20040709/libiberty/fibheap.c: In function `fibheap_union': ../.././..//gcc-3.4-20040709/libiberty/fibheap.c:166: warning: implicit declarat ion of function `free' ../.././..//gcc-3.4-20040709/libiberty/fibheap.c: In function `fibheap_delete_no de': ../.././..//gcc-3.4-20040709/libiberty/fibheap.c:285: error: `LONG_MIN' undeclar ed (first use in this function) ../.././..//gcc-3.4-20040709/libiberty/fibheap.c:285: error: (Each undeclared id entifier is reported only once ../.././..//gcc-3.4-20040709/libiberty/fibheap.c:285: error: for each function i t appears in.) ../.././..//gcc-3.4-20040709/libiberty/fibheap.c: In function `fibheap_consolida te': ../.././..//gcc-3.4-20040709/libiberty/fibheap.c:395: warning: implicit declarat ion of function `memset' gmake[2]: *** [fibheap.o] Error 1 If I fix it (adding unconditional include of ), if breaks very soon with message: stage2/xgcc: not found Compilation option (PREFIX, WITHOUT_LIBJAVA) doesn't change anything. Tested on two very different systems, but both 4.10. Manual build (without port) works OK. -netch-