Package: libguestfs
Version: 1:1.32.7-1~bpo8+1
Severity: wishlist
Tags: patch

libguestfs backport isn't building for arm64, because lzop is missing in 
jessie/arm64:

https://buildd.debian.org/status/package.php?p=libguestfs&suite=jessie-backports

The attached patch appears to work, with I guess slightly degraded functionality
of the appliance. Still better than no guestfs at all.

Riku

diff -Nru libguestfs-1.32.7/debian/control libguestfs-1.32.7/debian/control
--- libguestfs-1.32.7/debian/control	2016-10-03 22:07:26.000000000 +0300
+++ libguestfs-1.32.7/debian/control	2016-11-25 11:18:47.000000000 +0200
@@ -82,7 +82,7 @@
   lsof,
   lsscsi,
   lvm2,
-  lzop,
+  lzop [!arm64],
   mdadm,
   mtools,
   nilfs-tools,

Reply via email to