From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 22:23:16 2003 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 8881516A4B3 for ; Mon, 20 Oct 2003 22:23:16 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD0D43FB1 for ; Mon, 20 Oct 2003 22:23:15 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9L5NEE7020255; Mon, 20 Oct 2003 23:23:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 20 Oct 2003 23:23:14 -0600 (MDT) Message-Id: <20031020.232314.44503328.imp@bsdimp.com> To: wegster@mindcore.net From: "M. Warner Losh" In-Reply-To: <3F94C120.5070208@mindcore.net> References: <3F947F84.8090709@nc.rr.com> <20031020.223824.62043996.imp@bsdimp.com> <3F94C120.5070208@mindcore.net> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.ORG Subject: Re: Buildworld fails in 5.1-CURRENT in wall 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: Tue, 21 Oct 2003 05:23:16 -0000 In message: <3F94C120.5070208@mindcore.net> Scott W writes: : M. Warner Losh wrote: : : >I'd remove all the .depend files and try again. : > : >Warner : >_______________________________________________ : >freebsd-current@freebsd.org mailing list : >http://lists.freebsd.org/mailman/listinfo/freebsd-current : >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" : > : > : > : I've tried that one- I'm not familiar with freeBSD's build environment, : but 'find /usr/src -name ".depend" shows the only .depend files are in : the kernel tree /usr/src/sus/i386/compile/.... , so I'm assuming it's : generating them as part of the build process itself, or dumping them : outside of the /usr/src heirarchy. Tried again from cvsup ~11pm with : same results...any other ideas? find /usr/obj -name .depend or better yet rm -rf /usr/obj/* Warner