chiark / gitweb /
Makefile: Use buster's Qemu on stretch.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 8 Jun 2020 18:57:39 +0000 (19:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 8 Jun 2020 18:57:39 +0000 (19:57 +0100)
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

index dfbdcb6349a9e824f8b21ec4b9720eaefc34e294..79495a4bea0d76b8b195d13772ed301d630bdf0a 100644 (file)
--- 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.