Package: src:policykit-1 Version: 0.105-6 Followup-For: Bug #734082 Control: user [email protected] Control: usertag -1 ppc64el Control: user [email protected] Control: usertag -1 autoreconf
This bug still exists in 0.105-6, but adding autotools_dev did not fix it for ppc64el architecture, unfortunately. However, a full autoreconf did the job, and the package was able to build successfully. Here is a patch that includes it to the build. I believe it will also fix it for other achitectures such as arm64. 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru policykit-1-0.105/debian/control policykit-1-0.105/debian/control --- policykit-1-0.105/debian/control 2014-05-22 17:31:55.000000000 +0000 +++ policykit-1-0.105/debian/control 2014-06-18 14:46:11.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Utopia Maintenance Team <[email protected]> Uploaders: Michael Biebl <[email protected]>, Martin Pitt <[email protected]> Build-Depends: debhelper (>= 9), - autotools-dev, + dh-autoreconf, pkg-config, libglib2.0-dev (>= 2.28.0), libexpat1-dev, diff -Nru policykit-1-0.105/debian/rules policykit-1-0.105/debian/rules --- policykit-1-0.105/debian/rules 2014-05-22 17:31:55.000000000 +0000 +++ policykit-1-0.105/debian/rules 2014-06-18 14:46:03.000000000 +0000 @@ -4,7 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ + dh $@ --with autoreconf DPKG_GENSYMBOLS_CHECK_LEVEL=4 export DPKG_GENSYMBOLS_CHECK_LEVEL

