tags 12184 + moreinfo severity 12184 minor thanks On 08/12/2012 07:33 AM, Dennis Clarke wrote: > ============================================================================ > Testsuite summary for GNU Automake 1.12.2 > ============================================================================ > # TOTAL: 2578 > # PASS: 2257 > # SKIP: 271 > # XFAIL: 46 > # FAIL: 4 > # XPASS: 0 > # ERROR: 0 > ============================================================================ > See ./test-suite.log > Please report to bug-automake@gnu.org > ============================================================================ > > See testsuite log, large, compressed, attached. > Thanks. The failures in 't/self-check-exit' and 't/self-check-explicit-skips' are just testsuite weaknesses, and they have already been fixed recently, so no need to worry about them.
The error in 't/silent-many-generic': + make ld: fatal: file baz2.o: wrong ELF class: ELFCLASS32 ld: fatal: file processing errors. No output written to baz make: Fatal error: Command failed for target `baz' ... The following command caused the error: echo " CXXLD " baz;am--cxx -erroff -m64 -R/usr/local/lib -L/usr/local/lib \ -mc -xO3 -xs -D_TS_ERRNO -o baz baz1.o baz2.o baz3.o baz5.o baz6.o -ll *** Error code 1 seems a problem in your compilers' setup rather than in the test itself. Could you please investigate whether this is the case? Thanks, Stefano