Date: Mon, 17 Mar 1997 01:05:32 -0500 (EST) From: Matthew Hunt <mph@pobox.com> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/3008: Error in files.i386 Message-ID: <199703170605.BAA18508@wopr.ml.org> Resent-Message-ID: <199703170610.WAA22431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703170605.BAA18508>