[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automake 1.9.6 - 13 tests failed
From: |
Ralf Wildenhues |
Subject: |
Re: Automake 1.9.6 - 13 tests failed |
Date: |
Fri, 23 Jun 2006 09:04:57 +0200 |
User-agent: |
Mutt/1.5.11-2006-06-19 |
Hello Stephen,
* Stephen Cartwright wrote on Fri, Jun 23, 2006 at 12:27:20AM CEST:
>
> I encountered this problem on Tru64 5.1B. I am using current GNU versions
> of autoconf and make.
Thanks for the report. Maybe your Libtool installation is broken, or
aclocal does not find the right Libtool macro files (libtool.m4). You
can usually fix that by choosing the same --prefix for all of Autoconf,
Automake, and Libtool, or by adding the path $libtool_prefix/share/aclocal
(suitably expanded) to the file $automake_prefix/share/aclocal/dirlist.
In any case, please go into the tests subdirectory of the build tree and
run
env VERBOSE=x TESTS="depcomp4.test java.test libtool3.test \
libtool7.test ltcond.test ltcond2.test ltconv.test \
ltlibsrc.test nobase.test pr300-ltlib.test pr307.test \
suffix8.test suffix10.test" make -e check
and post the output. Some failures on Tru64 have been fixed in the CVS
version of Automake; 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