Package: libassuan
Version: 2.1.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

The libassuan 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/libassuan_2.1.1-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: libassuan-2.1.1/debian/control
===================================================================
--- libassuan-2.1.1.orig/debian/control	2013-07-27 20:09:25.000000000 +0000
+++ libassuan-2.1.1/debian/control	2014-06-18 19:49:10.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Eric Dorland <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev, libgpg-error-dev
+Build-Depends: debhelper (>= 9), autotools-dev, libgpg-error-dev, dh-autoreconf
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/users/eric/libassuan.git
 Vcs-Browser: http://git.debian.org/?p=users/eric/libassuan.git
@@ -39,4 +39,4 @@
  An IPC library used by the next generation of GnuPG and its various
  components.
  .
- This package contains debugging symbols for libassuan.
\ No newline at end of file
+ This package contains debugging symbols for libassuan.
Index: libassuan-2.1.1/debian/rules
===================================================================
--- libassuan-2.1.1.orig/debian/rules	2013-07-27 20:09:25.000000000 +0000
+++ libassuan-2.1.1/debian/rules	2014-06-18 19:49:18.000000000 +0000
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-static
 
 override_dh_strip:
-	dh_strip --dbg-package=libassuan0-dbg
\ No newline at end of file
+	dh_strip --dbg-package=libassuan0-dbg

Reply via email to