From owner-freebsd-ppc@FreeBSD.ORG Thu Aug 16 02:37:18 2007 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AB1016A417 for ; Thu, 16 Aug 2007 02:37:18 +0000 (UTC) (envelope-from ogautherot@vtr.net) Received: from vtr.net (mail.cgp.vtr.net [200.83.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1394713C428 for ; Thu, 16 Aug 2007 02:37:13 +0000 (UTC) (envelope-from ogautherot@vtr.net) Received: from [192.168.5.6] (HELO av5.vtr.cl) by fe3.vtr.net (CommuniGate Pro SMTP 5.0.12) with ESMTP id 170485487 for freebsd-ppc@freebsd.org; Wed, 15 Aug 2007 22:37:10 -0400 X-ASG-Debug-ID: 1187231828-40db0000000c-y3ynpe X-Barracuda-URL: http://192.168.5.6:8000/cgi-bin/mark.cgi X-Barracuda-Connect: mxfe2.cgp.vtr.net[192.168.6.3] X-Barracuda-Start-Time: 1187231828 Received: from vtr.net (mxfe2.cgp.vtr.net [192.168.6.3]) by av5.vtr.cl (Spam Firewall) with ESMTP id 1B42040C79 for ; Wed, 15 Aug 2007 22:37:08 -0400 (CLT) Received: by fe2.vtr.net (CommuniGate Pro PIPE 5.0.12) with PIPE id 170014186; Wed, 15 Aug 2007 22:37:08 -0400 X-NHContentFiltered: yes Received: from [190.160.233.20] (account ogautherot@vtr.net HELO olivierbb) by fe2.vtr.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 170014187 for freebsd-ppc@freebsd.org; Wed, 15 Aug 2007 22:36:57 -0400 From: Olivier Gautherot To: freebsd-ppc@freebsd.org X-ASG-Orig-Subj: GCC broken in CVS Date: Wed, 15 Aug 2007 22:38:03 -0400 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708152238.04045.ogautherot@vtr.net> X-Barracuda-Virus-Scanned: by Barracuda1 at vtr.cl X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=3.5 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=6.7 tests= X-Barracuda-Spam-Report: Code version 3.1, rules version 3.1.25665 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Subject: GCC broken in CVS X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olivier@gautherot.net List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 02:37:18 -0000 Hi folks! I refreshed my tree and tried to compile the compiler but the process stops in the middle with the error message below. ansidecl.h is the first of a series of 3 that have to be copied from contrib/gcclibs or contrib/binutils - the files are ansidecl.h, filenames.h, hashtab.h then it fails on syntax errors. I'm using the default C compiler in 6.2. Any hint? I pasted the first error I hit (trimmed it to avoid filling up your mailboxes) Cheers Olivier (Cut along the dotted line :-) ) -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- ... ===> etc/sendmail (obj) -------------------------------------------------------------- >>> stage 2.3: build tools -------------------------------------------------------------- cd /bulk/public/PowerPC/src; MAKEOBJDIRPREFIX=/usr/obj/powerpc INSTALL="sh /bulk/public/PowerPC/src/tools/install.sh" PATH=/usr/obj/powerpc/bulk/public/PowerPC/src/tmp/legacy/usr/sbin:/usr/obj/powerpc/bulk/public/PowerPC/src/tmp/legacy/usr/bin:/usr/obj/powerpc/bulk/public/PowerPC/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/powerpc/bulk/public/PowerPC/src/tmp MAKEFLAGS="-m /bulk/public/PowerPC/src/tools/build/mk TARGET_ARCH=powerpc TARGET=powerpc DESTDIR=/bulk/PowerPC/tools -D NO_CLEAN -m /bulk/public/PowerPC/src/share/mk" make -f Makefile.inc1 TARGET=powerpc TARGET_ARCH=powerpc DESTDIR= BOOTSTRAPPING=602000 -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS build-tools ===> bin/csh (obj,build-tools) ===> bin/sh (obj,build-tools) ===> rescue/rescue (obj,build-tools) ... cd /bulk/public/PowerPC/src/rescue/rescue/../../bin/csh; MAKEOBJDIRPREFIX=/usr/obj/powerpc/bulk/public/PowerPC/src/rescue/rescue make obj; MAKEOBJDIRPREFIX=/usr/obj/powerpc/bulk/public/PowerPC/src/rescue/rescue make build-tools cd /bulk/public/PowerPC/src/rescue/rescue/../../bin/sh; MAKEOBJDIRPREFIX=/usr/obj/powerpc/bulk/public/PowerPC/src/rescue/rescue make obj; MAKEOBJDIRPREFIX=/usr/obj/powerpc/bulk/public/PowerPC/src/rescue/rescue make build-tools ===> lib/ncurses/ncurses (obj,build-tools) ===> lib/ncurses/ncursesw (obj,build-tools) ===> share/syscons/scrnmaps (obj,build-tools) ===> usr.bin/awk (obj,build-tools) ===> lib/libmagic (obj,build-tools) ===> usr.sbin/sysinstall (obj,build-tools) ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) make: don't know how to make /bulk/public/PowerPC/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/ansidecl.h. Stop *** Error code 2 Stop in /bulk/public/PowerPC/src. *** Error code 1 Stop in /bulk/public/PowerPC/src. *** Error code 1 Stop in /bulk/public/PowerPC/src. -- Olivier Gautherot Email: olivier@gautherot.net LinkedIn: http://www.linkedin.com/in/ogautherot MSN: ogautherot@hotmail.com