From jin@eubie.lbl.gov  Thu Oct  8 12:09:50 1998
Received: from eubie.lbl.gov (eubie.lbl.gov [131.243.2.36])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25588
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 8 Oct 1998 12:09:49 -0700 (PDT)
          (envelope-from jin@eubie.lbl.gov)
Received: (from jin@localhost)
	by eubie.lbl.gov (8.9.1/8.9.1) id TAA05985;
	Thu, 8 Oct 1998 19:09:44 GMT
	(envelope-from jin)
Message-Id: <199810081909.TAA05985@eubie.lbl.gov>
Date: Thu, 8 Oct 1998 19:09:44 GMT
From: Jin Guojun (FTG staff) <jin@eubie.lbl.gov>
Reply-To: jin@eubie.lbl.gov
To: FreeBSD-gnats-submit@freebsd.org
Subject: config errors
X-Send-Pr-Version: 3.2

>Number:         8213
>Category:       conf
>Synopsis:       config errors
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  8 12:10:01 PDT 1998
>Closed-Date:    Thu Oct 8 14:34:25 PDT 1998
>Last-Modified:  Thu Oct  8 14:40:00 PDT 1998
>Originator:     Jin Guojun (FTG staff)
>Release:        FreeBSD 3.0-19981006-BETA i386
>Organization:
>Environment:

	FreeBSD 3.0-1998xxxx-BATE

>Description:

# /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"

# /sys/i386/conf: config ATM			# ATM is GENERIC + ATM + bpf
config: line 31: syntax error			# same as above
config: line 32: syntax error
ATM:178: unknown option "BPF_KERN_FILTER"	# why ??? It is set in Makefile
Unknown option used - it is VERY important that you do
         make clean && make depend
before recompiling
Kernel build directory is ../../compile/ATM


>How-To-Repeat:

	just repeat config in /sys/i386/conf directory.

>Fix:
	
	unknown

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Thu Oct 8 14:34:25 PDT 1998 
State-Changed-Why:  
Already fixed. 

From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= )
To: jin@eubie.lbl.gov
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/8213: config errors
Date: 08 Oct 1998 23:34:00 +0200

 Jin Guojun (FTG staff) <jin@eubie.lbl.gov> writes:
 > # /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"
 
 This is not a bug. You need quotes around options that contain digits.
 
 It *was* a bug in GENERIC and LINT for a short while, though (about
 four hours or something, before David fixed it)
 
 DES
 -- 
 Dag-Erling Smrgrav - dag-erli@ifi.uio.no
>Unformatted:
