Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 1995 07:55:19 -0500 (EST)
From:      "Michael C. Newell" <mnewell@lupine.nsi.nasa.gov>
To:        "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
Cc:        Remy.Card@masi.ibp.fr, current@FreeBSD.org
Subject:   Fatal error during -current make world (was Re: Config broken in -current?)
Message-ID:  <Pine.SUN.3.91.950303074157.3234E-100000@lupine.nsi.nasa.gov>
In-Reply-To: <199503030659.WAA16229@gndrsh.aac.dev.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.                              |
+--------------------------------------+------------------------------------+




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.950303074157.3234E-100000>