From owner-freebsd-current@FreeBSD.ORG Sat Jun 5 15:30:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1E316A4CE; Sat, 5 Jun 2004 15:30:22 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FBF43D45; Sat, 5 Jun 2004 15:30:22 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i55MRa4o005183; Sat, 5 Jun 2004 16:27:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 05 Jun 2004 16:27:44 -0600 (MDT) Message-Id: <20040605.162744.43694683.imp@bsdimp.com> To: kris@obsecurity.org From: "M. Warner Losh" In-Reply-To: <20040605214323.GA65326@xor.obsecurity.org> References: <20040604184225.GB2137@ip.net.ua> <20040605.132535.79082424.imp@bsdimp.com> <20040605214323.GA65326@xor.obsecurity.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: billf@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: addendum - several modules failing to be built - all related to pccarddevs.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 05 Jun 2004 22:30:22 -0000 In message: <20040605214323.GA65326@xor.obsecurity.org> Kris Kennaway writes: : On Sat, Jun 05, 2004 at 01:25:35PM -0600, M. Warner Losh wrote: : > In message: <20040604184225.GB2137@ip.net.ua> : > Ruslan Ermilov writes: : > : On Fri, Jun 04, 2004 at 10:50:39AM -0700, Bill Fumerola wrote: : > : > On Fri, Jun 04, 2004 at 10:57:31AM -0500, Paul Seniura wrote: : > : > > After letting 'make -k' continue, to build as much as possible, : > : > > and then rerunning it again, we can see many modules failing : > : > > because of the same problem. This is the _entire log_ from a : > : > > "re-run" again: : > : > : > : > we can also see you failing to run 'make depend'. : > : > : > : FWIW, running ``make depend'' is almost always optional. : > : > Not when files listed in .depened move. Then it is manditory. Files : > moved. Chances are excellent this is caused by NOCLEANDIR being : > defined somewhere. : : Or having stale object files in /usr/src (i.e. not in /usr/obj)? yes. building once by hand will also cause this. Warner