New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/49146#issuecomment-1984570542 Comment: Using the system `localedef` command is a bit problematic when cross-compiling from musl. Maybe it would be good to use the qemu build helper instead? (for that either we can define `LOCALEDEF` manually like Debian, just call localedef manually with `vtargetrun`, or use `vsed -i localedata/Makefile -e "s|\$(rtld-prefix)|qemu-${XBPS_TARGET_QEMU_MACHINE}-static \$(rtld-prefix)|"`)