[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#756295: xcb-util-image: please use dh-autoreconf to build



Source: xcb-util-image
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package xcb-util-image fails to build from source on ppc64el.

> dh_installudev -plibxcb-image0 
> dh_lintian -plibxcb-image0 
> dh_bugfiles -plibxcb-image0 
> dh_install -plibxcb-image0 --sourcedir=debian/tmp 
> dh_install: libxcb-image0 missing files (usr/lib/*/libxcb-image.so.*), aborting
> make: *** [binary-install/libxcb-image0] Error 255

Using dh-autoreconf will fix that so it builds successfully.

The patch attached contains the modifications to do so.

Thanks and regards.

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
diff -Nru xcb-util-image-0.3.9/debian/control xcb-util-image-0.3.9/debian/control
--- xcb-util-image-0.3.9/debian/control	2012-06-08 05:50:42.000000000 +0000
+++ xcb-util-image-0.3.9/debian/control	2014-07-28 02:51:30.000000000 +0000
@@ -10,11 +10,8 @@
                libxcb-util0-dev,
                libxcb-shm0-dev,
                pkg-config,
-               libtool,
+               dh-autoreconf,
                x11proto-core-dev (>= 7.0.12),
-               autotools-dev,
-               autoconf,
-               automake,
                xutils-dev
 Standards-Version: 3.9.3
 Homepage: http://xcb.freedesktop.org
diff -Nru xcb-util-image-0.3.9/debian/rules xcb-util-image-0.3.9/debian/rules
--- xcb-util-image-0.3.9/debian/rules	2012-06-08 05:50:42.000000000 +0000
+++ xcb-util-image-0.3.9/debian/rules	2014-07-28 03:01:18.000000000 +0000
@@ -3,6 +3,7 @@
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

Reply to: