From owner-freebsd-current Thu Dec 24 13:12:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20485 for freebsd-current-outgoing; Thu, 24 Dec 1998 13:12:22 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20480 for ; Thu, 24 Dec 1998 13:12:20 -0800 (PST) (envelope-from tobez@lion.plab.ku.dk) Received: from localhost (3319 bytes) by lion.plab.ku.dk via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Thu, 24 Dec 1998 22:10:34 +0100 (CET) (Smail-3.2.0.101 1997-Dec-17 #1 built 1998-Nov-8) To: Jeroen Ruigrok/Asmodai Cc: freebsd-current@FreeBSD.ORG, rcarter@pinyon.org Subject: Re: make build fails on fresh current References: From: Anton Berezin Date: 24 Dec 1998 22:10:33 +0100 In-Reply-To: Jeroen Ruigrok/Asmodai's message of Thu, 24 Dec 1998 07:04:37 +0100 (CET) Message-ID: <8667b1kzzq.fsf@lion.plab.ku.dk> Lines: 65 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeroen Ruigrok/Asmodai writes: > > On 23-Dec-98 Russell L. Carter wrote: > >|Ye might want to make and make install lex and yacc by hand and then try make > >|world again. This solved a problem for me during make world. And from the error > >|results it looks similar... Always worth a try... > >| > >|Then again, I could be dead wrong... > > > > Not this time. Your suggestion appears to have worked for me > > (at least I'm further along at this minute). > > OK, glad I am moving from clooless newbie status to just newbie status ;) > > Keep us informed... Uh oh. Bad luck for me... :-( I can make && make install yacc, but I cannot do this with lex: # pwd /usr/src/usr.bin/lex # make Warning: Object directory not changed from original /usr/src/usr.bin/lex cc -O -pipe -I. -I/usr/src/usr.bin/lex -c scan.c scan.l:33: parse.h: No such file or directory scan.l: In function `flexscan': scan.l:108: `SCDECL' undeclared (first use this function) scan.l:108: (Each undeclared identifier is reported only once scan.l:108: for each function it appears in.) scan.l:109: `XSCDECL' undeclared (first use this function) scan.l:125: `SECTEND' undeclared (first use this function) scan.l:131: `OPTION_OP' undeclared (first use this function) scan.l:144: `NAME' undeclared (first use this function) scan.l:275: `OPT_OUTFILE' undeclared (first use this function) scan.l:276: `OPT_PREFIX' undeclared (first use this function) scan.l:277: `OPT_YYCLASS' undeclared (first use this function) scan.l:393: `EOF_OP' undeclared (first use this function) scan.l:416: `PREVCCL' undeclared (first use this function) scan.l:470: `CHAR' undeclared (first use this function) scan.l:519: `CCE_ALNUM' undeclared (first use this function) scan.l:520: `CCE_ALPHA' undeclared (first use this function) scan.l:521: `CCE_BLANK' undeclared (first use this function) scan.l:522: `CCE_CNTRL' undeclared (first use this function) scan.l:523: `CCE_DIGIT' undeclared (first use this function) scan.l:524: `CCE_GRAPH' undeclared (first use this function) scan.l:525: `CCE_LOWER' undeclared (first use this function) scan.l:526: `CCE_PRINT' undeclared (first use this function) scan.l:527: `CCE_PUNCT' undeclared (first use this function) scan.l:528: `CCE_SPACE' undeclared (first use this function) scan.l:529: `CCE_UPPER' undeclared (first use this function) scan.l:530: `CCE_XDIGIT' undeclared (first use this function) scan.l:542: `NUMBER' undeclared (first use this function) *** Error code 1 Stop. # uname -a FreeBSD lion.plab.ku.dk 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #6: Thu Oct 15 18:09:41 CEST 1998 tobez@lion.plab.ku.dk:/usr/src/sys/compile/LION i386 Oops! Any clues? Thank you in advance. -- Anton Berezin The Protein Laboratory, University of Copenhagen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message