From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 03:41:59 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 3CE0016A4CE for ; Mon, 23 Aug 2004 03:41:59 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D1443D31 for ; Mon, 23 Aug 2004 03:41:58 +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 i7N3fjYU058911; Sun, 22 Aug 2004 21:41:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 21:42:01 -0600 (MDT) Message-Id: <20040822.214201.71089619.imp@bsdimp.com> To: frank_s@bellsouth.net From: "M. Warner Losh" In-Reply-To: <20040822233632.E85453@Cat.nina.org> References: <20040822231936.R85453@Cat.nina.org> <20040822.213200.132300204.imp@bsdimp.com> <20040822233632.E85453@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 cc: keramida@linux.gr 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:41:59 -0000 In message: <20040822233632.E85453@Cat.nina.org> Frank Seltzer writes: : On Sun, 22 Aug 2004, M. Warner Losh wrote: : : > In message: <20040822231936.R85453@Cat.nina.org> : > Frank Seltzer writes: : > : On Mon, 23 Aug 2004, Giorgos Keramidas wrote: : > : : > : > On 2004-08-22 21:01, Frank Seltzer wrote: : > : >> 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. : > : >> : > : >> /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:35:2: #error IPFIREWALL requires INET. : > : > : > : > Does your kernel configuration include the INET option? : > : : > : Yes, I am using the GENERIC kernel. : > : > MODULES_WITH_WORLD? : > : > Warner : : Yes. OK. It builds now, but I have no clue if it works correctly or now. I leave that to the author to fix (ala how I did the opt_inet.h stuff). It built in the kernel environment because all the opt files are now included in the build environment, which is likely why the original author never noticed. Warner