From owner-freebsd-stable Thu Sep 19 20:12:33 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CD737B401 for ; Thu, 19 Sep 2002 20:12:31 -0700 (PDT) Received: from spoor.oit.pdx.edu (spoor.oit.pdx.edu [131.252.120.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C3843E6A for ; Thu, 19 Sep 2002 20:12:30 -0700 (PDT) (envelope-from suresh@pdx.edu) Received: from pdx.edu (suresh.oit.pdx.edu [131.252.134.34]) by spoor.oit.pdx.edu (8.11.6/8.11.6) with ESMTP id g8K3CUq24440 for ; Thu, 19 Sep 2002 20:12:30 -0700 (PDT) Message-ID: <3D8A91E8.3060701@pdx.edu> Date: Thu, 19 Sep 2002 20:11:36 -0700 From: Suresh Manchella User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: IPFW2 Compile help Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I am having some problems in compiling a new kernel with IPFW2 option. The details of the current system are: [root@gateway] /usr/src # uname -a FreeBSD gateway.oit.pdx.edu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 This is what I have done as it says in the handbook: [root@gateway] /usr/src # make buildkernel KERNCONF=TEST ********snip********* In file included from /usr/src/sys/sys/buf.h:271, from /usr/src/sys/i386/i386/genassym.c:46: /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type *** Error code 1 Stop in /usr/obj/usr/src/sys/TEST. *** Error code 1 Stop in /usr/obj/usr/src/sys/TEST. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ############## I have added "IPFW2 opt_ipfw.h" to "/usr/src/sys/conf/options" file and compiled the "/usr/sbin/config" utility after updating the source tree to current. Am I doing anything wrong here? Any help or pointers in this would be greatly appreciated. Thanks, Suresh Manchella suresh@pdx.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message