Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 1997 19:33:46 +0100 (BST)
From:      Rob Hartill <robh@imdb.com>
To:        stable@freebsd.org
Subject:   2.2-stable broken ?
Message-ID:  <Pine.NEB.3.96.970411190114.6939C-100000@localhost.imdb.com>

next in thread | raw e-mail | index | archive | help

I had some problems with freshly cvsup'ed sources today for
"make" and "lex".


--------------------------------------------------------------
 Rebuilding bootstrap tools
--------------------------------------------------------------
cd /usr/src && make bootstrap
cd /usr/src/usr.bin/make && make depend &&  make -DNOINFO -DNOMAN -DNOPROFILE all install  obj
make: don't know how to make /usr/src/usr.bin/make/bit.h. Stop
*** Error code 2

Stop.
*** Error code 1

Stop.

-=-=-=-=


===> lib
cc -O -I. -I/usr/src/usr.bin/lex   -c scan.c
scan.l: In function `flexscan':
scan.l:131: `OPTION_OP' undeclared (first use this function)
scan.l:131: (Each undeclared identifier is reported only once
scan.l:131: for each function it appears in.)
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: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)
*** Error code 1

tag=RELENG_2_2

I also used NOCLEAN.


--
Rob Hartill                              Internet Movie Database (Ltd)
http://us.imdb.com/tour   .. a site for sore eyes.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.970411190114.6939C-100000>