From owner-freebsd-stable Fri Sep 28 21: 8:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from greg.cex.ca (h24-207-33-221.dlt.dccnet.com [24.207.33.221]) by hub.freebsd.org (Postfix) with SMTP id 551D837B410 for ; Fri, 28 Sep 2001 21:08:50 -0700 (PDT) Received: (qmail 30910 invoked by uid 1001); 29 Sep 2001 04:09:27 -0000 Date: Fri, 28 Sep 2001 21:09:27 -0700 From: Greg White To: stable@FreeBSD.ORG Subject: Re: RELENG_4 buildworld errors Message-ID: <20010928210927.B30393@greg.cex.ca> Mail-Followup-To: stable@FreeBSD.ORG References: <200109290353.f8T3rLn13546@mail.nortenet.pt> <3BB54940.71D0D8C8@nortenet.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BB54940.71D0D8C8@nortenet.pt>; from guilherme@nortenet.pt on Sat, Sep 29, 2001 at 05:08:32AM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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