Your message dated Tue, 3 Feb 2026 22:42:13 +0100
with message-id <[email protected]>
and subject line Re: guestfs: please change build-deps for backport/arm64
has caused the Debian Bug report #845621,
regarding guestfs: please change build-deps for backport/arm64
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
845621: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845621
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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,
--- End Message ---
--- Begin Message ---
jessie support was long dropped.
--- End Message ---