From owner-freebsd-current Sat Aug 2 20:56:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02668 for current-outgoing; Sat, 2 Aug 1997 20:56:56 -0700 (PDT) Received: from sendero.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA02657; Sat, 2 Aug 1997 20:56:52 -0700 (PDT) Received: (from shimon@localhost) by sendero.i-connect.net (8.8.6/8.8.5) id UAA14882; Sat, 2 Aug 1997 20:57:07 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 02 Aug 1997 20:57:07 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: FreeBSD-SCSI@FreeBSD.ORG, FreeBSD-Current@FreeBSD.ORG Subject: Kernel Build Fails - AHC Error Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Y'all, I know justin is on vacation, but did any of you encounter: cd ../../dev/aic7xxx; make obj; make BINDIR=/usr/src/3.0/src/sys/compile/SENDERO-smp all install yacc -d /usr/src/3.0/src/sys/dev/aic7xxx/gram.y /usr/obj/usr/src/3.0/src/sys/dev/aic7xxx created for /usr/src/3.0/src/sys/dev/aic7xxx yacc -d /usr/src/3.0/src/sys/dev/aic7xxx/gram.y mv y.tab.c gram.c mv y.tab.c gram.c cd ../../dev/aic7xxx; make obj; make BINDIR=/usr/src/3.0/src/sys/compile/SENDERO all install cc -O -I. -c gram.c mv: y.tab.c: No such file or directory *** Error code 1 This is in current as of today. Simon