From owner-freebsd-bugs Sun Mar 16 22:10:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22447 for bugs-outgoing; Sun, 16 Mar 1997 22:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22431; Sun, 16 Mar 1997 22:10:02 -0800 (PST) Resent-Date: Sun, 16 Mar 1997 22:10:02 -0800 (PST) Resent-Message-Id: <199703170610.WAA22431@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, 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" ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/3008: Error in files.i386 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3008 >Category: kern >Synopsis: Error in files.i386 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 22:10:01 PST 1997 >Last-Modified: >Originator: Matthew Hunt >Organization: none >Release: FreeBSD 2.2-GAMMA i386 >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" # >Audit-Trail: >Unformatted: