From owner-freebsd-questions Sat Feb 2 4: 8:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 8FC0F37B400 for ; Sat, 2 Feb 2002 04:08:21 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002011500) with ESMTP id g12C8Kw19336 for ; Sat, 2 Feb 2002 13:08:20 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:5DglMyCASbGOu/cT0r14FfqX24wCZ5Yg@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2001121800) with ESMTP id g12C8JF24423 for ; Sat, 2 Feb 2002 13:08:19 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002011500) with ESMTP id g12C8Hk19463 for ; Sat, 2 Feb 2002 13:08:17 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g12C8Hb27915 for freebsd-questions@freebsd.org; Sat, 2 Feb 2002 13:08:17 +0100 (MET) From: Thomas Schuerger Message-Id: <200202021208.g12C8Hb27915@wjpserver.cs.uni-sb.de> Subject: Building GENERIC kernel fails To: freebsd-questions@freebsd.org Date: Sat, 2 Feb 2002 13:08:17 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Hi! I tried to build a GENERIC (unmodified file from /sys/i386/conf) 4.5 kernel. The compilation stops at "ipfilter" with: ------ ... ===> gx ===> if_disc ===> if_ef ===> if_faith ===> if_gif ===> if_ppp ===> if_sl ===> if_stf ===> if_tap ===> if_tun ===> if_vlan ===> ip6fw ===> ipfilter cc -O2 -march=pentiumpro -pipe -DIPFILTER_LKM -DIPFILTER_LOG -I/new/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/new/usr.src/sys/modules/ipfilter/../../contrib/ipfilter -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /new/usr.src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/mlfk_ipl.c In file included from /new/usr.src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/mlfk_ipl.c:50: /new/usr.src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_compat.h:297: osreldate.h: No such file or directory *** Error code 1 Stop in /new/usr.src/sys/modules/ipfilter. *** Error code 1 Stop in /new/usr.src/sys/modules. *** Error code 1 Stop in /new/usr.src/sys/compile/GENERIC. Exit 1 ------ And look at that, I cannot find a file called "osreldate.h" anywhere in /usr/src. Where should that file be located normally? Greetings, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message