From owner-freebsd-current@FreeBSD.ORG Fri Oct 29 17:15:47 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 A468616A4CE for ; Fri, 29 Oct 2004 17:15:47 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F5343D5C for ; Fri, 29 Oct 2004 17:15:47 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 8703C72DD4; Fri, 29 Oct 2004 10:15:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 828C372DCB; Fri, 29 Oct 2004 10:15:47 -0700 (PDT) Date: Fri, 29 Oct 2004 10:15:47 -0700 (PDT) From: Doug White To: Peter Losher In-Reply-To: <200410261320.16604.Peter_Losher@isc.org> Message-ID: <20041029101250.A21500@carver.gumbysoft.com> References: <1098785643.67570.44.camel@localhost.netability.ie> <59427.134.84.146.132.1098807284.squirrel@134.84.146.132> <200410261320.16604.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: Fri, 29 Oct 2004 17:15:47 -0000 On Tue, 26 Oct 2004, Peter Losher wrote: > On Tuesday 26 October 2004 09:14 am, Ryan Sommers wrote: > > Nick Hilliard said: > > > buildworld is failing during the rebuild of texinfo's makeinfo. The > > > source tree was a clean copy of 5.3-RC1, upgraded to RELENG_5_3 earlier > > > today. /etc/make.conf was empty. Any suggestions? > > > > > > Nick > > > > I checked out RELENG_5_3 this morning and the build just finished > > successfully. Could you try removing your /usr/src and /usr/obj and try > > building again? Let me know if it still fails. > > I have been experiencing this same problem updating some of my systems from > BETA3 to RC1/RELEASE. I already removed /usr/{obj,src} and recheck-ed out a > fresh RELENG_5_3 tree. I get the same problem as Nick gets, but I noticed a > missing xmalloc.o earlier in the build process. 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. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org