Buildworld failure in modules/ipfw

M. Warner Losh imp at bsdimp.com
Sun Aug 22 20:02:58 PDT 2004


In message: <20040822205646.F85453 at Cat.nina.org>
            Frank Seltzer <frank_s at bellsouth.net> writes:
: Is anyone else seeing this?  I am getting this trying to upgrade from
: 
: FreeBSD 5.2-CURRENT #0: Sat Jul 31 16:48:11 EDT 2004
: 
: to 5.3 or 6-current.
: 
: 
: ===> sys/modules/ipfw
: @ -> /usr/src/sys
: machine -> /usr/src/sys/i386/include
: rm -f .depend
: mkdep -f .depend -a   -nostdinc -DIPFIREWALL -D_KERNEL -DKLD_MODULE -I- 
: -I. -I@ -I@/contrib/altq -I@/../include 
: -I/usr/obj/usr/src/i386/usr/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
: *** Error code 1
: 
: Stop in /usr/src/sys/modules/ipfw.
: *** Error code 1
: 
: Stop in /usr/src/sys/modules.
: *** Error code 1
: 
: Stop in /usr/src/sys.
: *** Error code 1
: 
: There is nothing in UPDATING about it.

This is because this module's makefile doesn't properly create opt_*.h
that are listed here.

Warner


More information about the freebsd-current mailing list