Date: Thu, 26 Aug 2004 08:42:47 -0500 From: Jonathan Fosburgh <syjef@mdacc.tmc.edu> To: Mike Tancsa <mike@sentex.net> Cc: freebsd-current@freebsd.org Subject: Re: make buildworld problems on RELENG_5 Message-ID: <412DE8D7.3020205@mdacc.tmc.edu> In-Reply-To: <6.1.2.0.0.20040826090933.074a6fd0@64.7.153.2> References: <6.1.2.0.0.20040826090933.074a6fd0@64.7.153.2>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412DE8D7.3020205>