From owner-freebsd-questions Sat Feb 2 4:18:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id C099137B405 for ; Sat, 2 Feb 2002 04:18:40 -0800 (PST) Received: from dialup-63.215.119.66.dial1.chicago1.level3.net ([63.215.119.66] helo=earthlink.net) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16Wz7p-0003Ul-00; Sat, 02 Feb 2002 04:18:34 -0800 Message-ID: <3C5BD91A.5CEF8F25@earthlink.net> Date: Sat, 02 Feb 2002 06:18:34 -0600 From: Bob X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Thomas Schuerger Cc: freebsd-questions@freebsd.org Subject: Re: Building GENERIC kernel fails References: <200202021208.g12C8Hb27915@wjpserver.cs.uni-sb.de> 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 It should be in /usr/include/. Thomas Schuerger wrote: > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message