From: Mark Wooding Date: Mon, 8 Jun 2020 18:57:39 +0000 (+0100) Subject: Makefile: Use buster's Qemu on stretch. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-chroot/commitdiff_plain/a02fd5c0d74688a56a909b5ab5ae5eed4adf97fb Makefile: Use buster's Qemu on stretch. There's a persistent problem with installing `gnome-icon-theme' on emulated ARM platforms, resulting in Unpacking gnome-icon-theme (3.12.0-2) ... dpkg: error processing archive /tmp/apt-dpkg-install-AtXukB/100-gnome-icon-theme_3.12.0-2_all.deb (--unpack): corrupted filesystem tarfile - corrupted package archive Upgrading to buster's Qemu let to a successful build once, so maybe this helps. --- diff --git a/Makefile b/Makefile index dfbdcb6..79495a4 100644 --- a/Makefile +++ b/Makefile @@ -180,6 +180,7 @@ amd64_QEMUHOST = $(64BIT_QEMUHOST) ## Which distribution of Qemu to use. CONFIG_VARS += $(foreach d,$(DISTS),$d_QEMUDIST) +stretch_QEMUDIST = buster ## Qemu architecture names. These tell us which Qemu binary to use for a ## particular Debian architecture.