From owner-freebsd-stable@FreeBSD.ORG Mon May 24 13:13:50 2010 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 9874D106566C for ; Mon, 24 May 2010 13:13:50 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [76.96.59.243]) by mx1.freebsd.org (Postfix) with ESMTP id 428A38FC15 for ; Mon, 24 May 2010 13:13:48 +0000 (UTC) Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by qmta13.westchester.pa.mail.comcast.net with comcast id MPed1e0050cZkys5DRDpuZ; Mon, 24 May 2010 13:13:49 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta10.westchester.pa.mail.comcast.net with comcast id MRDn1e00B3S48mS3WRDoRQ; Mon, 24 May 2010 13:13:48 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 113F19B422; Mon, 24 May 2010 06:13:46 -0700 (PDT) Date: Mon, 24 May 2010 06:13:46 -0700 From: Jeremy Chadwick To: Stefan Bethke Message-ID: <20100524131346.GA27811@icarus.home.lan> References: <323EFFEC-C17C-46AF-AF7C-281863F041C3@lassitu.de> <20100524120910.GA25613@icarus.home.lan> <20100524121856.GA26479@icarus.home.lan> <224129E1-5E90-4E36-A553-2F37C0CF0780@lassitu.de> <20100524122944.GA26720@icarus.home.lan> <0CFCBFC9-F613-4D16-9359-334ECED3E913@lassitu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0CFCBFC9-F613-4D16-9359-334ECED3E913@lassitu.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Stable Subject: Re: make world fails in usr.sbin/config? 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: Mon, 24 May 2010 13:13:50 -0000 On Mon, May 24, 2010 at 02:59:01PM +0200, Stefan Bethke wrote: > Am 24.05.2010 um 14:29 schrieb Jeremy Chadwick: > > > All that said: I *have* seen the compiler error you've mentioned, but > > usually a 2nd rebuild (after nuking /usr/obj/*) usually works. Probably > > some weird race condition. > > It sure looks like it. Now that I've checked out again, the error has moved to: > cc -O2 -pipe -DHAS_ISBLANK -I. -I/usr/src/usr.bin/awk/../../contrib/one-true-awk -DFOPEN_MAX=64 -I/usr/obj/usr/src/tmp/legacy/usr/include -L/usr/obj/usr/src/tmp/legacy/usr/lib /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o maketab > In file included from /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c:35: > ./ytab.h:98: warning: data definition has no type or storage class > ./ytab.h:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'yylval' > *** Error code 1 > > Stop in /usr/src/usr.bin/awk. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Again, it appears as if YYSTYPE is defined but empty. ytab.h looks a bit odd to me: > > #define DECR 346 > #define INCR 347 > #define INDIRECT 348 > #define LASTTOKEN 349 > YYSTYPE; > extern YYSTYPE yylval; > > Line 98 is " YYSTYPE;" So now the problem has moved from usr.sbin/config to usr.sbin/awk? Weird. Usually this sort of thing indicates excessive clock skew (as in rapidly skewing multiple seconds in bursts), or very strange filesystem problems. Is it possible for your /usr/obj to be made a UFS2 filesystem and for you to re-try your build? By the way, the buildworld + buildkernel I was running on the FreeBSD VM box I have just finished -- no issues. And that's with make -j2. That's an 8.0-RELEASE machine which is being built to upgrade to RELENG_8. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |