I'm sorry to be so persistent but I have been stuck with this error for the last two days.
Any hint would be highly appreciated. Thanks, Fred. "UNIX is very simple, it just needs a genius to understand its simplicity." -- Dennis Ritchie, D.E.P. On Tue, Oct 25, 2011 at 4:45 PM, feralert <[email protected]> wrote: > On Tue, Oct 25, 2011 at 10:41 AM, feralert <[email protected]> wrote: >> On Mon, Oct 24, 2011 at 6:46 PM, feralert <[email protected]> wrote: >>> On Mon, Oct 24, 2011 at 6:24 PM, Bruce Dubbs <[email protected]> wrote: >>>> feralert wrote: >>>>> I have sent this message to the support list but since I'm using dev >>>>> version 7.0-rc2 I sent it here too... >>>> >>>> Just keep it at lfs-support. >>>> >>>>> Im on the "6.17.1. Installation of GCC" chapter, I just did 'make -k >>>>> check' (got an error, but as it reads "do not stop at errors", I guess >>>>> thats all right -see the error in the text below-). >>>>> I have then run '../gcc-4.6.1/contrib/test_summary' as instructed, but >>>>> it shows no output. I have search google and the mailing lists but >>>>> didnt find anything related, any ideas? >>>>> >>>>> - The version of the book being used: >>>>> 7.0-rc2 >>>>> >>>>> - The host distribution and version being used to create LFS >>>>> CRUNCHBANG LINUX LIVE CD (crunchbang-10-20110207-openbox-i686.iso) >>>>> based on Debian Squeeze. >>>>> >>>>> >>>>> - The output from the Section vii, “Host System Requirements” >>>>> crunchbang@crunchbang:~$ bash version-check.sh >>>> >>>> Once you get th eChapter 6, you are using all new tools. >>>> >>>> >>>>> >>>>> - The package or section the problem was encountered in >>>>> "6.17.1. Installation of GCC" >>>>> >>>>> - The exact error message or symptom being received >>>>> 1) when i did 'make -k check' , I got this error: >>>> >>>> Compare what you got to: >>>> http://www.linuxfromscratch.org/lfs/build-logs/7.0-rc2/core2duo/test-logs/080-gcc >>> >>> I don't quite understant how or what to compare, but if it is at the >>> 'gcc tests' section of the page, It doesnt look at all like it, at >>> least the error I get is not there. >>> >>> >>>> >>>>> Making a new site.exp file... >>>>> srcdir=; export srcdir; EXPECT=expect; export EXPECT; runtest=runtest; >>>>> if /bin/sh -c " --version" > /dev/null 2>&1; then exit_status=0; >>>>> l='libgomp'; for tool in ; do if --tool --srcdir ; then :; >>>>> else exit_status=1; fi; done; else echo "WARNING: could not find >>>>> `runtest'" 1>&2; :;fi; exit >>>>> WARNING: could not find >>>>> /sources/gcc-build/i686-pc-linux-gnu/libgomp/testsuite' >>>> >>>> It looks like it is looking in the wrong place. I'd say you missed part >>>> of: >>>> >>>> mkdir -v ../gcc-build >>>> cd ../gcc-build >>> >>> I did that. I have been going through all the commands I gave and I >>> can see all of them are there, including those two. >>> >>>> >>>> You need to have started from /sources/gcc-4.6.1/. >>> >>> I started from there and end up in /sources/gcc-build >>> >>> >>> I guess I'll better try gcc again from the beginning. >> >> And again it fails. >> >> I rm -rf both gcc-build and gcc-4.6.1 and started over, to no avail. >> This is the command history: >> >> 297 rm -rf gcc-build/ gcc-4.6.1 >> 298 tar xvjf gcc-4.6.1.tar.bz2 >> 299 cd gcc-4.6.1 >> 300 sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in >> 301 case `uname -m` in i?86) sed -i 's/^T_CFLAGS =$/& >> -fomit-frame-pointer/' gcc/Makefile.in ;; esac >> 302 sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in >> 303 patch -Np1 -i ../gcc-4.6.1-locale-1.patch >> 304 mkdir -v ../gcc-build >> 305 cd ../gcc-build >> 306 ../gcc-4.6.1/configure --prefix=/usr --libexecdir=/usr/lib >> --enable-shared --enable-threads=posix --enable-__cxa_atexit >> --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib >> --disable-bootstrap --with-system-zlib >> 307 make >> 308 ulimit ( ---> This time I dindnt change ulimit since it is >> set to "unlimited") >> 309 make -k check >> >> And I paste the whole tests output here: >> >> root:/sources/gcc-build# make -k check | tee tests.log >> make[1]: Entering directory `/sources/gcc-build' >> make[2]: Entering directory `/sources/gcc-build/fixincludes' >> autogen -T ../../gcc-4.6.1/fixincludes/check.tpl >> ../../gcc-4.6.1/fixincludes/inclhack.def >> make[2]: autogen: Command not found >> make[2]: *** [check] Error 127 >> make[2]: Leaving directory `/sources/gcc-build/fixincludes' >> make[1]: *** [check-fixincludes] Error 2 >> make[2]: Entering directory `/sources/gcc-build/gcc' >> Making a new config file... >> echo "set tmpdir /sources/gcc-build/gcc/testsuite" >> ./tmp0 >> make[3]: Entering directory `/sources/gcc-build/gcc' >> test -d plugin || mkdir plugin >> test -d testsuite || mkdir testsuite >> test -d testsuite/gcc || mkdir testsuite/gcc >> (rootme=`${PWDCMD-pwd}`; export rootme; \ >> srcdir=`cd ../../gcc-4.6.1/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ >> cd testsuite/gcc; \ >> rm -f tmp-site.exp; \ >> sed '/set tmpdir/ s|testsuite$|testsuite/gcc|' \ >> < ../../site.exp > tmp-site.exp; \ >> /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ >> EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo >> ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; >> \ >> if [ -f ${rootme}/../expect/expect ] ; then \ >> TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ >> export TCL_LIBRARY ; fi ; \ >> runtestflags= ; \ >> if [ -n "" ] ; then \ >> runtestflags=""; \ >> elif [ -n "" ] ; then \ >> parts="`echo ' ' \ >> | sed 's/=[^ ]* / /g'`"; \ >> for part in `find $srcdir/testsuite/gcc* -name \*.exp` ; do \ >> part=`basename $part` ; \ >> case " $parts $runtestflags " in \ >> *" $part "*) ;; \ >> *) runtestflags="$runtestflags $part" ;; \ >> esac ; \ >> done ; \ >> fi ; \ >> `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo >> ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc >> $runtestflags) >> /bin/sh: line 25: runtest: command not found >> make[3]: [check-parallel-gcc] Error 127 (ignored) >> make[3]: Leaving directory `/sources/gcc-build/gcc' >> make[3]: Entering directory `/sources/gcc-build/gcc' >> test -d plugin || mkdir plugin >> test -d testsuite || mkdir testsuite >> test -d testsuite/g++ || mkdir testsuite/g++ >> (rootme=`${PWDCMD-pwd}`; export rootme; \ >> srcdir=`cd ../../gcc-4.6.1/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ >> cd testsuite/g++; \ >> rm -f tmp-site.exp; \ >> sed '/set tmpdir/ s|testsuite$|testsuite/g++|' \ >> < ../../site.exp > tmp-site.exp; \ >> /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ >> EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo >> ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; >> \ >> if [ -f ${rootme}/../expect/expect ] ; then \ >> TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ >> export TCL_LIBRARY ; fi ; \ >> runtestflags= ; \ >> if [ -n "" ] ; then \ >> runtestflags=""; \ >> elif [ -n "" ] ; then \ >> parts="`echo ' ' \ >> | sed 's/=[^ ]* / /g'`"; \ >> for part in `find $srcdir/testsuite/g++* -name \*.exp` ; do \ >> part=`basename $part` ; \ >> case " $parts $runtestflags " in \ >> *" $part "*) ;; \ >> *) runtestflags="$runtestflags $part" ;; \ >> esac ; \ >> done ; \ >> fi ; \ >> `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo >> ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool g++ >> $runtestflags) >> /bin/sh: line 25: runtest: command not found >> make[3]: [check-parallel-g++] Error 127 (ignored) >> make[3]: Leaving directory `/sources/gcc-build/gcc' >> make[2]: Leaving directory `/sources/gcc-build/gcc' >> make[2]: Entering directory `/sources/gcc-build/intl' >> make[2]: Nothing to be done for `check'. >> make[2]: Leaving directory `/sources/gcc-build/intl' >> make[2]: Entering directory `/sources/gcc-build/libcpp' >> make[2]: Nothing to be done for `check'. >> make[2]: Leaving directory `/sources/gcc-build/libcpp' >> make[2]: Entering directory `/sources/gcc-build/libdecnumber' >> make[2]: Nothing to be done for `check'. >> make[2]: Leaving directory `/sources/gcc-build/libdecnumber' >> make[2]: Entering directory `/sources/gcc-build/libiberty' >> make[3]: Entering directory `/sources/gcc-build/libiberty/testsuite' >> gcc -DHAVE_CONFIG_H -g -O2 -I.. >> -I../../../gcc-4.6.1/libiberty/testsuite/../../include -o >> test-demangle \ >> ../../../gcc-4.6.1/libiberty/testsuite/test-demangle.c ../libiberty.a >> ./test-demangle < ../../../gcc-4.6.1/libiberty/testsuite/demangle-expected >> ./test-demangle: 827 tests, 0 failures >> gcc -DHAVE_CONFIG_H -g -O2 -I.. >> -I../../../gcc-4.6.1/libiberty/testsuite/../../include >> -DHAVE_CONFIG_H -I.. -o test-pexecute \ >> ../../../gcc-4.6.1/libiberty/testsuite/test-pexecute.c ../libiberty.a >> ./test-pexecute >> gcc -DHAVE_CONFIG_H -g -O2 -I.. >> -I../../../gcc-4.6.1/libiberty/testsuite/../../include >> -DHAVE_CONFIG_H -I.. -o test-expandargv \ >> ../../../gcc-4.6.1/libiberty/testsuite/test-expandargv.c >> ../libiberty.a >> ./test-expandargv >> PASS: test-expandargv-0. >> PASS: test-expandargv-1. >> PASS: test-expandargv-2. >> PASS: test-expandargv-3. >> PASS: test-expandargv-4. >> PASS: test-expandargv-5. >> PASS: test-expandargv-6. >> make[3]: Leaving directory `/sources/gcc-build/libiberty/testsuite' >> make[2]: Leaving directory `/sources/gcc-build/libiberty' >> make[2]: Entering directory `/sources/gcc-build/lto-plugin' >> make[2]: Nothing to be done for `check'. >> make[2]: Leaving directory `/sources/gcc-build/lto-plugin' >> make[1]: Target `check-host' not remade because of errors. >> make[2]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3' >> Making check in include >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include' >> make[3]: Nothing to be done for `check'. >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include' >> Making check in libsupc++ >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/libsupc++' >> make[3]: Nothing to be done for `check'. >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/libsupc++' >> Making check in doc >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/doc' >> make[3]: Nothing to be done for `check'. >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/doc' >> Making check in src >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src' >> make[3]: Nothing to be done for `check'. >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src' >> Making check in po >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po' >> /bin/sh /sources/gcc-4.6.1/libstdc++-v3/../mkinstalldirs >> /sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale >> mkdir -p -- /sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale >> catalogs='de.mo fr.mo'; \ >> for cat in $catalogs; do \ >> cat=`basename $cat`; \ >> lang=`echo $cat | sed 's/\.mo$//'`; \ >> install_dir=/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale/$lang/LC_MESSAGES; >> \ >> /bin/sh /sources/gcc-4.6.1/libstdc++-v3/../mkinstalldirs $install_dir; \ >> /tools/bin/install -c -m 644 $cat $install_dir/libstdc++.mo; \ >> done >> mkdir -p -- >> /sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale/de/LC_MESSAGES >> mkdir -p -- >> /sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po/share/locale/fr/LC_MESSAGES >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/po' >> Making check in testsuite >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite' >> make check-DEJAGNU >> make[4]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite' >> Making a new site.exp file... >> AR="ar"; export AR; \ >> RANLIB="ranlib"; export RANLIB; \ >> if [ -z "" ] \ >> && [ "" = "-j" ]; then \ >> make check-DEJAGNUnormal0 check-DEJAGNUnormal1 \ >> check-DEJAGNUnormal2 check-DEJAGNUnormal3; \ >> for idx in 0 1 2 3; do \ >> mv -f normal$idx/libstdc++.sum normal$idx/libstdc++.sum.sep; \ >> mv -f normal$idx/libstdc++.log normal$idx/libstdc++.log.sep; \ >> done; \ >> mv -f libstdc++.sum libstdc++.sum.sep; \ >> mv -f libstdc++.log libstdc++.log.sep; \ >> /bin/sh >> ../../../../gcc-4.6.1/libstdc++-v3/testsuite/../../contrib/dg-extract-results.sh >> \ >> libstdc++.sum.sep normal0/libstdc++.sum.sep \ >> normal1/libstdc++.sum.sep normal2/libstdc++.sum.sep \ >> normal3/libstdc++.sum.sep > libstdc++.sum; \ >> /bin/sh >> ../../../../gcc-4.6.1/libstdc++-v3/testsuite/../../contrib/dg-extract-results.sh >> -L \ >> libstdc++.log.sep normal0/libstdc++.log.sep \ >> normal1/libstdc++.log.sep normal2/libstdc++.log.sep \ >> normal3/libstdc++.log.sep > libstdc++.log; \ >> exit 0; \ >> fi; \ >> srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd >> ../../../../gcc-4.6.1/libstdc++-v3/testsuite && pwd`; export srcdir; \ >> EXPECT=expect; export EXPECT; \ >> runtest=runtest; \ >> if [ -z "$runtest" ]; then runtest=runtest; fi; \ >> tool=libstdc++; \ >> dirs=; \ >> case "" in \ >> normal0) \ >> if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ >> $runtest --tool $tool --srcdir $srcdir \ >> abi.exp; \ >> else echo "WARNING: could not find \`runtest'" 1>&2; :;\ >> fi; \ >> dirs="`cd $srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \ >> normal1) \ >> dirs="`cd $srcdir; echo 2[0-2]_*/*`";; \ >> normal2) \ >> dirs="`cd $srcdir; echo 2[4-9]_*/*`";; \ >> normal3) \ >> dirs="`cd $srcdir; echo 23_*/* t*/*`";; \ >> esac; \ >> if [ -n "" ]; then cd ""; fi; \ >> if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ >> if [ -n "$dirs" ]; then \ >> $runtest --tool $tool --srcdir $srcdir \ >> \ >> "conformance.exp=`echo $dirs | sed 's/ /* /g;s/$/*/'`"; \ >> else \ >> $runtest --tool $tool --srcdir $srcdir \ >> ; \ >> fi; \ >> else echo "WARNING: could not find \`runtest'" 1>&2; :;\ >> fi >> WARNING: could not find `runtest' >> make[4]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite' >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite' >> Making check in python >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/python' >> make[3]: Nothing to be done for `check'. >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/python' >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3' >> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" >> "CC_FOR_TARGET=/sources/gcc-build/./gcc/xgcc >> -B/sources/gcc-build/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 >> -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" >> "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m >> 644" "INSTALL_PROGRAM=/tools/bin/install -c" >> "INSTALL_SCRIPT=/tools/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" >> "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo >> --split-size=5000000 --split-size=5000000 " "PICFLAG=" >> "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" >> "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" >> "includedir=/usr/include" "prefix=/usr" >> "tooldir=/usr/i686-pc-linux-gnu" >> "gxx_include_dir=/usr/include/c++/4.6.1" "AR=ar" >> "AS=/sources/gcc-build/./gcc/as" >> "LD=/sources/gcc-build/./gcc/collect-ld" "RANLIB=ranlib" >> "NM=/sources/gcc-build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" >> "DESTDIR=" "WERROR=" DO=all multi-do # make >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3' >> make[2]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3' >> make[2]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libmudflap' >> Making check in testsuite >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libmudflap/testsuite' >> make check-DEJAGNU >> make[4]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libmudflap/testsuite' >> Making a new site.exp file... >> srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd >> ../../../../gcc-4.6.1/libmudflap/testsuite && pwd`; export srcdir; \ >> EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect >> ; else echo expect ; fi`; export EXPECT; \ >> runtest=`if [ -f >> ../../../../gcc-4.6.1/libmudflap/testsuite/../../dejagnu/runtest ] ; >> then echo ../../../../gcc-4.6.1/libmudflap/testsuite/../../dejagnu/runtest >> ; else echo runtest ; fi`; \ >> if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ >> exit_status=0; l='libmudflap'; for tool in $l; do \ >> if $runtest --tool $tool --srcdir $srcdir ; \ >> then :; else exit_status=1; fi; \ >> done; \ >> else echo "WARNING: could not find \`runtest'" 1>&2; :;\ >> fi; \ >> exit $exit_status >> WARNING: could not find `runtest' >> make[4]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libmudflap/testsuite' >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libmudflap/testsuite' >> make[3]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libmudflap' >> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 >> -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" >> "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m >> 644" "INSTALL_PROGRAM=/tools/bin/install -c" >> "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" >> "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" >> "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " >> "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" >> "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" >> "prefix=/usr" "includedir=/usr/include" "AR=ar" >> "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc >> -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ >> -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include >> -isystem /usr/i686-pc-linux-gnu/sys-include " >> "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ >> -nostdinc++ -nostdinc++ >> -I/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu >> -I/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include >> -I/sources/gcc-4.6.1/libstdc++-v3/libsupc++ >> -I/sources/gcc-4.6.1/libstdc++-v3/include/backward >> -I/sources/gcc-4.6.1/libstdc++-v3/testsuite/util >> -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src >> -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs >> -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem >> /usr/i686-pc-linux-gnu/include -isystem >> /usr/i686-pc-linux-gnu/sys-include " >> "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" >> "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" >> DO=all multi-do # make >> make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libmudflap' >> make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libmudflap' >> make[2]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libssp' >> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 >> -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" >> "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m >> 644" "INSTALL_PROGRAM=/tools/bin/install -c" >> "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" >> "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" >> "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " >> "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" >> "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" >> "prefix=/usr" "includedir=/usr/include" "AR=ar" >> "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc >> -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ >> -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include >> -isystem /usr/i686-pc-linux-gnu/sys-include " >> "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ >> -nostdinc++ -nostdinc++ >> -I/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu >> -I/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include >> -I/sources/gcc-4.6.1/libstdc++-v3/libsupc++ >> -I/sources/gcc-4.6.1/libstdc++-v3/include/backward >> -I/sources/gcc-4.6.1/libstdc++-v3/testsuite/util >> -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src >> -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs >> -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem >> /usr/i686-pc-linux-gnu/include -isystem >> /usr/i686-pc-linux-gnu/sys-include " >> "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" >> "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" >> DO=all multi-do # make >> make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libssp' >> make[2]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libquadmath' >> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 >> -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" >> "INSTALL=/tools/bin/install -c" "INSTALL_DATA=/tools/bin/install -c -m >> 644" "INSTALL_PROGRAM=/tools/bin/install -c" >> "INSTALL_SCRIPT=/tools/bin/install -c" "JC1FLAGS=" "LDFLAGS=" >> "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" >> "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I >> ../../../gcc-4.6.1/libquadmath/../gcc/doc/include" "PICFLAG=" >> "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" >> "exec_prefix=/usr" "infodir=/usr/share/info" "libdir=/usr/lib" >> "prefix=/usr" "includedir=/usr/include" "AR=ar" >> "AS=/sources/gcc-build/./gcc/as" "CC=/sources/gcc-build/./gcc/xgcc >> -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ >> -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include >> -isystem /usr/i686-pc-linux-gnu/sys-include " >> "CXX=/sources/gcc-build/./gcc/g++ -B/sources/gcc-build/./gcc/ >> -nostdinc++ -nostdinc++ >> -I/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu >> -I/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include >> -I/sources/gcc-4.6.1/libstdc++-v3/libsupc++ >> -I/sources/gcc-4.6.1/libstdc++-v3/include/backward >> -I/sources/gcc-4.6.1/libstdc++-v3/testsuite/util >> -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src >> -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs >> -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem >> /usr/i686-pc-linux-gnu/include -isystem >> /usr/i686-pc-linux-gnu/sys-include " >> "LD=/sources/gcc-build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" >> "NM=/sources/gcc-build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" >> DO=all multi-do # make >> make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libquadmath' >> make[2]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libiberty' >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libiberty/testsuite' >> make[3]: Nothing to be done for `check'. >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libiberty/testsuite' >> make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libiberty' >> make[2]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libgomp' >> Making check in testsuite >> make[3]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libgomp/testsuite' >> make check-DEJAGNU >> make[4]: Entering directory >> `/sources/gcc-build/i686-pc-linux-gnu/libgomp/testsuite' >> Making a new site.exp file... >> srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd >> ../../../../gcc-4.6.1/libgomp/testsuite && pwd`; export srcdir; \ >> EXPECT=expect; export EXPECT; \ >> runtest=runtest; \ >> if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ >> exit_status=0; l='libgomp'; for tool in $l; do \ >> if $runtest --tool $tool --srcdir $srcdir ; \ >> then :; else exit_status=1; fi; \ >> done; \ >> else echo "WARNING: could not find \`runtest'" 1>&2; :;\ >> fi; \ >> exit $exit_status >> WARNING: could not find `runtest' >> make[4]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libgomp/testsuite' >> make[3]: Leaving directory >> `/sources/gcc-build/i686-pc-linux-gnu/libgomp/testsuite' >> make[3]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libgomp' >> true DO=all multi-do # make >> make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libgomp' >> make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libgomp' >> make[1]: Leaving directory `/sources/gcc-build' >> make: *** [do-check] Error 2 >> make: Target `check' not remade because of errors. >> >> >> ¿Any ideas? >> >> Thanks, >> Fred. >> >> >>> >>> Thanks for replying, >>> Fred. >>> >>>> >>>> -- Bruce >>>> -- >>>> http://linuxfromscratch.org/mailman/listinfo/lfs-support >>>> FAQ: http://www.linuxfromscratch.org/lfs/faq.html >>>> Unsubscribe: See the above information page >>>> >>> >> > > > > Sorry to be a pain but I'm stuck here, ¿can anyone give me a lead?. > > Cheers!, > Fred. > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
