make buildworld problems on RELENG_5

Jonathan Fosburgh syjef at mdacc.tmc.edu
Thu Aug 26 06:42:55 PDT 2004


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.



More information about the freebsd-current mailing list