From owner-cvs-src@FreeBSD.ORG Fri Aug 20 18:01:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5312916A4CF for ; Fri, 20 Aug 2004 18:01:28 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FEE43D41 for ; Fri, 20 Aug 2004 18:01:27 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 8285 invoked from network); 20 Aug 2004 18:01:19 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 20 Aug 2004 18:01:19 -0000 Message-ID: <41263C75.42CBFCF8@freebsd.org> Date: Fri, 20 Aug 2004 20:01:25 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Paul Seniura References: <200408191838.i7JIcNI9044040@repoman.freebsd.org> <200408192331.i7JNVeoW086385@repoman.freebsd.org> <200408200036.i7K0atVd094389@repoman.freebsd.org> <41258B26.4060507@portaone.com> <20040820164303.32A385C9D@techpc04.okladot.state.ok.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: problem in building modules-with-world re: cvs commit: src/sys/netinet ip_fw_pfil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 18:01:28 -0000 Paul Seniura wrote: > > Hi, > > I'll try replying directly to the committer > this time rather than post on -current@ since > -current@ seems to be ignored somewhat. And > also CC the cvs list directly, too. > > Got the latest CTM buckets installed. > Doesn't seem to be any commits since then > to cover this problem. > > ident /src/sys/modules/ipfw/../../netinet/ip_fw2.c: > $FreeBSD: src/sys/netinet/ip_fw2.c,v 1.73 2004/08/19 23:31:40 andre Exp $ > > ident /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c: > $FreeBSD: src/sys/netinet/ip_fw_pfil.c,v 1.5 2004/08/20 00:36:55 andre Exp $ > > A snip from my build log freshly done just now: > > [...] > ===> ipfw > rm -f .depend > mkdep -f .depend -a -nostdinc -DIPFIREWALL -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq -I@/../include /src/sys/modules/ipfw/../../netinet/ip_fw2.c /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c > /src/sys/modules/ipfw/../../netinet/ip_fw2.c:35:22: opt_ipfw.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw2.c:36:22: opt_ipdn.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw2.c:37:26: opt_ipdivert.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw2.c:38:22: opt_inet.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw2.c:39:23: opt_ipsec.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw2.c:41:2: #error IPFIREWALL requires INET. > /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:29:22: opt_ipfw.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:30:22: opt_ipdn.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:31:26: opt_ipdivert.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:32:28: opt_pfil_hooks.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:33:22: opt_inet.h: No such file or directory > /src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:35:2: #error IPFIREWALL requires INET. > mkdep: compile failed > *** Error code 1 (continuing) > `depend' not remade because of errors. > ===> ip_mroute_mod > [...] I have just cvsupped -current and the GENERIC kernel compiles just fine. Looking at the error message in your log output one might conclude that you are missing "option INET" in your kernel config? -- Andre