Package: libpwiz
Version: 3.0.4624
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

The package libpwiz 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 enable 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: libpwiz-3.0.4624/debian/control
===================================================================
--- libpwiz-3.0.4624.orig/debian/control	2014-02-11 14:46:15.000000000 +0000
+++ libpwiz-3.0.4624/debian/control	2014-05-20 15:05:37.000000000 +0000
@@ -5,6 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
                dpkg-dev (>= 1.16.1~),
                chrpath (>= 0.13),
+               dh-autoreconf,
                doxygen (>= 1.8.1.2),
 	       docbook-to-man,
                libboost-program-options-dev (>= 1.54.0),
Index: libpwiz-3.0.4624/debian/rules
===================================================================
--- libpwiz-3.0.4624.orig/debian/rules	2014-02-28 02:26:19.000000000 +0000
+++ libpwiz-3.0.4624/debian/rules	2014-05-20 15:05:31.000000000 +0000
@@ -81,6 +81,7 @@
 	dh_testdir
 	dh_testroot
 
+	dh_autoreconf_clean
 	dh_clean
 
 	rm -f debian/msconvert.1
@@ -99,6 +100,7 @@
 build-arch-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	dh_prep -a
+	dh_autoreconf
 
 	mkdir -p $(BUILD_DIR)
 
Index: libpwiz-3.0.4624/debian/autoreconf
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ libpwiz-3.0.4624/debian/autoreconf	2014-05-20 15:12:12.000000000 +0000
@@ -0,0 +1 @@
+autotools

Reply via email to