[Pkg-libvirt-maintainers] Bug#799965: [arm64] Missing build-dep on qemu-system-arm
dann frazier
dannf at debian.org
Thu Sep 24 18:49:58 UTC 2015
Source: libguestfs
Version: 1:1.29.50-1
Severity: important
Tags: patch
User: debian-arm at lists.debian.org
Usertag: arm64
libguestfs currently FTBFS on arm64 due to a missing build of lzop
(#759452). However, once that build-dep is satisfied, libguestfs will
continue to FTBFS on arm64 due to a missing build-dep on
qemu-system-arm, which provides /usr/bin/qemu-system-aarch64.
With the following patch applied - and a hand-build lzop -
libguestfs-tools successfully built for me on arm64.
diff -urpN libguestfs-1.29.50.orig/debian/control libguestfs-1.29.50/debian/control
--- libguestfs-1.29.50.orig/debian/control 2015-07-21 07:46:55.000000000 -0600
+++ libguestfs-1.29.50/debian/control 2015-09-24 12:11:41.541578189 -0600
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
libsystemd-dev | libsystemd-journal-dev,
automake, autoconf, libtool,
gperf, libxml2-utils,
- qemu-system-arm [armel armhf],
+ qemu-system-arm [armel armhf arm64],
qemu-system-mips [mips mipsel mips64 mips64el],
qemu-system-misc [s390x],
qemu-system-ppc [powerpc ppc64el],
More information about the Pkg-libvirt-maintainers
mailing list