Package: libpgm
Version: 5.1.118-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The libpgm package is not able to be built on the new architectures due to
config.{sub,guess} and {libtool,aclocal}.m4 outdated files. The error found
during the ppc64el building process is available at:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libpgm_5.1.118-1~dfsg-0.1_ppc64el.build
This attached patch just calls autoreconf during the build, according to the
following recomendation:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build.
Thank you
-- 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: libpgm-5.1.118-1~dfsg/debian/control
===================================================================
--- libpgm-5.1.118-1~dfsg.orig/debian/control 2011-04-30 16:33:31.000000000 +0000
+++ libpgm-5.1.118-1~dfsg/debian/control 2014-06-18 17:34:13.000000000 +0000
@@ -1,7 +1,7 @@
Source: libpgm
Priority: optional
Maintainer: Gabriel de Perthuis <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), python, libtool, automake
+Build-Depends: debhelper (>= 7.0.50~), python, libtool, automake, dh-autoreconf
Standards-Version: 3.9.1
Section: libs
Homepage: http://code.google.com/p/openpgm/
Index: libpgm-5.1.118-1~dfsg/debian/rules
===================================================================
--- libpgm-5.1.118-1~dfsg.orig/debian/rules 2012-04-29 07:50:52.000000000 +0000
+++ libpgm-5.1.118-1~dfsg/debian/rules 2014-06-18 17:34:03.000000000 +0000
@@ -2,7 +2,7 @@
# -*- makefile -*-
%:
- dh $@ --sourcedirectory=openpgm/pgm
+ dh $@ --sourcedirectory=openpgm/pgm --with autoreconf
override_dh_auto_configure:
cd openpgm/pgm && \
Index: libpgm-5.1.118-1~dfsg/debian/autoreconf
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ libpgm-5.1.118-1~dfsg/debian/autoreconf 2014-06-18 17:37:59.000000000 +0000
@@ -0,0 +1 @@
+openpgm/pgm