Source: libp11 Version: 0.2.8-3 Severity: normal Tags: patch User: [email protected] Usertags: autoreconf
The package libp11 fails to build on ppc64el, as on new architectures, because the libtool files are out of date, and are not updated during the build. I just created a patch that enables it to be built on ppc64el. I am using the following URL as reference: https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: libp11-0.2.8/debian/control =================================================================== --- libp11-0.2.8.orig/debian/control 2013-09-15 21:02:12.000000000 +0000 +++ libp11-0.2.8/debian/control 2014-06-03 20:53:45.000000000 +0000 @@ -2,7 +2,7 @@ Section: libdevel Priority: optional Maintainer: Eric Dorland <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, libltdl3-dev, libssl-dev, +Build-Depends: debhelper (>= 9), dh-autoreconf, libltdl3-dev, libssl-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://www.opensc-project.org/libp11/ Index: libp11-0.2.8/debian/rules =================================================================== --- libp11-0.2.8.orig/debian/rules 2013-09-15 21:02:12.000000000 +0000 +++ libp11-0.2.8/debian/rules 2014-06-03 20:53:34.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with=autotools-dev + dh $@ --with autoreconf override_dh_strip: dh_strip --dbg-package=libp11-2-dbg

