Package: libxp Version: 1.0.2-1 Severity: normal Tags: patch Currently, the patch libxp fails to build on the new architecture (as ppc64el) due to outdated autotool files, which cause the following problem on ppc64el:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libxp_1.0.2-1_ppc64el-20140501-0452.build This bug provides a patch that call dh_autoreconf to update the missing parts, according to [1] recommendations. With this patch, the problem is fixed. [1] - 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: libxp-1.0.2/debian/control =================================================================== --- libxp-1.0.2.orig/debian/control 2014-06-16 13:39:14.000000000 +0000 +++ libxp-1.0.2/debian/control 2014-06-16 13:39:55.000000000 +0000 @@ -5,6 +5,7 @@ Uploaders: Drew Parsons <dpars...@debian.org>, Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 8.1.3~), + dh-autoreconf, quilt, pkg-config, libx11-dev (>= 1:0.99.2), Index: libxp-1.0.2/debian/rules =================================================================== --- libxp-1.0.2.orig/debian/rules 2014-06-16 13:39:14.000000000 +0000 +++ libxp-1.0.2/debian/rules 2014-06-16 13:40:13.000000000 +0000 @@ -37,6 +37,7 @@ build: patch build-stamp build-stamp: dh_testdir + dh_autoreconf mkdir -p build cd build && \ @@ -51,6 +52,7 @@ clean: xsfclean dh_testdir dh_testroot + dh_autoreconf_clean rm -f build-stamp rm -f config.cache config.log config.status