From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 03:02:58 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 34D9D16A4CE for ; Mon, 23 Aug 2004 03:02:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF9743D3F for ; Mon, 23 Aug 2004 03:02:56 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7N32f45058396; Sun, 22 Aug 2004 21:02:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 21:02:58 -0600 (MDT) Message-Id: <20040822.210258.133046583.imp@bsdimp.com> To: frank_s@bellsouth.net From: "M. Warner Losh" In-Reply-To: <20040822205646.F85453@Cat.nina.org> References: <20040822205646.F85453@Cat.nina.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Buildworld failure in modules/ipfw 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: Mon, 23 Aug 2004 03:02:58 -0000 In message: <20040822205646.F85453@Cat.nina.org> Frank Seltzer 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