Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package eztrace-contrib With the move of /usr/bin/libtool from libtool to libtool-bin, eztrace-contrib now FTBFS, see Bug#774609 for the details. Basically, This is because its build system explicitly calls libtool. In version 1.0.5-2 of eztrace-contrib, I have made it simply use the libtool script generated by ./configure. unblock eztrace-contrib/1.0.5-2 -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (990, 'testing'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.18.0 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -- Samuel <N> bon comment on fait de l'investigation pour savoir qui est le vilain ? <s> on débranche le routeur et on regarde qui s'affole -+- #ens-mim administre -+-
diff -Nru eztrace-contrib-1.0.5/debian/changelog eztrace-contrib-1.0.5/debian/changelog --- eztrace-contrib-1.0.5/debian/changelog 2014-09-10 17:25:14.000000000 +0200 +++ eztrace-contrib-1.0.5/debian/changelog 2015-01-08 13:15:06.000000000 +0100 @@ -1,3 +1,9 @@ +eztrace-contrib (1.0.5-2) unstable; urgency=medium + + * patches/libtool-path: Fix path to libtool (Closes: Bug#774609). + + -- Samuel Thibault <sthiba...@debian.org> Thu, 08 Jan 2015 13:15:05 +0100 + eztrace-contrib (1.0.5-1) unstable; urgency=medium * eztrace contrib build upload. diff -Nru eztrace-contrib-1.0.5/debian/patches/libtool-path eztrace-contrib-1.0.5/debian/patches/libtool-path --- eztrace-contrib-1.0.5/debian/patches/libtool-path 1970-01-01 01:00:00.000000000 +0100 +++ eztrace-contrib-1.0.5/debian/patches/libtool-path 2015-01-08 13:10:49.000000000 +0100 @@ -0,0 +1,11 @@ +--- eztrace/src/modules/cuda/cudalt.py ++++ eztrace/src/modules/cuda/cudalt.py +@@ -57,7 +57,7 @@ if rv != 0: + sys.exit(1) + + # get libtool version +-fd = os.popen("libtool --version") ++fd = os.popen("../../../libtool --version") + libtool_version = fd.readline() + # this loop supresses the broken pipe errors + # you get by not reading all the data diff -Nru eztrace-contrib-1.0.5/debian/patches/series eztrace-contrib-1.0.5/debian/patches/series --- eztrace-contrib-1.0.5/debian/patches/series 2014-09-10 17:22:49.000000000 +0200 +++ eztrace-contrib-1.0.5/debian/patches/series 2015-01-08 13:10:27.000000000 +0100 @@ -3,3 +3,4 @@ plugins-abi-version static-bfd check +libtool-path