From owner-freebsd-stable Sat Nov 1 06:10:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA20214 for stable-outgoing; Sat, 1 Nov 1997 06:10:49 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from nak.myhouse.com (nak.myhouse.com [209.70.45.162]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA20209 for ; Sat, 1 Nov 1997 06:10:44 -0800 (PST) (envelope-from zoonie@nak.myhouse.com) Received: (qmail 1621 invoked by uid 1000); 1 Nov 1997 14:13:26 -0000 Date: Sat, 1 Nov 1997 09:13:25 -0500 (EST) From: zoonie To: freebsd-stable@freebsd.org Subject: 2.2.5-stable problem? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i just cvsup'ed 2.2.5-stable yesterday and when i try to recompile my kernel i get the following error: make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /u/src/sys/compile/NAK yacc -d ../../dev/aic7xxx/aicasm_gram.y mv y.tab.c aicasm_gram.c cc -O -I. -c aicasm_gram.c lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c cc -O -I. -c aicasm_scan.c ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function) ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. # does anybody have any ideas? i guess that i'll have to sitdown and try to figure this out...