New review comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/41294#discussion_r1071688924 Comment: The currently built qemu-user-static doesn't use pie, glibc 2.36 adds support for `-static-pie`, which causes a build failure on i686, most distros use `--disable-pie` on all qemu-uer-static targets. (it was also disabled on debian since `-static-pie` is considered dynamically linked by `file` although idk all the details of how it works) https://salsa.debian.org/qemu-team/qemu/-/merge_requests/16 https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1908331 https://github.com/void-linux/void-packages/pull/41138#issuecomment-1362056086