Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 1998 15:42:37 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        Jin Guojun (FTG staff) <jin@george.lbl.gov>
Cc:        bugs@FreeBSD.ORG
Subject:   Re: 3.0-BETA bugs (multiple in installation and config) 
Message-ID:  <199810082242.PAA28612@mango.parc.xerox.com>
In-Reply-To: Your message of "Thu, 08 Oct 1998 12:13:53 PDT." <199810081913.MAA17306@george.lbl.gov> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199810081913.MAA17306@george.lbl.gov>you write:
># /sys/i386/conf: config GENERIC
>config: line 31: syntax error
>config: line 32: syntax error
>Don't forget to do a ``make depend''
>Kernel build directory is ../../compile/GENERIC
> 
>Line 31-32 in GENERIC file:
>options         CD9660                  #ISO 9660 Filesystem
>options         CD9660_ROOT             #CD-ROM usable as root device, "CD9660
>  "

Add quotes around the "CD9660" and "CD9660_ROOT" entries.  This was
fixed yesterday.

>ATM:178: unknown option "BPF_KERN_FILTER"       # why ??? It is set in Makefil
>  e

Because it's not in /sys/conf/options or /sys/i386/conf/options.i386.
Read the head of /sys/conf/options to see why.  Old options will
still work, but will get this error message and dependencies on them
will not work (i.e. if you config a new kernel without BPF_KERN_FILTER,
it will not rebuild udp_usrreq.c because without using an opt_*.h nobody
knows that udp_usrreq.c depends on BPF_KERN_FILTER).

  Bill

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?199810082242.PAA28612>