Package: libvirt-dev Version: 1.0.4-1 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past)
Dear Maintainer, There is a problem while building libvirt with debuild, the operation make check does not pass when augeas tools is installed on the system. The way I found for success building is either to remove the patch "Allow- libvirt-group-to-access-the-socket.patch" but it will modify the libvirtd.conf in the packages or to patch the test file in order to remove unexpected values. Manuel VIVES P.S: DOn't pay any attention to my actual version of libvirt, I'm running some tests and I am increasing version numbers. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing'), (1, 'experimental'), (1, 'unstable'), (1, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/16 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libvirt-dev depends on: ii libvirt0 1.0.5-hns2~1.gbp06ff36 ii libxen-dev 4.1.4-2 Versions of packages libvirt-dev recommends: ii pkg-config 0.26-1
>From c9ba65e856f1f6d5c2ecf227a5d1363adea5aaf1 Mon Sep 17 00:00:00 2001 From: Manuel VIVES <manuel.vi...@diateam.net> Date: Tue, 16 Apr 2013 09:53:03 +0200 Subject: [PATCH] Patch in order to compile with augeas-tools installed --- daemon/test_libvirtd.aug.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/daemon/test_libvirtd.aug.in b/daemon/test_libvirtd.aug.in index 455b74a..3c4a0b7 100644 --- a/daemon/test_libvirtd.aug.in +++ b/daemon/test_libvirtd.aug.in @@ -9,12 +9,8 @@ module Test_libvirtd = { "listen_addr" = "192.168.0.1" } { "mdns_adv" = "1" } { "mdns_name" = "Virtualization Host Joe Demo" } - { "unix_sock_group" = "libvirt" } { "unix_sock_ro_perms" = "0777" } - { "unix_sock_rw_perms" = "0770" } { "unix_sock_dir" = "/var/run/libvirt" } - { "auth_unix_ro" = "none" } - { "auth_unix_rw" = "none" } { "auth_tcp" = "sasl" } { "auth_tls" = "none" } { "key_file" = "/etc/pki/libvirt/private/serverkey.pem" } -- 1.7.10.4