From hunt@wopr.ml.org  Sun Mar 16 22:06:14 1997
Received: from wopr.ml.org (MPH124.rh.psu.edu [128.118.21.27])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA22240
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Mar 1997 22:06:09 -0800 (PST)
Received: (from hunt@localhost)
	by wopr.ml.org (8.8.5/8.8.5) id BAA18508;
	Mon, 17 Mar 1997 01:05:32 -0500 (EST)
Message-Id: <199703170605.BAA18508@wopr.ml.org>
Date: Mon, 17 Mar 1997 01:05:32 -0500 (EST)
From: Matthew Hunt <mph@pobox.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Error in files.i386
X-Send-Pr-Version: 3.2

>Number:         3008
>Category:       kern
>Synopsis:       Error in files.i386
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 16 22:10:01 PST 1997
>Closed-Date:    Sun Mar 16 23:02:55 PST 1997
>Last-Modified:  Sun Mar 16 23:04:45 PST 1997
>Originator:     Matthew Hunt
>Release:        FreeBSD 2.2-GAMMA i386
>Organization:
none
>Environment:

Started with FreeBSD 2.2-GAMMA, cvsup'd to 2.2-RELEASE, "make world" done,
building 2.2-RELEASE kernel for the first time.

>Description:

There is a missing space in /usr/src/sys/i386/conf/files.i386 that
causes config(8) to fail if the "ahc" controller is not included:

wopr:/usr/src/sys/i386/conf$ config WOPR2
Removing old directory ../../compile/WOPR2:  Done.
files.i386: no-obj must be optional or standard

>How-To-Repeat:

Configure a kernel without the ahc driver.  A config file is available
upon request.

>Fix:
	
Apply the following patch:

--- files.i386.orig	Mon Mar 17 01:00:36 1997
+++ files.i386	Mon Mar 17 01:00:50 1997
@@ -5,7 +5,7 @@
 #
 aic7xxx_asm			optional	ahc	device-driver	   \
 	dependency 	"$S/dev/aic7xxx/*.[chyl]"			   \
-	compile-with	"cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install"\
+	compile-with	"cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \
 	no-obj no-implicit-rule						   \
 	clean		"aic7xxx_asm"
 #


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gibbs 
State-Changed-When: Sun Mar 16 23:02:55 PST 1997 
State-Changed-Why:  
This was fixed a few hours after the bug was introduced.  Be aware that you 
are running post 2.2R code as both this bug and its fix were committed after 
the 2.2R tag was placed on the tree. 
>Unformatted:
