From owner-freebsd-stable Thu Jun 20 10: 6:33 2002 Delivered-To: freebsd-stable@freebsd.org Received: from a2.scoop.co.nz (aurora.scoop.co.nz [203.96.152.68]) by hub.freebsd.org (Postfix) with ESMTP id A2F9737B401 for ; Thu, 20 Jun 2002 10:06:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by a2.scoop.co.nz (8.12.2/8.12.2) with ESMTP id g5KH6SvG006010 for ; Fri, 21 Jun 2002 05:06:28 +1200 (NZST) (envelope-from andrew@scoop.co.nz) Date: Fri, 21 Jun 2002 05:06:28 +1200 (NZST) From: Andrew McNaughton X-X-Sender: andrew@a2 To: freebsd-stable@freebsd.org Subject: failure to build gcc in make world Message-ID: <20020621050239.X5811-100000@a2> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've just brought my source tree up to sync with RELENG_4_6, and tried to do a make world. It fails with the following output: ------------------------------------------------------------------------- cc -c -O -pipe -march=pentium -I/mnt/imac/andrew/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/mnt/imac/andrew/src/gnu/lib/libgcc/../../../contrib/gcc -I. -fexceptions -DIN_GCC -D_PTHREADS -fPIC -DGTHREAD_USE_WEAK -DL_mulsi3 -o _mulsi3.o /mnt/imac/andrew/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc1.c /mnt/imac/andrew/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc1.c:244: `a' was not declared in this scope /mnt/imac/andrew/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc1.c:244: `b' was not declared in this scope /mnt/imac/andrew/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc1.c:245: syntax error before `long' *** Error code 1 Stop in /mnt/imac/andrew/src/gnu/lib/libgcc. *** Error code 1 Stop in /mnt/imac/andrew/src. *** Error code 1 Stop in /mnt/imac/andrew/src. *** Error code 1 Stop in /mnt/imac/andrew/src. ------------------------------------------------------------------------- Does anyone recognise this? Can anyone tell me what is going wrong? If it's important, my system is currently running 4.3-RELEASE. Andrew McNaughton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message