Source: libtool
Severity: serious
Tags: ftbfs trixie sid
Build-Depends: ...
libltdl-dev <!nocheck>
It does not sound correct to use the older
packaged version of an own library for tests.
The tests also work for me without libltdl-dev installed,
so this might anyway no longer be used?
Due to the Depends: ${automake} libtool needs to be rebuilt
when a new automake enters the archive, as has just happened.
A real problem is that this build dependency makes libtool
itself one of the packages that can no longer be rebuilt:
https://buildd.debian.org/status/package.php?p=libtool
Not strictly part of this bug, but AM_VERSION expecting
two dots in the version of automake also needs fixing.