Package: libvirt Version: 0.9.8-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
Dear Maintainer, A user (nutznboltz) discovered that one of the build dependencies for libvirt is not listed in its build-deps, though it is listed as a depency of one of libvirt's build-deps. If that package is not installed, compilation fails with: libvirt-0.9.8/./src/libvirt.c:22:20: fatal error: gcrypt.h: No such file or directory See https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/932889 for the original Ubuntu bug report. In Ubuntu, the attached patch was applied to achieve the following: * debian/control: add libgcrypt11-dev to build-depends (LP: #932889) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-15-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libvirt-0.9.8/debian/changelog libvirt-0.9.8/debian/changelog diff -Nru libvirt-0.9.8/debian/control libvirt-0.9.8/debian/control --- libvirt-0.9.8/debian/control 2012-02-01 12:27:33.000000000 -0600 +++ libvirt-0.9.8/debian/control 2012-02-15 13:17:01.000000000 -0600 @@ -17,6 +17,7 @@ libxen-dev [i386 amd64], lvm2 [linux-any], open-iscsi-utils, + libgcrypt11-dev, libparted0-dev (>= 2.2), parted (>= 2.2), libdevmapper-dev [linux-any],