From owner-freebsd-stable Fri Mar 29 08:25:01 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29450 for stable-outgoing; Fri, 29 Mar 1996 08:25:01 -0800 (PST) Received: from phoenix.volant.org (root@phoenix.volant.org [205.179.79.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA29440 for ; Fri, 29 Mar 1996 08:24:49 -0800 (PST) From: patl@asimov.volant.org Received: from asimov.volant.org (asimov.volant.org [205.179.79.65]) by phoenix.volant.org (8.6.12/8.6.9) with SMTP id IAA17711; Fri, 29 Mar 1996 08:23:16 -0800 Received: by asimov.volant.org (5.x/SMI-SVR4) id AA03992; Fri, 29 Mar 1996 08:24:49 -0800 Date: Fri, 29 Mar 1996 08:24:49 -0800 Message-Id: <9603291624.AA03992@asimov.volant.org> To: jlwest@tseinc.com Subject: Re: ARGH!!! make world failed - how to proceed Cc: freebsd-stable@FreeBSD.org Reply-To: patl@Phoenix.volant.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: ijOaNhSLsaBt7BwYWoi5Jg== Sender: owner-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk |> "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)