I don't know what the problem is but I can suggest ways to debug this further.
(1) Check that /usr/lib/x86_64-linux-gnu/guestfs/supermin.d/packages lists zstd. (2) Check that zstd is the package that contains libzstd.so.1 (3) Run this command and examine the full output: supermin --build -vvv -f ext2 /usr/lib/x86_64-linux- gnu/guestfs/supermin.d /var/tmp/appliance.d It should list zstd and show libzstd.so.1 being copied into the appliance. (4) Examine the output appliance in /var/tmp/appliance.d and check it contains libzstd.so.1, plus symlinks etc, in the expected place. One of those steps is likely failing somewhere. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2163548 Title: libguestfs-test-tool is broken on resolute due to libzstd unavailability in guest appliance To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/2163548/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
