From owner-freebsd-current@FreeBSD.ORG Tue Nov 2 02:50:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB01216A4CE for ; Tue, 2 Nov 2004 02:50:42 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E7C43D3F for ; Tue, 2 Nov 2004 02:50:42 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 86C7972DD4; Mon, 1 Nov 2004 18:50:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 846AF72DCB; Mon, 1 Nov 2004 18:50:42 -0800 (PST) Date: Mon, 1 Nov 2004 18:50:42 -0800 (PST) From: Doug White To: Peter Losher In-Reply-To: <200410311550.58098.Peter_Losher@isc.org> Message-ID: <20041101184843.S56441@carver.gumbysoft.com> References: <1098785643.67570.44.camel@localhost.netability.ie> <20041029101250.A21500@carver.gumbysoft.com> <200410311550.58098.Peter_Losher@isc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Ryan Sommers cc: Nick Hilliard cc: freebsd-current@freebsd.org Subject: Re: breakage upgrading from 5.3-RC1 to 5.3-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 02:50:42 -0000 On Sun, 31 Oct 2004, Peter Losher wrote: > On Friday 29 October 2004 10:15 am, Doug White wrote: > > This is indicative of your system clock being off by large amounts, or > > reset timestamps on src/ files. Check the system date and correct. > > > > Cleaning up from that is not easy, though; you may have to remove and > > re-extract your source. It will update files in the wrong way and > > damage your tree. > > > > You can try 'make cleandir; make cleandir' and removing /usr/obj > > completely if reconstiuting your source tree is painful. > > On both systems, the clock was off by less than a minute (46 seconds on > on, the other 39 seconds), I ran ntpdate, then did a 'make cleandir; make > cleandir' as well as removing /usr/obj and then later /usr/{obj,src}, > and checked out a fresh RELENG_5_3 src tree, and the same thing still > happens. > > Ideas? - Peter Try make OSRELDATE=0 buildworld I guess ... try the mega-botstrap. If that doesn't do it then your build environment is seriously damaged. Fixing the broken clocks and cvsupping from scratch fixed it for me on one machine. If that doesn't do it then I don't know what to say other than reformat & reinstall. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org