Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 09:31:47 -0400 (EDT)
From:      Steve Bertrand <iaccounts@northnetworks.ca>
To:        Jeremy Gaddis <jeremy@gaddis.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make buildworld fails on 4.8-release
Message-ID:  <20030502092939.B73065@diana.northnetworks.ca>
In-Reply-To: <1051822348.238.4.camel@jupiter.main.gaddis.org>
References:  <20030428092345.K22519-100000@diana.northnetworks.ca> <1051822348.238.4.camel@jupiter.main.gaddis.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> > First thing I try when buildworld fails is:
> >
> > # rm -rvf /usr/obj
> > # rm -rvf /usr/src/*
> > # cvsup -L 2 -g /path/to/supfile
> >
> > Then attempt to rebuild from scratch. You may want to backup your original
> > source/obj trees if you have already compiled a custom kernel though.
>
> I'd rather not do a complete cvsup of the sources if I can avoid
> it (only available Internet connection is 56k dialup).  Should
> I just reinstall the sources from the CD and cvsup from that, or
> is a complete cvsup really preferred?

It's not manditory, I am behind a triple T-1 connection working for an
ISP, and sometimes forget about the 56k people (even though that is what I
have at home :o)

Try:

# rm -rvf /usr/obj
# cd /usr/src
# make buildworld

This will at least verify that something in the obj tree did not get
corrupted on the first pass through.

Steve

>
> Thanks,
> j.
>
> --
> Jeremy L. Gaddis   <jeremy@gaddis.org>   <http://www.gaddis.org>;
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030502092939.B73065>