Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 21:09:27 -0700
From:      Greg White <gregw-freebsd-stable@greg.cex.ca>
To:        stable@FreeBSD.ORG
Subject:   Re: RELENG_4 buildworld errors
Message-ID:  <20010928210927.B30393@greg.cex.ca>
In-Reply-To: <3BB54940.71D0D8C8@nortenet.pt>; from guilherme@nortenet.pt on Sat, Sep 29, 2001 at 05:08:32AM %2B0100
References:  <200109290353.f8T3rLn13546@mail.nortenet.pt> <3BB54940.71D0D8C8@nortenet.pt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 29, 2001 at 05:08:32AM +0100, Guilherme Oliveira wrote:
> Matthew Whelan wrote:
> > 
> > This is -not- the recommended order... this is:
> > 
> > make buildworld
> > make buildkernel KERNCONF=...
> > [reboot if running securelevel 1 - I found installkernel had disappointing results
> > when I tried to skip this :)]
> > make installkernel KERNCONF=...
> > reboot into new kernel, single user
> > make installworld
> > mergemaster
> 
> Yap, it's logic.
> Good point.
> 
> About the timestamp in MakeFile that it's breaking my buildworld, it's
> possible cvsup to correct these timestamps ?
> If not, I must 'rm -r /usr/src', install again and cvsup to RELENG_4 or
> there are other way ?

If it's a clock skew problem, fix the clock skew, then (sloppy, and I'm
sure there's a faster way, but this will work):

cd /usr/src && find . -type f -exec touch {} \; && rm -rf /usr/obj && \
make buildworld 

-- 
Greg White

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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