New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/41138#issuecomment-1362056086 Comment: The glib thing is a warning not an error, you can ignore it. For the i686 issue: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1908331 You can use `--disable-pie` in qemu-user-static (this is used by Debian and Fedora). https://salsa.debian.org/qemu-team/qemu/-/blob/master/debian/rules#L342-359 The aarch64 and armv7l issues are probably caused by this: https://github.com/void-linux/void-packages/commit/b2d670be60b883192d12f79077fa79dff5395554 Which wasn't an issue before since the glibc cross compilers weren't rebuilt. I made a PR for it here: https://github.com/void-linux/void-packages/pull/41229