All,

I am now running through my third attempt to build 8.0 systemd, using
I am running Knoppix 7,7,1 Live-CD in 64 bit mode on AOpen DE-3250
(Intel N-2930 Celeron Quad Core, 8 GB RAM):.

On my first attempt, during build of bison-3,0,4, I encounter a fatal error and 
the
build terminates:

lfs@Microknoppix:/mnt/lfs/sources/bison-3.0.4$ time { ./configure
--prefix=/tools && make && make check && make install; } ;

....cut ..... 



      

make  check-recursive 
make[1]: Entering directory '/mnt/lfs/sources/bison-3.0.4' 
Making check in po 
make[2]: Entering directory '/mnt/lfs/sources/bison-3.0.4/po' 
make[2]: Nothing to be done for 'check'. 
make[2]: Leaving directory '/mnt/lfs/sources/bison-3.0.4/po' 
Making check in runtime-po 
make[2]: Entering directory
'/mnt/lfs/sources/bison-3.0.4/runtime-po' 
make[2]: Nothing to be done for 'check'. 
make[2]: Leaving directory
'/mnt/lfs/sources/bison-3.0.4/runtime-po' 
Making check in . 
make[2]: Entering directory '/mnt/lfs/sources/bison-3.0.4' 
GEN      doc/bison.help 
make  examples/calc++/calc++ examples/mfcalc/mfcalc
examples/rpcalc/rpcalc ./tests/bison tests/atconfig tests/atlocal
make[3]: Entering directory '/mnt/lfs/sources/bison-3.0.4' 
LEX      examples/calc++/calc++-scanner.cc 
CXX      examples/calc++/examples_calc___calc__-calc++.o 
CXX      examples/calc++/examples_calc___calc__-calc++-parser.o
make[3]: 'tests/bison' is up to date. 
make[3]: Nothing to be done for 'tests/atconfig'. 
make[3]: 'tests/atlocal' is up to date. 
CC       examples/mfcalc/examples_mfcalc_mfcalc-mfcalc.o 
CC       examples/rpcalc/examples_rpcalc_rpcalc-rpcalc.o 
CXX      examples/calc++/examples_calc___calc__-calc++-scanner.o
g++: *error*: ./examples/calc++/calc++-scanner.cc: No such
file or directory 
g++:*fatal error:* no input files 
compilation terminated. 
Makefile:4081: recipe for target
'examples/calc++/examples_calc___calc__-calc++-scanner.o' failed 
make[3]: ***
[examples/calc++/examples_calc___calc__-calc++-scanner.o] Error 1
make[3]: *** Waiting for unfinished jobs.... 
make[3]: Leaving directory '/mnt/lfs/sources/bison-3.0.4' 
Makefile:4974: recipe for target 'check-am' failed 
make[2]: *** [check-am] Error 2 
make[2]: Leaving directory '/mnt/lfs/sources/bison-3.0.4' 
Makefile:4522: recipe for target 'check-recursive' failed 
make[1]: *** [check-recursive] Error 1 
make[1]: Leaving directory '/mnt/lfs/sources/bison-3.0.4' 
Makefile:4977: recipe for target 'check' failed 
make: *** [check] Error 2 

Upon further investigation, I found a post from Sat 03 Aug 2013 09:23:04 
AM UTC  http://savannah.gnu.org/support/?108352

stipulating that this failure is related to not having flex installed.

In reviewing Chap. 5 & Chap. 6, flex is introduced into the tool chain, 
but not until Chap. 6.

version-check.sh does not test for flex presence in the base system, and 
it is not mentioned as a requirement in Chap. 2.2 Host System Requirements. 

Knoppix 7.7.1 does NOT include bison or flex in the distro. I add bison from 
the beginning as it is listed as a requirement. After I added flex in, I get 
past the bison.

Should flex also be listed as a host system requirement in Chap. 2.2? 

Comments anyone?


Best regards,


Edwin James

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to