[Bug 1175574] New: libvirt-6.0.0-lp152.8.1 fails to build
http://bugzilla.opensuse.org/show_bug.cgi?id=1175574 Bug ID: 1175574 Summary: libvirt-6.0.0-lp152.8.1 fails to build Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.2 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: rbsmith@sandia.gov QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- The following build process fails on an X86_64 box running OS Leap 15.2: # zypper si libvirt # cd /usr/src/packages/SPECS # rpmbuild -ba libvirt.spec The failure occurs in the following Makefile target: /usr/src/packages/BUILD/libvirt-6.0.0/x86_64-suse-linux/src # make check-local This patch enables the build to complete successfully: diff -Naur libvirt-6.0.0.orig/src/libxl/test_libvirtd_libxl.aug.in libvirt-6.0.0/src/libxl/test_libvirtd_libxl.aug.in --- libvirt-6.0.0.orig/src/libxl/test_libvirtd_libxl.aug.in 2019-11-26 14:17:34.723588731 -0700 +++ libvirt-6.0.0/src/libxl/test_libvirtd_libxl.aug.in 2020-08-20 14:57:07.597712090 -0600 @@ -2,7 +2,7 @@ @CONFIG@ test Libvirtd_libxl.lns get conf = -{ "autoballoon" = "1" } +{ "autoballoon" = "0" } { "lock_manager" = "lockd" } { "keepalive_interval" = "5" } { "keepalive_count" = "5" } diff -Naur libvirt-6.0.0.orig/src/qemu/test_libvirtd_qemu.aug.in libvirt-6.0.0/src/qemu/test_libvirtd_qemu.aug.in --- libvirt-6.0.0.orig/src/qemu/test_libvirtd_qemu.aug.in 2020-01-10 01:51:00.507269739 -0700 +++ libvirt-6.0.0/src/qemu/test_libvirtd_qemu.aug.in 2020-08-20 16:18:38.230442320 -0600 @@ -39,6 +39,7 @@ { "remote_websocket_port_min" = "5700" } { "remote_websocket_port_max" = "65535" } { "security_driver" = "selinux" } +{ "security_driver" = "apparmor" } { "security_default_confined" = "1" } { "security_require_confined" = "1" } { "user" = "root" } @@ -91,10 +92,9 @@ { "migration_port_max" = "49215" } { "log_timestamp" = "0" } { "nvram" - { "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" } - { "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" } - { "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" } - { "4" = "/usr/share/AAVMF/AAVMF32_CODE.fd:/usr/share/AAVMF/AAVMF32_VARS.fd" } + { "1" = "/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin" } + { "2" = "/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin" } + { "3" = "/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin" } } { "stdio_handler" = "logd" } { "gluster_debug_level" = "9" } diff -Naur libvirt-6.0.0.orig/src/remote/test_libvirtd.aug.in libvirt-6.0.0/src/remote/test_libvirtd.aug.in --- libvirt-6.0.0.orig/src/remote/test_libvirtd.aug.in 2019-11-26 14:17:34.763588884 -0700 +++ libvirt-6.0.0/src/remote/test_libvirtd.aug.in 2020-08-20 14:57:52.961381482 -0600 @@ -3,7 +3,7 @@ test @DAEMON_NAME_UC@.lns get conf = @CUT_ENABLE_IP@ - { "listen_tls" = "0" } + { "listen_tls" = "1" } { "listen_tcp" = "1" } { "tls_port" = "16514" } { "tcp_port" = "16509" } -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com