From owner-freebsd-stable@FreeBSD.ORG Sat Jan 28 04:44:07 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4B1A106566C for ; Sat, 28 Jan 2012 04:44:07 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta04.emeryville.ca.mail.comcast.net (qmta04.emeryville.ca.mail.comcast.net [76.96.30.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8B63D8FC0C for ; Sat, 28 Jan 2012 04:44:07 +0000 (UTC) Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta04.emeryville.ca.mail.comcast.net with comcast id SsjU1i0020cQ2SLA4sk6HB; Sat, 28 Jan 2012 04:44:06 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta10.emeryville.ca.mail.comcast.net with comcast id Ssk51i00B1t3BNj8Wsk6hA; Sat, 28 Jan 2012 04:44:06 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id AADB3102C19; Fri, 27 Jan 2012 20:44:05 -0800 (PST) Date: Fri, 27 Jan 2012 20:44:05 -0800 From: Jeremy Chadwick To: "Thomas D. Dean" Message-ID: <20120128044405.GA93627@icarus.home.lan> References: <4F23376D.4000904@speakeasy.org> <4F2378F4.4020907@speakeasy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F2378F4.4020907@speakeasy.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org Subject: Re: Make Buildworld Fails (Broken Servers) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2012 04:44:07 -0000 On Fri, Jan 27, 2012 at 08:26:28PM -0800, Thomas D. Dean wrote: > On 01/27/12 15:46, Thomas D. Dean wrote: > > I earlier used cvsup4.FreeBSD.org. No files were updated. > Buildworld was broken as I reported earlier. > > # cvsup10.FreeBSD.org ########################################### > Now, I used cvsup10.FreeBSD.org. Many (~150?) files were updated. > > # cd /usr/src > # env -i make cleandir > # env -i make cleandir > # env -i make -j 10 buildworld > ... > failed on iterator.c - redo to check if -j 10 broke things. > > # env -i make cleandir > # env -i make cleandir > # env -i make buildworld > ... > mkdep -f .depend -a -I/usr/obj/usr/src/tmp/legacy/usr/include > /usr/src/games/fortune/strfile/strfile.c > echo strfile: /usr/lib/libc.a > /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend > cc -O2 -pipe -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include > -c /usr/src/games/fortune/strfile/strfile.c > cc -O2 -pipe -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include > -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o strfile strfile.o > -legacy > sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 strfile > /usr/obj/usr/src/tmp/legacy/usr/games > ===> gnu/usr.bin/gperf (obj,depend,all,install) > /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf created for > /usr/src/gnu/usr.bin/gperf > ===> gnu/usr.bin/gperf/doc (obj) > /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf/doc created for > /usr/src/gnu/usr.bin/gperf/doc > make: don't know how to make iterator.cc. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > No, -j10 did not break it. This error shown here is *exactly* what Randy Bush posted about a few days ago. Please read the ENTIRE THREAD. http://lists.freebsd.org/pipermail/freebsd-stable/2012-January/065616.html The root cause was a bad cvsup server. Randy posted to freebsd-hubs about the problem (I haven't looked to find the mail though). > # cvsup5.FreeBSD.org ########################################### > > # cd /usr/src > # env -i make cleandir > # env -i make cleandir > # env -i make buildworld > ... > same problem as with cvsup4, > cd /usr/src/kerberos5/tools/asn1_compile/../make-print-version && make > make: don't know how to make /usr/src/tmp/legacy/usr/lib/libegacy.a. Stop No, this is a different error, which could ALSO be caused by a bad cvsup server. You should post these problems to freebsd-hubs; the owners of the cvsup servers need to be made aware of these problems. Finally: please stop with the "cleandir". rm -fr /usr/obj/* and do not use make -jX at all. This will rule out any inconsistencies. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |