From owner-freebsd-current Fri Dec 11 07:50:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20353 for freebsd-current-outgoing; Fri, 11 Dec 1998 07:50:37 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from oitunix.oit.umass.edu (nscs44p1.remote.umass.edu [128.119.179.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20347 for ; Fri, 11 Dec 1998 07:50:30 -0800 (PST) (envelope-from gp@oitunix.oit.umass.edu) Received: (from gp@localhost) by oitunix.oit.umass.edu (8.9.1/8.9.1) id KAA00469 for freebsd-current@freebsd.org; Fri, 11 Dec 1998 10:50:36 -0500 (EST) (envelope-from gp) Message-ID: <19981211105035.A230@oit.umass.edu> Date: Fri, 11 Dec 1998 10:50:35 -0500 From: Greg Pavelcak To: freebsd-current@FreeBSD.ORG Subject: Build Fails with Signal 4 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With sources supped last night, cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/com5.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/com6.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/com7.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/init.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/cypher.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/getcom.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/parse.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/room.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/save.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/fly.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/misc.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/globals.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/dayfile.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/nightfile.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/dayobjs.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/nightobjs.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/battlestar/words.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -o battlestar battlestar.o com1.o com2.o com3.o com4.o com5.o com6.o com7.o init.o cypher.o getcom.o parse.o room.o save.o fly.o misc.o globals.o dayfile.o nightfile.o dayobjs.o nightobjs.o words.o -lcurses -ltermcap -lcompat gzip -cn /usr/src/games/battlestar/battlestar.6 > battlestar.6.gz ===> games/bcd cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/bcd/bcd.c cc: Internal compiler error: program cc1 got fatal signal 4 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. However, this may not be a -current problem, since I got these on my last several build attempts in different places. I'm hoping someone can shed some light though. Thanks. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message