Package: libspectre Version: 0.2.7 Severity: normal Tags: patch User: debian-de...@lists.debian.org Usertags: autoreconf User: debian-powe...@lists.debian.org Usertags: ppc64el
The package libspectre fails to build on ppc64el as on new architectures, because the config.{guess,sub} 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: libspectre-0.2.7/debian/control =================================================================== --- libspectre-0.2.7.orig/debian/control 2012-06-24 17:25:09.000000000 +0000 +++ libspectre-0.2.7/debian/control 2014-05-20 17:00:07.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Sune Vuorela <s...@debian.org>, Pino Toscano <p...@debian.org> -Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libcairo2-dev, libgs-dev (>= 8.62) +Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libcairo2-dev, libgs-dev (>= 8.62), dh-autoreconf Standards-Version: 3.9.3 Homepage: http://libspectre.freedesktop.org Vcs-Git: git://anonscm.debian.org/pkg-kde/krap/libspectre.git Index: libspectre-0.2.7/debian/rules =================================================================== --- libspectre-0.2.7.orig/debian/rules 2012-08-08 23:22:31.000000000 +0000 +++ libspectre-0.2.7/debian/rules 2014-05-20 16:59:53.000000000 +0000 @@ -5,7 +5,7 @@ export V=1 %: - dh $@ + dh $@ --with autoreconf override_dh_makeshlibs: dh_makeshlibs -V'libspectre1 (>= 0.2.3)'