[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libtool 2.2.6b] testsuite: 41 53 54 55 57 58 59 60 61 62 69 70 71 f
From: |
Ralf Wildenhues |
Subject: |
Re: [libtool 2.2.6b] testsuite: 41 53 54 55 57 58 59 60 61 62 69 70 71 failed |
Date: |
Tue, 8 Dec 2009 19:39:36 +0100 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
Hi Patrice,
* Patrice Fromy wrote on Tue, Dec 08, 2009 at 03:42:48PM CET:
> I have installed the last m4, the last autoconf and the last automake
Good, we're down to one testsuite failure now:
> ## ------------------------ ##
> ## Summary of the failures. ##
> ## ------------------------ ##
> Failed tests:
> libtool 2.2.6b test suite test groups:
>
> NUM: FILE-NAME:LINE TEST-GROUP-NAME
> KEYWORDS
>
> 41: old-m4-iface.at:107 AC_WITH_LTDL
> libtoolize automake autoconf
This particular failure is a bug in the testsuite, rather than a bug in
the actual Libtool code bits, and it has been fixed only after 2.2.6 in
the git tree; the fix is not yet in a released version of Libtool. And
guess what, it's you who originally reported the bug, too: :-)
commit 740565c4fdd69be05a0a5d118bf6c77a51498bcf
Author: Ralf Wildenhues <address@hidden>
Date: Sun Jun 7 11:42:17 2009 +0200
testsuite: cope when some installed libltdl.la has been removed.
* tests/old-m4-iface.at (AC_WITH_LTDL): Pass --with-included-ltdl
to configure, to ensure we do not accidentally link against a
previously installed libltdl.so where the corresponding .la
file has been removed, thus we do not add a run path, and the
runtime linker then fails to find libltdl.so.7.
* tests/configure-iface.at (--with-ltdl-include/lib): Remove -L
flags from LDFLAGS to avoid picking up an installed libltdl
outside of the default locations.
* THANKS: Update.
Prompted by report from Patrice Fromy.
Cheers,
Ralf