From a02fd5c0d74688a56a909b5ab5ae5eed4adf97fb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 8 Jun 2020 19:57:39 +0100 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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. -- 2.11.0