From owner-freebsd-current Sun Dec 13 04:08:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23944 for freebsd-current-outgoing; Sun, 13 Dec 1998 04:08:16 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from news2.du.gtn.com (news2.du.gtn.com [194.77.9.57]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23934 for ; Sun, 13 Dec 1998 04:08:09 -0800 (PST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely7.cicely.de (cicely.de [194.231.9.142]) by news2.du.gtn.com (8.8.6/8.8.6) with ESMTP id NAA12050; Sun, 13 Dec 1998 13:07:54 +0100 (MET) Received: from cicely.cicely.de (cicely.cicely.de [10.1.3.3]) by cicely7.cicely.de (8.9.0/8.9.0) with ESMTP id NAA11253; Sun, 13 Dec 1998 13:07:56 +0100 (CET) Received: from cicely5.cicely.de (cicely5.cicely.de [10.1.5.7]) by cicely.cicely.de (8.8.8/8.8.8) with ESMTP id NAA04934; Sun, 13 Dec 1998 13:07:54 +0100 (CET) Received: (from ticso@localhost) by cicely5.cicely.de (8.9.0/8.9.0) id NAA02388; Sun, 13 Dec 1998 13:07:47 +0100 (CET) Message-ID: <19981213130746.07809@cicely.de> Date: Sun, 13 Dec 1998 13:07:46 +0100 From: Bernd Walter To: Greg Pavelcak , freebsd-current@FreeBSD.ORG Subject: Re: Build Fails with Signal 4 References: <19981211105035.A230@oit.umass.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19981211105035.A230@oit.umass.edu>; from Greg Pavelcak on Fri, Dec 11, 1998 at 10:50:35AM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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