[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.9.6 make check failures on HP-UX 11.11
From: |
Ralf Wildenhues |
Subject: |
Re: automake-1.9.6 make check failures on HP-UX 11.11 |
Date: |
Fri, 23 Jun 2006 09:06:18 +0200 |
User-agent: |
Mutt/1.5.11-2006-06-19 |
Hi Bob,
Thanks for the report.
* Bob Proulx wrote on Fri, Jun 23, 2006 at 01:03:48AM CEST:
> On HP-UX 11.11 with perl 5.6.1 building and testing automake-1.9.6
> produced the following failures:
> grep ^FAIL log
> FAIL: acloca17.test
> FAIL: java.test
> FAIL: missing.test
> FAIL: missing2.test
> FAIL: obsolete.test
>
> What are the next steps needed to keep debugging these tests? I am
> not familiar with the test framework.
Do
cd tests
env VERBOSE=x TESTS="acloca17.test java.test missing.test \
missing2.test obsolete.test" make -e check
to see if all of those issues have been fixed since in the CVS. But to
use that, you'd need both CVS Autoconf (or wait until 2.60 is out) and
at least this pending patch:
http://lists.gnu.org/archive/html/bug-automake/2006-06/msg00015.html
(maybe I should not wait for Alexandre but just apply it...)
Cheers,
Ralf