Bug#814473: [Debichem-devel] Bug#814473: elpa: FTBFS: find: '/usr/share/libtool/config/ltmain.sh': No such file or directory

2016-02-11 Thread Graham Inggs
On 12 February 2016 at 01:20, Andreas Beckmann  wrote:
> dh_autoreconf --as-needed
> find: '/usr/share/libtool/config/ltmain.sh': No such file or directory
> dh_autoreconf: find /usr/share/libtool/config/ltmain.sh . ! -ipath 
> "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' 
> -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} \; > 
> debian/autoreconf.before returned exit code 1
> debian/rules:14: recipe for target 'override_dh_autoreconf' failed
> make[1]: *** [override_dh_autoreconf] Error 2
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> debian/rules:11: recipe for target 'build-arch' failed
> make: *** [build-arch] Error 2
>
>
> I cannot reproduce this in a sid pbuilder environment.

Looks like #814063



Bug#814473: elpa: FTBFS: find: '/usr/share/libtool/config/ltmain.sh': No such file or directory

2016-02-11 Thread Andreas Beckmann
Source: elpa
Version: 2015.05.001-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

elpa FTBFS everywhere on the buildds:

https://buildd.debian.org/status/package.php?p=elpa=unstable
https://buildd.debian.org/status/fetch.php?pkg=elpa=i386=2015.05.001-1=1454891876

 debian/rules build-arch
dh build-arch --with autoreconf
   dh_testdir -a
   dh_update_autotools_config -a
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/«PKGBUILDDIR»'
dh_autoreconf --as-needed
find: '/usr/share/libtool/config/ltmain.sh': No such file or directory
dh_autoreconf: find /usr/share/libtool/config/ltmain.sh . ! -ipath "./debian/*" 
-a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path 
'*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} \; > 
debian/autoreconf.before returned exit code 1
debian/rules:14: recipe for target 'override_dh_autoreconf' failed
make[1]: *** [override_dh_autoreconf] Error 2
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:11: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2


I cannot reproduce this in a sid pbuilder environment.


Andreas