From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 02:59:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B49A16A4CE for ; Tue, 28 Dec 2004 02:59:50 +0000 (GMT) Received: from masticator.eatel.net (masticator.eatel.net [209.124.203.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DB543D54 for ; Tue, 28 Dec 2004 02:59:50 +0000 (GMT) (envelope-from sdhawley@eatel.net) Received: from ens9.eatel.net (smtp9.eatel.net [192.168.2.1]) by masticator.eatel.net (8.12.11/8.12.11) with SMTP id iBS2xl1V019217 for ; Mon, 27 Dec 2004 20:59:48 -0600 (CST) Received: (qmail 29395 invoked by uid 89); 28 Dec 2004 02:59:47 -0000 Received: from unknown (HELO 192.168.0.103) (209.124.251.171) by 0 with SMTP; 28 Dec 2004 02:59:47 -0000 From: shawley To: FreeBSD-questions@FreeBSD.org Date: Mon, 27 Dec 2004 20:58:58 -0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200412272058.58950.sdhawley@eatel.net> Subject: RE: make buildkernel using 4.10 supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:59:50 -0000 I apologize for the continuing intrusion but if you could be so kind as to= =20 cast a little wisdom this way again I would greatly appredicate it. I switched to standard-supfile and used *default host=3Dcvsup11.FreeBSD.org #CHANGE_THIS.FreeBSD.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_4_10 *default delete use-rel-suffix Cvsup went Ok. Make buildworld went Ok. Make builkernel ended with icasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll cd /usr/obj/usr/src/sys/GENERIC; =A0MAKEOBJDIRPREFIX=3D/usr/obj =A0MACHINE_= ARCH=3Di386 =A0 MACHINE=3Di386 =A0OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec =A0 GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin =A0GROFF_FONT_PATH=3D/usr/ob= j/usr/ src/i386/usr/share/groff_font =A0GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/us= r/ share/tmac PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 =A0DES= TDIR=3D/ usr/obj/usr/src/i386 =A0INSTALL=3D"sh /usr/src/tools/install.sh" =A0PATH=3D= /usr/obj/ usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/ usr/games:/sbin:/bin:/usr/sbin:/usr/bin =A0OBJFORMAT_PATH=3D/usr/obj/usr/sr= c/ i386/usr/libexec:/usr/libexec make KERNEL=3Dkernel depend make: don't know how to make /usr/src/sys/sys/_null.h. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. =A0 Any thoughts? On DecemberMonday 27 =A02004 17:06, you wrote: > ---------- =A0Forwarded Message =A0---------- > > Subject: Re: Fwd: Re: Fwd: Re: make buildkernel > Date: Monday 27 December 2004 11:59 am > From: Kris Kennaway > To: shawley > Cc: kris@obsecurity.org, FreeBSD-questions@freebsd.org > > On Mon, Dec 27, 2004 at 10:19:52AM -0600, shawley wrote: > > My Bad > > In file included from > > /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/ ? > > netinet/ip_fil.c:109: > > > > /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_fil.h:5= 01 > >:1 > > > >: warning: "PFIL_HOOKS" redefined > > [...] > > > ????????In an effort to update ( before I emailed youthe first time) I > > ran cvsup -g > > -L 2 www-supfile. Which worked I then ran make buildworld. Which worked > > just fine. I then toyed to run make buildkernel on my custom kernel whi= ch > > failed repeatedly untill I got it cleaned up. It then ran to the point = of > > error I sent you,(however that's not what I sent you). So I switched to > > the generic kernel suppled with freebsd & got the exact same error > > message at which point I cried for help. > > Thanks. =A0It appears you have 6.0-CURRENT sources (you probably don't > want this since you're not an experienced FreeBSD developer). =A0Compare > your cvsupfile against the examples in /usr/share/examples/cvsup or > check the documentation in the handbook about how to update to the > version/branch you wanted. > > As for the build error, 6.0-CURRENT was indeed broken a few days ago, > but it was fixed shortly thereafter. > > Kris > > -------------------------------------------------------