Date: Sun, 13 Dec 1998 13:07:46 +0100 From: Bernd Walter <ticso@cicely.de> To: Greg Pavelcak <gpavelcak@philos.umass.edu>, freebsd-current@FreeBSD.ORG Subject: Re: Build Fails with Signal 4 Message-ID: <19981213130746.07809@cicely.de> In-Reply-To: <19981211105035.A230@oit.umass.edu>; from Greg Pavelcak on Fri, Dec 11, 1998 at 10:50:35AM -0500 References: <19981211105035.A230@oit.umass.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 11, 1998 at 10:50:35AM -0500, Greg Pavelcak wrote: > 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. > I had similar problems with the SNAP from 3.11. I first compiled a new kernel with a recent src-tree and rebootet. With the new kernel I was able to buildworld without any problems. But I'm not shure if it was the kernel, because I exchanged all RAM before compiling. RAM was 128M ECC before and 256M ECC after. No Memory errors were reported. The system was running a 2.2.2-RELEASE over 1 year without problems. I asume it was the kernel. > Thanks. > > Greg > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- B.Walter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981213130746.07809>