[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'automake' make test failed
From: |
Ralf Wildenhues |
Subject: |
Re: 'automake' make test failed |
Date: |
Wed, 23 Jul 2008 20:14:21 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Joseph,
* Joseph Maxwell wrote on Tue, Jul 22, 2008 at 03:22:10AM CEST:
> automake compilation on FreeBSD 6.0
> make test failed
>
> =====================================
> 3 of 562 tests failed
> (42 tests were not run)
> Please report to address@hidden
> =====================================
> FAIL: subpkg.test
> FAIL: subst.test
> FAIL: txinfo21.test
Thanks for the report. Please note that 1.10.1 is the current version.
Also, please post the verbose output of the test failures, like this:
cd tests
env VERBOSE=yes TESTS="subpkg.test subst.test txinfo21.test" \
make -e check
Cheers,
Ralf