On 6 April 2010 19:28, <[email protected]> wrote: > Hi when i test my libtool-2.2.6b i get 2 unexpected failures: > > 37: localized compiler messages FAILED > (localization.at:50) > 74: Run tests with low max_cmd_len FAILED > (cmdline_wrap.at:43) > > Are these considered critical, or can i just keep going? > If they are critical where should i roll back to? > > Here is the full test (snipped here, it's only the errors that matter):
First, tests fail. Unless you have a large number of failures that other peopel don't see, I really would not worry. Funnily enough, I myself saw a failure in No.74 (and also No.28 and No.48) when I tried building libtool without static libs (that was on x86_64 where static objects cannot be mixed with -fPIC, so I suspect the test is simplistic). On a first look, libtool's tests/testsuite is rather hard to follow but test 37 seems to start at line 8325 and tries to use the de_DE locale so I imagine you didn't install that locale. ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
