From owner-freebsd-current@FreeBSD.ORG Thu Aug 26 13:42:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FEA16A4CE for ; Thu, 26 Aug 2004 13:42:55 +0000 (GMT) Received: from mail.mdanderson.org (mail.mdanderson.org [143.111.251.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C87343D5F for ; Thu, 26 Aug 2004 13:42:53 +0000 (GMT) (envelope-from syjef@mdacc.tmc.edu) Received: from [127.0.0.1] (unknown [127.0.0.1]) by jef-nt.mdacc.tmc.edu (Postfix) with ESMTP id 083A5111; Thu, 26 Aug 2004 08:42:49 -0500 (CDT) Message-ID: <412DE8D7.3020205@mdacc.tmc.edu> Date: Thu, 26 Aug 2004 08:42:47 -0500 From: Jonathan Fosburgh User-Agent: Mozilla Thunderbird 0.7 (X11/20040625) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tancsa References: <6.1.2.0.0.20040826090933.074a6fd0@64.7.153.2> In-Reply-To: <6.1.2.0.0.20040826090933.074a6fd0@64.7.153.2> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 27 Aug 2004 11:58:54 +0000 cc: freebsd-current@freebsd.org Subject: Re: make buildworld problems on RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 13:42:55 -0000 Mike Tancsa wrote: > > ===> sys/modules/ipfw > rm -f .depend > mkdep -f .depend -a -nostdinc -DIPFIREWALL -D_KERNEL -DKLD_MODULE -I- > -I. -I@ -I@/contrib/altq -I@/../include > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:35:22: opt_ipfw.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:36:22: opt_ipdn.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:37:26: opt_ipdivert.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:38:22: opt_inet.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:39:23: opt_ipsec.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:41:2: #error IPFIREWALL > requires INET. > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:29:22: opt_ipfw.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:30:22: opt_ipdn.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:31:26: > opt_ipdivert.h: No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:32:28: > opt_pfil_hooks.h: No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:33:22: opt_inet.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:35:2: #error > IPFIREWALL requires INET. > mkdep: compile failed A couple of options. From the above error, do you have options INET in your kernel config? Also, do you have options PFIL_HOOKS in your kenrnel config? Check UPDATING and the -current mailling list.