Hello, I've been routinely building 'bison' for years, using the same build environment with bison-3.0.2 'make check' fails with the following screen output:
" GEN public-submodule-commit make check-recursive make[1]: Entering directory `/home/qemu/AFSWD/build/bison-3.0.2' Making check in po make[2]: Entering directory `/home/qemu/AFSWD/build/bison-3.0.2/po' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/qemu/AFSWD/build/bison-3.0.2/po' Making check in runtime-po make[2]: Entering directory `/home/qemu/AFSWD/build/bison-3.0.2/runtime-po' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/qemu/AFSWD/build/bison-3.0.2/runtime-po' Making check in . make[2]: Entering directory `/home/qemu/AFSWD/build/bison-3.0.2' GEN doc/bison.help make examples/calc++/calc++ examples/mfcalc/mfcalc examples/rpcalc/rpcalc ./tests/bison tests/atconfig tests/atlocal make[3]: Entering directory `/home/qemu/AFSWD/build/bison-3.0.2' YACC examples/calc++/calc++-parser.stamp CXX examples/calc++/examples_calc___calc__-calc++-driver.o LEX examples/calc++/calc++-scanner.cc 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. make[3]: *** [examples/calc++/examples_calc___calc__-calc++-scanner.o] Error 1 make[3]: Leaving directory `/home/qemu/AFSWD/build/bison-3.0.2' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/qemu/AFSWD/build/bison-3.0.2' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/qemu/AFSWD/build/bison-3.0.2' make: *** [check] Error 2 ". FWIW, I'm building using installed on " uname -a Linux linux-hv4a.site 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) i686 i686 i386 GNU/Linux " " g++ --version g++ (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388] ". Regards, Sergei.