New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/23557#issuecomment-718364461 Comment: I'm using https://github.com/ericonr/purr-c , because it's a reasonably simple project of my own and I already had the code written. Building an aarch64-musl static binary and using x86_64-musl's qemu, it all seems to work fine. The issue, instead, seems to be when using x86_64-musl's qemu with a binary built for aarch64-glibc, where I get "Temporary failure in name resolution". Using x86_64-glibc's qemu, all works fine. Command line used, because, as warned by the linker, statically linking `getaddrinfo` requires dynamic modules at runtime: `QEMU_LD_PREFIX=masterdir-glibc/usr/aarch64-linux-gnu qemu-aarch64-static masterdir-glibc/purr-c/purr -d r https://google.com/`. I have a gist for the 4 combinations of `qemu -strace`, `strace qemu` and glibc, musl hosts: https://gist.github.com/ericonr/95a41049b96e6256ab08a40bab311994