On Sat, Aug 31, 2013 at 05:21:31PM -0700, Pwn Me wrote: > now i'm stuck with this kind of errors. when i type "make -k check".. it > appears: > > === libitm Summary === > > # of unexpected failures15 > # of unresolved testcases14 > # of unsupported tests1 > make[4]: *** [check-DEJAGNU] Error 1 > make[4]: Leaving directory > `/sources/gcc-build/i686-pc-linux-gnu/libitm/testsuite' > make[3]: *** [check-am] Error 2 > make[3]: Target `check' not remade because of errors. > make[3]: Leaving directory > `/sources/gcc-build/i686-pc-linux-gnu/libitm/testsuite' > make[3]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libitm' > true DO=all multi-do # make > make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm' > make[2]: *** [check-recursive] Error 1 > make[2]: Target `check' not remade because of errors. > make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm' > make[1]: *** [check-target-libitm] Error 2 > make[1]: Target `check-target' not remade because of errors. > make[1]: Leaving directory `/sources/gcc-build' > make: *** [do-check] Error 2 > make: Target `check' not remade because of errors. > > > > > i'm afraid to proceed to next step because of this.. can you help me guys > please? :( > thanks by the way.
Did you log it ? If so, which tests were marked as FAIL ? If you didn't, it is possible there might have been other failures in other directories. But assuming these libitm failures are the only problem - is there anything in gcc-4.7.2/libitm/testsuite which records what failed ? You might do better looking from the host system, where you will have 'less' or 'view'. Errors in libitm seem to be uncommon. What is your processor, your host distro, and your kernel version ? I've had a look at google - your results look surprisingly close to http://gcc.gnu.org/ml/gcc-bugs/2013-06/msg00695.html which was on OSX not linux. ĸen -- das eine Mal als Tragödie, dieses Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
