From owner-freebsd-stable Wed Dec 12 10:17:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp-1.enteract.com (smtp-1.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 7B1AB37B416 for ; Wed, 12 Dec 2001 10:17:23 -0800 (PST) Received: from jamestown.21stcentury.net (24-148-18-116.na.21stcentury.net [24.148.18.116]) by smtp-1.enteract.com (Postfix) with ESMTP id 865925FA7; Wed, 12 Dec 2001 12:17:22 -0600 (CST) Received: (from jtm@localhost) by jamestown.21stcentury.net (8.11.6/8.11.3) id fBCIH3A00664; Wed, 12 Dec 2001 12:17:03 -0600 (CST) (envelope-from jtm63@enteract.com) X-Authentication-Warning: jamestown.21stcentury.net: jtm set sender to jtm63@enteract.com using -f To: freebsd-stable@freebsd.org Cc: Josh Paetzel Subject: Re: Kernel won't build (and I cleaned out the modules already) References: <86wuzu8rds.fsf@jamestown.21stcentury.net> <20011210231236.C397@twincat.vladsempire.net> <86y9k9htaq.fsf@jamestown.21stcentury.net> From: James McNaughton Date: 12 Dec 2001 12:17:02 -0600 In-Reply-To: <86y9k9htaq.fsf@jamestown.21stcentury.net> Message-ID: <86ofl4cnhd.fsf@jamestown.21stcentury.net> Lines: 48 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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 James McNaughton writes: > Josh Paetzel writes: > > > > > rm -rf /usr/obj > > recvsup > > rebuild again. > > > > Josh > > Well I tried, and now it fails in a different spot. Recent actions > have included: > > Adding MODULES_WITH_WORLD=yes to make.conf > > Cleaning out /usr/obj per the Handbook which included removing > the immutable flag on the files. Also running 'make cleandir' > twice. > > cvsupping again. > > The failure is: > > rm -f .depend > mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/boot0cfg/boot0cfg.c > cd /usr/src/usr.sbin/boot0cfg; make _EXTRADEPEND > echo boot0cfg: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > I'll try again with out MODULES_WITH_WORLD=yes and see what happens > > ? > After taking out MODULES_WITH_WORLD=yes from make.conf, buildworld worked but buildkernel failed at the same place in making modules. The only thing that got the kernel to compile was using NO_MODULES=true. So now I have old modules. I still don't know why it doesn't find linux_proto.h. The file is on my system. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message