From owner-freebsd-stable Mon Jul 2 11:17:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pc1-cove4-0-cust214.bir.cable.ntl.com (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by hub.freebsd.org (Postfix) with ESMTP id 4CD7737B403 for ; Mon, 2 Jul 2001 11:17:34 -0700 (PDT) (envelope-from ianjhart@freeloader.freeserve.co.uk) Received: (from root@localhost) by pc1-cove4-0-cust214.bir.cable.ntl.com (8.11.3/8.11.3) id f62IHUa04360; Mon, 2 Jul 2001 19:17:30 +0100 (BST) (envelope-from ianjhart@freeloader.freeserve.co.uk) Received: from freeloader.freeserve.co.uk (alpha.private [192.168.0.2]) by pc1-cove4-0-cust214.bir.cable.ntl.com (8.11.3/8.11.3av) with ESMTP id f62IHNw04352; Mon, 2 Jul 2001 19:17:23 +0100 (BST) (envelope-from ianjhart@freeloader.freeserve.co.uk) Message-ID: <3B40BAB3.5FC67F86@freeloader.freeserve.co.uk> Date: Mon, 02 Jul 2001 19:17:23 +0100 From: ian j hart X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gianmarco Giovannelli Cc: "stable@FreeBSD.ORG" Subject: Re: make kernel is broken on ipfilter (4.3-STABLE) References: <5.1.0.14.2.20010701110225.03ad5558@194.184.65.7> <5.1.0.14.2.20010702075503.03410bc8@194.184.65.7> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 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 Gianmarco Giovannelli wrote: > > At 01/07/2001, you wrote: > > > So to summarize: > > > 1) This kernel on a 4.3-RELEASE (updated to 4.3-STABLE) installed from a > > > 4.3 cdrom doesn't build with the : > > > make KERNCONF=FREEBSD buildkernel > > > > > > And it exit with the error: > > > >make: don't know how to make > > > >/usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop > > > > > > 2) The same box (Portege 3440) is able to build and install without any > > > problem the GENERIC in the same way: > > > make KERNCONF=GENERIC buildkernel > > > > > > 3) The same box can build and install this kernel using the old way. > > > >config -r FREEBSD > > > >cd ../../compile/FREEBSD > > > >make depend && make && make install > > > > > > 4) A box installed from a 4.2 cdrom, the cvsupped to 4.3-STABLE build the > > > kernel just fine. > > > > >grep required /sys/i386/conf/GENERIC > > > >-- > >ian j hart > > Uhm !?!??! What does your answer mean ? :-) > Can you please explain better ? > > Thanks a lot ... > > Best Regards, > Gianmarco Giovannelli , "Unix expert since yesterday" > http://www.giovannelli.it/~gmarco > http://www2.masternet.it > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message Some kernel device lines are required. Some options require other options. You appear to be missing scbus. This may not be the cause of your problem but you need to fix this or _wierd stuff will happen_ (TM). So, why didn't I just say this? Well, the required devices/options change. For this reason you should check against the required devices/options for the snapshot you are trying to build. Since GENERIC should always build this is a good place to look. Provided no-one breaks the style the supplied grep should do the job. No doubt there are numerous alternate ways to do this. Try searching the archives. HTH -- ian j hart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message