From owner-freebsd-stable Sat Nov 10 5:45:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from voyager.straynet.com (voyager.straynet.com [208.185.24.8]) by hub.freebsd.org (Postfix) with ESMTP id A866037B41B for ; Sat, 10 Nov 2001 05:45:14 -0800 (PST) Received: by voyager.straynet.com (Postfix, from userid 1001) id 344F520691; Sat, 10 Nov 2001 08:45:14 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by voyager.straynet.com (Postfix) with ESMTP id 267C818C94; Sat, 10 Nov 2001 08:45:14 -0500 (EST) Date: Sat, 10 Nov 2001 08:45:14 -0500 (EST) From: Greg Prosser X-X-Sender: Reply-To: Greg Prosser To: Cc: Subject: Re: -STABLE buildkernel broke! (linux module) In-Reply-To: <20011110001614.B51003@blossom.cjclark.org> Message-ID: <20011110084302.Q15665-100000@voyager.straynet.com> X-Sysadmin-Nolife: True X-BOFH: Yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG on Sat, 10 Nov 2001, Crist J. Clark babbled .. ;; On Sat, Nov 10, 2001 at 04:43:51PM +0900, HIRATA Yasuyuki wrote: ;; > ;; > > I get as far as compiling the kernel, and all is fine until it starts to ;; > > build my modules for me (linux.ko, in fact). Attached you'll find the ;; > > output of what is spit at me. ;; > ;; > I also had the same trouble. In my case, it was avoidable by deleting ;; > /usr/src/sys/compile/MOMO directory and redoing from "config MOMO". I ;; > do not understand the reason. :-) ;; ;; Stale dependencies. Doing a 'rm -rf /usr/obj/sys/KERNEL' or 'rm -rf ;; /usr/src/sys/compile/KERNEL' as the case may be, when you have updated ;; souce code is always a good idea. Makes sense. Explains why it didn't work until I config -r'd. Either way then, why doesn't buildkernel do this? I typically use the buildkernel target from /usr/src to build my kernel, for simplicities sake, and that appears broken. Shouldn't it do a clean? (Like doing a buildworld cleans /usr/obj) /gnp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message