From owner-freebsd-questions Tue Mar 21 17:19: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rye.elite.net (rye.elite.net [205.199.220.6]) by hub.freebsd.org (Postfix) with ESMTP id CD39937BF95 for ; Tue, 21 Mar 2000 17:19:00 -0800 (PST) (envelope-from bangel@elite.net) Received: from acorn (acorn.static-ip.elite.net [205.199.222.107]) by rye.elite.net (8.9.3/8.9.3) with ESMTP id RAA72828 for ; Tue, 21 Mar 2000 17:19:01 -0800 (PST) Date: Tue, 21 Mar 2000 17:19:02 -0800 (PST) From: X-Sender: bangel@blak.angel.org To: freebsd-questions@freebsd.org Subject: problem upgrading 3.4 -> 4.0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I was upgrading 3.4 to 4.0 stable (doing the make world) and something happened halfway through make installworld. I had to stop and start it over. Me, being stupid, rebooted the machine. It was all screwed, but I got it too boot. Now when trying to re-build 4.0-stable I get this: -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- cd /usr/src/lib/csu/i386-elf; make _EXTRADEPEND cc -O -pipe -elf -Wall -fkeep-inline-functions -I/usr/obj/usr/src/i386/usr/inclu de -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o cc: Internal compiler error: program cc1 got fatal signal 12 *** Error code 1 etc. I've make clean'd and cvsup'd new source to no avail. Anyone have any ideas? (gdb on cc1 doesnt tell me anything good) I think it may have something to do with the libraries in my /usr/lib, but from what I can tell in the Makefile, it uses its own library path. Note: I had this problem with '/bin/chmod' so I copied chmod from another 3.4 system. The reason this is perplexing me is because 'cc1' is built right then, its not the old /usr/libexec/cc1 , its in /usr/obj/usr/src/i386... Thanks, Keith Simonsen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message