From owner-freebsd-current Sat Sep 29 6:47:47 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.i.davidcoulson.net (technoir.demon.co.uk [194.222.178.203]) by hub.freebsd.org (Postfix) with SMTP id AB21C37B409 for ; Sat, 29 Sep 2001 06:47:42 -0700 (PDT) Received: (qmail 20390 invoked by uid 507); 29 Sep 2001 13:47:41 -0000 Date: Sat, 29 Sep 2001 14:47:41 +0100 From: Michael McGoldrick To: current@freebsd.org Subject: gnu as problems Message-ID: <20010929144741.A19943@linuxdriven.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When attempting to builworld on a -current system from about the 24th, buildworld bombs like this: -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR=/usr/obj/usr/src/i3 86 INSTALL="sh /usr/src/tools/install.sh" MACHINE_ARCH=i386 TOOLS_PREFIX=/usr /obj/usr/src/i386 PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr /bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makef ile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHAR ED bootstrap-tools cd /usr/src/games/fortune/strfile; make obj; make depend; make all; make ins tall /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/f ortune/strfile rm -f .depend mkdep -f .depend -a /usr/src/games/fortune/strfile/strfile.c cd /usr/src/games/fortune/strfile; make _EXTRADEPEND echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend cc -O -pipe -Wall -c /usr/src/games/fortune/strfile/strfile.c cc: Internal compiler error: program as got fatal signal 11 *** Error code 1 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. uriel# /usr/src/games/fortune/strfile/strfile.c: In function `cmp_str': /usr/src/games/fortune/strfile/strfile.c:439: output pipe has been closed Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message