Date: Fri, 29 Oct 2004 10:15:47 -0700 (PDT) From: Doug White <dwhite@gumbysoft.com> To: Peter Losher <Peter_Losher@isc.org> Cc: freebsd-current@freebsd.org Subject: Re: breakage upgrading from 5.3-RC1 to 5.3-RELEASE Message-ID: <20041029101250.A21500@carver.gumbysoft.com> In-Reply-To: <200410261320.16604.Peter_Losher@isc.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041029101250.A21500>