Package: libvirt-glib
Version: 0.1.7-2.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf


Dear Maintainer,

Package libvirt-glib fails to build from source on ppc64el since libtool 
configuration
files being out of date.
I tried building with only autotools_dev so it updates config.{guess,sub} but 
it was
not enough.
Running autoreconf, though, will update the files accordingly and the package 
wil
build successfully.

I had to include gtk-doc-tools in build-dep and replaced automake, autoconf and 
libtool
by dh-autoreconf as a build-dep, since dh-autoreconf depends on them regardless.

Please find the modifications aforementioned in the patch attached.

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-8Shell: /bin/sh 
linked to /bin/dash
diff -Nru libvirt-glib-0.1.7/debian/control libvirt-glib-0.1.7/debian/control
--- libvirt-glib-0.1.7/debian/control	2014-02-16 16:53:03.000000000 +0000
+++ libvirt-glib-0.1.7/debian/control	2014-06-17 20:22:04.000000000 +0000
@@ -8,7 +8,7 @@
  libvirt-dev (>= 0.10.2), libglib2.0-dev (>= 2.10),
  libxml2-dev, libgirepository1.0-dev, gobject-introspection,
 # when building from git:
-  automake, autoconf, libtool,
+  dh-autoreconf, gtk-doc-tools, 
 # for python bindings:
   python-dev, python-support,
 # for vala bindings
diff -Nru libvirt-glib-0.1.7/debian/rules libvirt-glib-0.1.7/debian/rules
--- libvirt-glib-0.1.7/debian/rules	2014-04-01 19:19:10.000000000 +0000
+++ libvirt-glib-0.1.7/debian/rules	2014-06-17 20:21:03.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	[ -x ./configure ] || ./autogen.sh

Reply via email to