From owner-freebsd-stable Mon Oct 1 16:35:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id C940F37B407 for ; Mon, 1 Oct 2001 16:35:38 -0700 (PDT) Received: from blossom.cjclark.org (dialup-209.245.140.234.Dial1.SanJose1.Level3.net [209.245.140.234]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f91NYcC01740; Mon, 1 Oct 2001 16:34:43 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id f91NXps01899; Mon, 1 Oct 2001 16:33:51 -0700 (PDT) (envelope-from cjc) Date: Mon, 1 Oct 2001 16:33:23 -0700 From: "Crist J. Clark" To: Alastair Hogge Cc: freebsd-stable@FreeBSD.ORG Subject: Re: buildkernel - more Message-ID: <20011001163322.E304@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200109300955.TAA29001@buffy.tpgi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109300955.TAA29001@buffy.tpgi.com.au>; from agh@tpg.com.au on Sun, Sep 30, 2001 at 07:55:16PM +0000 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 Sun, Sep 30, 2001 at 07:55:16PM +0000, Alastair Hogge wrote: > [Sorry for starting this in a new thread, but I lost all my emails] > > Hello, > > In the last episode I had a helpful tip from someone (sorry can't remember > there name :-( ). The tip was to make, make install the kernel from the > kernel directory instead of make buildkernel from /usr/src (the usaul way > right?). Well this tip did help me, I was able to build.install the kernel ( > thank you very much someon). This tip was fo systems that hadn't run > make buildworld (?). I had already done the buildworld thing I just still > got errors. Why? > > Just to go over what I used to do (using 4.4-STABLE): > > cd /usr/src/sys/i386/conf/ > cp GENERIC FREEBIE > ee FREEBIE # change ident from GENERIC to FREEBIE > config FREEBIE > cd ../../compile/FREEBIE > make depend > cd /usr/src > make buildkernel KERNCONF=FREEBIE > > I would then get the errors with ipfilter. > So after the helpfull tip from I would > > # make depend > make > make install > > Now that woked. > I would just like to know why I'm having trouble with my original > way? You have stale files in your object tree. You should always nuke the object tree between source updates, # rm -rf /usr/obj -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message