From owner-freebsd-questions Tue Mar 14 17: 4:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 287DC37B88A for ; Tue, 14 Mar 2000 17:04:48 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 40326 invoked from network); 15 Mar 2000 01:04:38 -0000 Received: from localhost.snowmoon.com (127.0.0.1) by localhost.snowmoon.com with SMTP; 15 Mar 2000 01:04:38 -0000 Date: Tue, 14 Mar 2000 20:04:37 -0500 (EST) From: Jaime Kikpole To: jimmy martin Cc: freebsd-questions@freebsd.org Subject: Re: errors updating In-Reply-To: <20000314173008.10314.qmail@hotmail.com> 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 On Tue, 14 Mar 2000, jimmy martin wrote: > *default host=cvsup1.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_3 > *default delete use-rel-suffix > *default compress > src-all This looks right, as far as I can tell. > cd /usr/obj > chflags -R noschg* > rm -rf * > cd /root > cvsup stable-supfile(it runs and finishes with no flaws) > cd /usr/src It looks like you should be getting all the source code at this point. > make world > about 2 hours later i get the error... > ==> Your Makefile has benn rebuilt. <== > ==> Please rerun the make command. <== > false > false:No such file or directory > *** Error code 1 > > Stop. > > So i do the obvious and type "make" > Then I get the errors... > > /usr/src/lib/libnetgraph/sock.c:273: dereferencing pointer to > incoplete > type(sevral of these lines with just a number variation) > *** Error code 1 > > Stop. > > Thats as far as i can get. Im open to any suggestions at all, ive > never > encountered this problem before and all my other updates have been > secsesfull up till now. Ive been thru this processe about 20 > times. CVS servers contain highly mutative source code. Did you try re-CVSupping the source code a day or two latter to see if it helped? While unlikely, its possible that something was wrong in the wource code. As an extreme, you may wish to make a tar back-up of /usr/src and then delete the whole source code tree. Let CVSup get a fresh source tree for you that way. (Just copy your kernel config file to your home directory, first.) Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message