New comment by ejolson2005 on void-packages repository https://github.com/void-linux/void-packages/issues/23418#issuecomment-654385853 Comment: Do you know if the "static" PIE executables work for a chroot environment as intended? I have no problem to do chroot into an AARCH64 architecture root file system on an x86 machine running Debian, but for the exact same root filesystem on Void musl I get ``` # chroot armroot chroot: failed to run command ‘/bin/bash’: No such file or directory ``` which makes me think the there is something wrong with the static linking of the QEMU user-mode binaries. I'll check glibc version of Void and post a followup momentarily.