Subject: Re: lex and mount in -current
To: Mark Garrett <mark@nonull.sno.dec.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 09/10/1995 21:47:03
On Mon, 11 Sep 1995 11:19:20 +1000 (EST) 
 mark@nonull.sno.dec.com (Mark Garrett) wrote:

 > 	1.
 > 		mount -v -a	fails trying to find mount_ufs in /sbin or /usr/sbin. I just symlinked ln -s /sbin/mount /sbin/mount_ufs to fix this

Actually, that should be a link to mount_ffs, and you should change your 
fstab to say `ffs' instead of `ufs'.

 > 	2.
 > 		lex	scan.l just will not parse with the old binary of lex
 > 		I have not yet had the time to work this out, my lex knowledge
 > 		is very grey, so this may take me some time.

you must copy initscan.c to scan.c, or obj/scan.c or obj.${MACHINE}/scan.c
The new scan.l uses features in the new lex, so you have to do this 
bootstrap thingey.

--------------------------------------------------------------------------
Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939