New comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/issues/24020#issuecomment-668183294 Comment: This looks like a glibc -> musl cross issue. Also happens with non mips archs. Looks like a issue with meson (libm is techinically found, but musl only has static archive of `libm` but no `.so` symlink, somwhere in this check the found `libm.so` on the host is found and leaks into the cross setup.