This is a multi-part MIME message sent by reportbug.
--===============4155939875514996902== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Source: axis2c Version: 1.6.0-6 Followup-For: Bug #744555 Hello. As pointed out by Matthias, the package axis2c does fail to build from source on ppc64el. And using dh-autoreconf will fix that situation. I have created this patch that adds autoreconf to the build. Thanks. Fernando -- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash --===============4155939875514996902== Content-Type: text/x-diff; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dh-autoreconf.debpatch" diff -Nru axis2c-1.6.0/debian/control axis2c-1.6.0/debian/control --- axis2c-1.6.0/debian/control 2013-07-16 21:18:46.000000000 +0000 +++ axis2c-1.6.0/debian/control 2014-07-23 01:29:08.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Brian Thomason <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libapr1-dev, dh-apache2, apache2-dev, zlib1g-dev, libssl-dev, quilt +Build-Depends: cdbs, debhelper (>= 7), dh-autoreconf, autotools-dev, libapr1-dev, dh-apache2, apache2-dev, zlib1g-dev, libssl-dev, quilt Standards-Version: 3.9.4 Homepage: http://ws.apache.org/axis2/c/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-eucalyptus/axis2c/trunk/ diff -Nru axis2c-1.6.0/debian/rules axis2c-1.6.0/debian/rules --- axis2c-1.6.0/debian/rules 2013-07-16 21:13:08.000000000 +0000 +++ axis2c-1.6.0/debian/rules 2014-07-23 01:29:21.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk --===============4155939875514996902==-- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

