Source: libvirt
Version: 1.3.4-1
Severity: normal
Tags: patch

Dear Maintainer,

The package libvirt is failing to build from source on ppc64el.
It tries to use -lnuma but libnuma-dev is not set as a build-dep for the
architecture.

Full log can be seen here:
https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=ppc64el&ver=1.3.4-1&stamp=1462259010

Including ppc64el to the archs that depend on libnuma-dev solved it in
an sbuild for me.

Thanks.

Fernando
diff -Nru libvirt-1.3.4/debian/changelog libvirt-1.3.4/debian/changelog
--- libvirt-1.3.4/debian/changelog	2016-05-03 02:25:30.000000000 -0400
+++ libvirt-1.3.4/debian/changelog	2016-05-05 10:10:17.000000000 -0400
@@ -1,3 +1,10 @@
+libvirt (1.3.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: include libnuma-dev as a build-dep for ppc64el 
+
+ -- Fernando Seiti Furusato <ferse...@br.ibm.com>  Thu, 05 May 2016 10:09:52 -0400
+
 libvirt (1.3.4-1) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru libvirt-1.3.4/debian/control libvirt-1.3.4/debian/control
--- libvirt-1.3.4/debian/control	2016-05-01 14:34:07.000000000 -0400
+++ libvirt-1.3.4/debian/control	2016-05-05 10:09:47.000000000 -0400
@@ -34,7 +34,7 @@
  libnl-route-3-dev [linux-any],
  libyajl-dev,
  libpcap0.8-dev,
- libnuma-dev [amd64 i386 ia64 mips mipsel powerpc],
+ libnuma-dev [amd64 i386 ia64 mips mipsel powerpc ppc64el],
  radvd [linux-any],
  libnetcf-dev (>= 1:0.2.3-3~) [linux-any],
  libsanlock-dev [linux-any],

Reply via email to