From owner-freebsd-questions Fri Jun 28 11:46:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52EAB37B418 for ; Fri, 28 Jun 2002 11:45:36 -0700 (PDT) Received: from medusa.oit.pdx.edu (medusa.oit.pdx.edu [131.252.120.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9C143E1A for ; Fri, 28 Jun 2002 11:44:26 -0700 (PDT) (envelope-from singh@pdx.edu) Received: from freke.odin.pdx.edu (freke.odin.pdx.edu [131.252.120.43]) by medusa.oit.pdx.edu (8.11.6/8.11.6) with ESMTP id g5SIiQ104618 for ; Fri, 28 Jun 2002 11:44:26 -0700 (PDT) Received: from localhost (singh@localhost) by freke.odin.pdx.edu (8.11.6/8.11.6) with ESMTP id g5SIiQF27559 for ; Fri, 28 Jun 2002 11:44:26 -0700 (PDT) X-Authentication-Warning: freke.odin.pdx.edu: singh owned process doing -bs Date: Fri, 28 Jun 2002 11:44:26 -0700 (PDT) From: Harkirat Singh X-X-Sender: singh@freke.odin.pdx.edu To: questions@FreeBSD.ORG Subject: FreeBSD4_5 Kernel Make error : modules/ipfilter Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello : I was upgrading my laptop from FreeBSD4_3 to 4.5 using CVSup (tag=RELENG_4_5_0_RELEASE, src-all). After resolving initial errors with cvsup and config(8) (need new versions) I started bulding new kernel. While doing so I got this error message ... ===> ipfilter cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/mlfk_ipl.c In file included from /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/mlfk_ipl.c:50: /usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_compat.h:297: osreldate.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/modules/ipfilter. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/KERNEL-4-5. ..... I would appreciate if someone can help me with this problem. Thanks in advance. harkirat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message