From owner-freebsd-current@FreeBSD.ORG Mon Jun 16 20:14:16 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D54E2A1B; Mon, 16 Jun 2014 20:14:16 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ACDE029A8; Mon, 16 Jun 2014 20:14:16 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id s5GKEFGw072174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 16 Jun 2014 13:14:15 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id s5GKEFOB072173; Mon, 16 Jun 2014 13:14:15 -0700 (PDT) (envelope-from sgk) Date: Mon, 16 Jun 2014 13:14:15 -0700 From: Steve Kargl To: Warner Losh Subject: Re: In tree builds broken in lib/ncurses? Message-ID: <20140616201415.GA72139@troutmask.apl.washington.edu> References: <20140614201933.GA65847@troutmask.apl.washington.edu> <20140614221236.GA66187@troutmask.apl.washington.edu> <20140614223002.GB66187@troutmask.apl.washington.edu> <4610322.zAJlsEjG1I@overcee.wemm.org> <20140615013057.GA66589@troutmask.apl.washington.edu> <5B8DE5E2-FC48-4B61-B759-7951821C72C3@gmail.com> <20140615061237.GA67531@troutmask.apl.washington.edu> <1402840958.20883.250.camel@revolution.hippie.lan> <20140616061807.GA71237@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@FreeBSD.org, Peter Wemm , Ian Lepore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 16 Jun 2014 20:14:16 -0000 On Mon, Jun 16, 2014 at 11:01:59AM -0600, Warner Losh wrote: > > On Jun 16, 2014, at 12:18 AM, Steve Kargl wrote: > > > On Sun, Jun 15, 2014 at 08:02:38AM -0600, Ian Lepore wrote: > >> > >> It looks like this is a SUBDIR_PARALLEL build fallout. I've finally > >> committed the fine-grained dependency fix I've been sitting on for > >> weeks, could you please try updating to r267511 and then applying the > >> attached to see if it fixes it? > >> > > > > AFAICT, your patch does not fix the problem. After a > > 'svn update' and buildworld/installworld cycle, I still > > the problem > > > > % cd /usr/src > > % make clean && make cleandepend > > % make clean && make clean depend > > % make obj Thanks for the pointer. I believe that in the 20 decades that I've used FreeBSD (386bsd+patchkit), I've never had the need to do an explict 'make obj'. In-tree builds simply worked. > > % cd lib/ncurses > > % make depend > > % make > > .... > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/src/lib/ncurses/ncursesw > > *** Error code 1 > > If I do the above, it works. So when we last imported ncurses,i > it looks like it broke the non-obj-tree based build. Sure would be nice if this could be fixed. -- Steve