From owner-freebsd-current Tue Sep 30 15:55:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA28517 for current-outgoing; Tue, 30 Sep 1997 15:55:22 -0700 (PDT) Received: from bob.scl.ameslab.gov (bob.scl.ameslab.gov [147.155.137.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA28509 for ; Tue, 30 Sep 1997 15:55:18 -0700 (PDT) Received: from bob.scl.ameslab.gov (localhost [127.0.0.1]) by bob.scl.ameslab.gov (8.8.7/8.8.5) with ESMTP id RAA01497; Tue, 30 Sep 1997 17:55:01 -0500 (CDT) Message-Id: <199709302255.RAA01497@bob.scl.ameslab.gov> X-Mailer: exmh version 2.0zeta 7/24/97 To: Tom Jackson cc: FreeBSD Current Subject: Re: Kernel Build/aicasm Fails In-reply-to: Your message of "Tue, 30 Sep 1997 17:24:43 CDT." <19970930172443.47675@my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 17:55:01 -0500 From: Chris Csanady Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Waiting a couple of days, still nobody else. Antbody else getting >this make failure with the 30current kernel? This seems to be due to the building of the asm stuff in the sys dir, and things not being up to date. Cd to ../../dev/aic7xxx/aicasm_scan.l and make clean. Chris >make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx >Warning: Object directory not changed from original /usr/src/sys/compile/PEEPE R >cc -O -pipe -I. -c aicasm_scan.c >../../dev/aic7xxx/aicasm_scan.l: In function `yylex': >../../dev/aic7xxx/aicasm_scan.l:69: `T_DOWNLOAD' undeclared (first use this fu nction) >../../dev/aic7xxx/aicasm_scan.l:69: (Each undeclared identifier is reported on ly once >../../dev/aic7xxx/aicasm_scan.l:69: for each function it appears in.) >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > >Last good build was ctm#3068 on Sept 26 > >Tom