Date: Fri, 29 Mar 1996 08:24:49 -0800 From: patl@asimov.volant.org To: jlwest@tseinc.com Cc: freebsd-stable@FreeBSD.org Subject: Re: ARGH!!! make world failed - how to proceed Message-ID: <9603291624.AA03992@asimov.volant.org>
next in thread | raw e-mail | index | archive | help
|> "Jay L. West" wrote: |> > Question #1 - what do I need to do to fix this? I was also having this problem. I tried using 'make -k' to see if I could just skip the ipfw stuff. That built almost everything. (Two other programs failed, also in ways that looked like out-of-sync header files.) Eventually, I discovered that the problem seems to be that I had followed the advice of the Web page and created a separate source tree for the -stable sources. The make was creating a link from /sys to /usr/src/sys, instead of to the sys subdir of my alternate source tree. This meant that everything that included headers from the kernel sources got the old versions instead of the -stable ones. (Setting DESTDIR might have prevented that; but I didn't know about DESTDIR when I tried the first build...) My solution was to rename the old /usr/src and install the -stable sources as /usr/src, then do another 'make world'. It just finished. (One error, listed below), I'm rebuilding my kernel now. -Pat My opinions are my own. For a small royalty, they can be yours as well... Pat Lashley, Senior Software Engineer, Henry Davis Consulting patl@Phoenix.Volant.ORG || http://Phoenix.Volant.ORG/ || lashley@netcom.com -------------------------------------------------------------- Rebuilding The whole thing -------------------------------------------------------------- ... ===> lib/libc install -c -o bin -g bin -m 444 libc.a /usr/lib ranlib -t /usr/lib/libc.a install -c -o bin -g bin -m 444 libc_p.a /usr/lib ranlib -t /usr/lib/libc_p.a install -c -o bin -g bin -m 444 -fschg libc.so.2.2 /usr/lib install: libc.so.2.2: No such file or directory *** Error code 71 (continuing)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9603291624.AA03992>