From owner-freebsd-current Fri Mar 3 04:56:54 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA12472 for current-outgoing; Fri, 3 Mar 1995 04:56:54 -0800 Received: from lupine.nsi.nasa.gov (lupine.nsi.nasa.gov [198.116.2.100]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id EAA12466 for ; Fri, 3 Mar 1995 04:56:50 -0800 Received: (from mnewell@localhost) by lupine.nsi.nasa.gov (8.6.9/8.6.9) id HAA03906; Fri, 3 Mar 1995 07:55:23 -0500 Date: Fri, 3 Mar 1995 07:55:19 -0500 (EST) From: "Michael C. Newell" To: "Rodney W. Grimes" cc: Remy.Card@masi.ibp.fr, current@FreeBSD.org Subject: Fatal error during -current make world (was Re: Config broken in -current?) In-Reply-To: <199503030659.WAA16229@gndrsh.aac.dev.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@FreeBSD.org Precedence: bulk On Thu, 2 Mar 1995, Rodney W. Grimes wrote: ... snip ... > > > > It looks like you need to rebuild your _whole_ system. If you recently > > SUPped, you may be in a little trouble, as it will not got go cleanly. > > there are lots of bits which you will have to track down and compile by > > hand to get up to speed. once you have done _that_, a make install should > > result in successful kernel compiles. I have been working through rebuilding the -current system [my third attempt... ;{(] completely also. I got the kernel built, and now I'm trying (again) to rebuild the source tree. During the build I got: cc -O2 -I. -I/home/usr/src/lib/libss -DPOSIX -DIN_LIBSS -c /home/usr/src/lib/libss/requests.c -o requests.o cc -O2 -I. -I/home/usr/src/lib/libss -DPOSIX -DIN_LIBSS -c std_rqs.c -o std_rqs.o std_rqs.c:2: ss/ss.h: Not a directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Which is perfectly true - there is no "ss/ss.h". As far as I can tell the only "ss.h" in the tree at this point is "/home/usr/src/lib/libss/ss.h", not the requested "/home/usr/src/lib/libss/ss/ss.h". This bit of code is automagically generated, so you can't just go in and edit it; what I did was ln -s /home/usr/src/lib/libss /home/usr/src/lib/libss/ss which is silly but hey - it worked. :{) The next problem to occur is c++ -fpic -DPIC -O2 -nostdinc -I/usr/src/gnu/lib/libg++/include -I/usr/include -I/usr/src/gnu/lib/libg++/include -I/usr/include/g++ -I/usr/include -nostdinc++ -c /usr/src/gnu/lib/libg++/libg++/AllocRing.cc -o AllocRing.so cc: Internal compiler error: program cc1plus got fatal signal 4 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. At this point I'm stuck; I don't know what a "fatal signal 4" is. Any advice? Thanks, Mike +--------------------------------------+------------------------------------+ |Mike Newell | The opinions expressed herein are | |NASA Science Internet Network Systems | my own, and do not necessarily | |Sterling Software, Inc. | reflect those of the NSI program, | |MNewell@nsipo.nasa.gov | Sterling Software, NASA, or anyone | |+1-202-434-8954 | else. | +--------------------------------------+------------------------------------+