From owner-freebsd-stable Sun Jun 10 7:33:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from oddjob.trewitt.org (adsl-216-102-95-11.dsl.snfc21.pacbell.net [216.102.95.11]) by hub.freebsd.org (Postfix) with ESMTP id 9B71C37B401 for ; Sun, 10 Jun 2001 07:33:09 -0700 (PDT) (envelope-from glenn@trewitt.org) Received: from trewitt.org (g4.trewitt.org [10.0.0.4]) by oddjob.trewitt.org (8.11.3/8.11.1) with ESMTP id f5AEX6a36749; Sun, 10 Jun 2001 07:33:07 -0700 (PDT) (envelope-from glenn@trewitt.org) Message-ID: <3B238528.75D30B3B@trewitt.org> Date: Sun, 10 Jun 2001 07:33:11 -0700 From: Glenn Trewitt Reply-To: glenn@trewitt.org X-Mailer: Mozilla 4.76 (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Mario Doria Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Problem with IPFilter (make buildkernel) References: <005301c0f172$37e0f7b0$0a00a8c0@midgar> Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit 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 I had the same problem a day or two ago. It's nothing you did. The trigger for this was that sometime recently mlfk_ipl.c moved from "netinet" to "contrib". Deep down in the /usr/obj tree: /usr/obj/usr/src/sys//modules/usr/src/sys/modules/ipfilter to be exact, the file .depend contains the old location, and "make buildkernel" doesn't regenerate it. The cure is simple. Just go in and delete the entire build tree at /usr/obj/usr/src/sys/ Then, make buildkernel will work fine. - Glenn Trewitt Mario Doria wrote: > Hello, > > Just synchronized my sources and made world, but when I did make kernel, it > stopped with this error message: > > cc -O -pipe -DIPV6FIREWALL -D_KERNEL -Wall -Wredundant-decls -Wnested-exte > rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcas > t-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/.. > /include -mpreferred-stack-boundary=2 -c setdef1.c > ld -Bshareable -o ip6fw.ko setdef0.o ip6fw.kld setdef1.o > ===> ipfilter > make: don't know how to make > /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/TEC-DIGITAL. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > The kernel I'm compiling enables SMP and IPFILTER, other than that, it's the > same as GENERIC. Is this only happening on my box? Has anybody else > experienced this problem? > > Thanks, > > Mario Doria > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message