From owner-freebsd-current Mon Nov 17 03:19:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA03499 for current-outgoing; Mon, 17 Nov 1997 03:19:54 -0800 (PST) (envelope-from owner-freebsd-current) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA03480 for ; Mon, 17 Nov 1997 03:19:47 -0800 (PST) (envelope-from ip@albatross.mcc.ac.uk) Received: from albatross.mcc.ac.uk [130.88.202.16] by probity.mcc.ac.uk with esmtp (Exim 1.73 #3) id 0xXPDB-0001yG-00; Mon, 17 Nov 1997 11:19:25 +0000 Received: (from ip@localhost) by albatross.mcc.ac.uk (8.8.7/8.8.4) id LAA01356; Mon, 17 Nov 1997 11:19:25 GMT From: Ian Pallfreeman Message-Id: <199711171119.LAA01356@albatross.mcc.ac.uk> Subject: Re: -current kernel build fail In-Reply-To: from Vincent Poy at "Nov 16, 97 11:45:44 pm" To: vince@venus.GAIANET.NET (Vincent Poy) Date: Mon, 17 Nov 1997 11:19:25 +0000 (GMT) Cc: current@freebsd.org Reply-To: ip@mcc.ac.uk X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Vincent Poy wrote: > After doing a make world with the most recent -current 11/16/97 > 6PM, the kernel build seems to fail on the following on machines with > Intel Pentium CPU's. It builds fine on the K6-200 machine. All hardware > is identical except for the CPU. > [...] > ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': > ../../dev/aic7xxx/aicasm_scan.l:69: `T_DOWNLOAD' undeclared (first use > this function) Seen this on several machines. Look in /sys/dev/aic7xxx for a bunch of antique files (including y.tab.c) which need removing first. Ian.