Description
Opening this as a heads to anyone relying on pi-gen.
https://bugs.launchpad.net/qemu/+bug/1805913
Unless this bug is fixed by the time buster goes live, images built through qemu-arm-static
are going to be broken in slightly subtle ways. Luckily, qemu devs are pretty good and the issue is likely to be resolved before then.
pixbuf relies on the mime database, which silently fails to update and returns success. The result is that desktop is rendered without any icons.
Something similar happens with SSL certificates, breaking rpi-update and anything else that wants to use https.
Those are the known ways images break, but any binary that uses readdir()
is not going to work.
Internally, we've moved our builds to an arm build server to avoid going through qemu for now.