From owner-freebsd-current Tue Sep 30 15:25:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA26399 for current-outgoing; Tue, 30 Sep 1997 15:25:42 -0700 (PDT) Received: from peeper.my.domain ([208.128.8.69]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA26387 for ; Tue, 30 Sep 1997 15:25:36 -0700 (PDT) Received: (from tom@localhost) by peeper.my.domain (8.8.7/8.7.3) id RAA00741; Tue, 30 Sep 1997 17:25:23 -0500 (CDT) Message-ID: <19970930172443.47675@my.domain> Date: Tue, 30 Sep 1997 17:24:43 -0500 From: Tom Jackson To: FreeBSD Current Subject: Kernel Build/aicasm Fails Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e 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? make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/PEEPER 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 function) ../../dev/aic7xxx/aicasm_scan.l:69: (Each undeclared identifier is reported only 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