Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 02:09:11 -0800 (PST)
From:      drama@slakin.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/24598: with IPFilter options in the kernel, it errors on compile
Message-ID:  <200101241009.f0OA9B405176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         24598
>Category:       i386
>Synopsis:       with IPFilter options in the kernel, it errors on compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 24 02:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     matt snow
>Release:        FreeBSD 4.2 / ftp iso
>Organization:
slakin.net
>Environment:
drama@seven:~/ $ uname -a
FreeBSD seven.slakin.net 4.2-RELEASE FreeBSD 4.2-RELEASE #4: Mon Jan 22 13:05:27 GMT 2001     root@seven.slakin.net:/usr/src/sys/compile/MBSD  i386
drama@seven:~/ $ 
>Description:
i am a newbie to this so it could have just been the way i installed it.
i was configuring my kernel to support the following:

options         IPFILTER
options         IPFILTER_LOG

and after adding those 2 lines and installing the newest version of IPFilter-3.4.16 over the old version that came with 4.2,
the kernel would spit this error out:

===> ipfilter
cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG  -D_KERNEL -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@
-I@/../include  -mpreferred-stack-boundary=2 -c
/usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c
In file included from
/usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:43:
@/netinet/ip_compat.h:267: 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/MIBSD.
root@seven:/usr/src/sys/compile/MIBSD/ #

>How-To-Repeat:
read full description.
>Fix:
cp /usr/include/osreldate.h /usr/src/include

like i said, im still a newbie to freebsd, i came from 3+ years of slackware linux to freebsd 4.2. but i love freebsd now. =)

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101241009.f0OA9B405176>