Package: libvisio
Version: 0.0.31
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

The package libvisio 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: libvisio-0.0.31/debian/control
===================================================================
--- libvisio-0.0.31.orig/debian/control	2013-08-28 09:24:52.000000000 +0000
+++ libvisio-0.0.31/debian/control	2014-05-20 17:34:03.000000000 +0000
@@ -3,6 +3,7 @@
 Maintainer: Rene Engelhard <[email protected]>
 Build-Depends: autotools-dev,
                debhelper (>= 9),
+               dh-autoreconf,
                doxygen,
                gperf,
                libboost-dev,
Index: libvisio-0.0.31/debian/rules
===================================================================
--- libvisio-0.0.31.orig/debian/rules	2013-03-04 19:34:23.000000000 +0000
+++ libvisio-0.0.31/debian/rules	2014-05-20 17:34:10.000000000 +0000
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-werror --libdir=/usr/lib --docdir=/usr/share/doc/libvisio-doc \

Reply via email to