From owner-freebsd-stable@FreeBSD.ORG Mon May 19 16:58:07 2008 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 980E0106564A for ; Mon, 19 May 2008 16:58:07 +0000 (UTC) (envelope-from duhring@charter.net) Received: from mta11.charter.net (mta11.charter.net [216.33.127.80]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE378FC0A for ; Mon, 19 May 2008 16:58:06 +0000 (UTC) (envelope-from duhring@charter.net) Received: from aarprv04.charter.net ([10.20.200.74]) by mta11.charter.net (InterMail vM.7.08.03.00 201-2186-126-20070710) with ESMTP id <20080519165806.XOKL5653.mta11.charter.net@aarprv04.charter.net>; Mon, 19 May 2008 12:58:06 -0400 Received: from maxwell ([75.132.247.36]) by aarprv04.charter.net with ESMTP id <20080519165806.QSNG4495.aarprv04.charter.net@maxwell>; Mon, 19 May 2008 12:58:06 -0400 Received: by maxwell (Postfix, from userid 1000) id 10BC32A; Mon, 19 May 2008 11:58:07 -0500 (CDT) Date: Mon, 19 May 2008 11:58:07 -0500 From: Dave Uhring To: Jeremy Chadwick Message-ID: <20080519165807.GB62264@charter.net> References: <20080519151739.GA50653@charter.net> <4AB77C7C-55F7-4CC3-B842-E684F6C899E3@rabson.org> <20080519163825.GA32372@charter.net> <20080519164221.GA76691@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080519164221.GA76691@eos.sc1.parodius.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Chzlrs: 0 Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 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, 19 May 2008 16:58:07 -0000 On Mon, May 19, 2008 at 09:42:21AM -0700, Jeremy Chadwick wrote: > > Is there some reason you're using -DNO_CLEAN, and haven't just nuked > /usr/obj/* and done buildworld normally? I can't reproduce any of this > behaviour on any of our RELENG_7 systems. I have repeately nuked /usr/obj. That is not going to put updated header files where they need to be. I'm using -DNO_CLEAN in order to get the system to a point where a build just might succeed without -DNO_CLEAN and I'm not getting there without some header files being in the right place. Remember I'm starting from a RELEASE userland. This is just about as bad as jumping from one full release to the next :(