On 04/10/14 17:08, Hazel Russman wrote:
The check failed overall with this result:UNRESOLVED: Build liblto-11.a Running /sources/binutils-2.24/ld/testsuite/ld-plugin/plugin.exp . ............. === ld Summary === # of expected passes 1019 # of expected failures 57 # of unresolved testcases 1 # of untested testcases 1 /sources/binutils-build/ld/ld-new 2.24 The full ld.log created by Dejagnu said: spawn [open ...] /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/liblto_plugin.so /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/liblto_plugin.so /sources/binutils-build/ld/../binutils/ar rc --plugin /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/liblto_plugin.so tmpdir/liblto-11.a tmpdir/lto-11a.o tmpdir/lto-11b.o tmpdir/lto-11c.o Executing on host: sh -c {/sources/binutils-build/ld/../binutils/ar rc --plugin /tools/libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/liblto_plugin.so tmpdir/liblto-11.a tmpdir/lto-11a.o tmpdir/lto-11b.o tmpdir/lto-11c.o 2>&1} /dev/null ld.tmp (timeout = 300) spawn [open ...] sorry - this program has been built without plugin support sorry - this program has been built without plugin support UNRESOLVED: Build liblto-11.a Is this a serious error? If so, what is the cure?
The test requires the LTO plugin, so you need to build binutils with --enable-plugins
David -- 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
