From owner-freebsd-stable Mon Oct 13 08:51:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01990 for stable-outgoing; Mon, 13 Oct 1997 08:51:39 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from venus.net (venus.net [205.243.72.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01985 for ; Mon, 13 Oct 1997 08:51:36 -0700 (PDT) (envelope-from leclaire@venus.net) Received: from server.lostfork.net (ve1-p2.venus.net [205.243.75.5]) by venus.net (8.8.7/8.7.3) with SMTP id LAA20373; Mon, 13 Oct 1997 11:56:57 -0400 (EDT) Date: Mon, 13 Oct 1997 10:51:04 -0500 (EST) From: Andre LeClaire X-Sender: leclaire@server.lostfork.net To: Rob Hartill cc: freebsd-stable@FreeBSD.ORG Subject: Re: make world -> `T_DOWNLOAD' undeclared In-Reply-To: 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 This was discussed on this list a few days ago. The solution is to delete the files in /usr/src/sys/dev/aic7xxx and do another cvsup. Andre On Mon, 13 Oct 1997, Rob Hartill wrote: > > On trying to build a new kernel on a newly completed 'make world' > 2.2-STABLE system I'm getting the following error: > > make depend > make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx > Warning: Object directory not changed from original /usr/src/sys/compile/HOME > cc -O2 -m486 -pipe -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. > > Adding '#define T_DOWNLOAD 259' found with grep I then get: > > ./aicasm -nostdinc -I- -I. -I../.. -I../../../include -o aic7xxx_seq.h -r aic7xxx_reg.h ../../dev/aic7xxx/aic7xxx.seq > ./aicasm: Stopped at file ../../dev/aic7xxx/aic7xxx.seq, line 44 - syntax error > ./aicasm: Removing aic7xxx_seq.h due to error > *** Error code 65 > > > Can someone please point me in the right direction. > I synced with cvsup last night and again after the failures today. No > joy and the same problem compiling GENERIC. > > > thanks > -- > Rob Hartill Internet Movie Database (Ltd) > http://www.moviedatabase.com/ .. a site for sore eyes. > >