New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/25246#issuecomment-702619532 Comment: I also tried to update this locally. `x86_64` runs fine while `x86_64-musl` couldn't be built: ``` /usr/bin/ld: /builddir/slurm-slurm-20-02-5-1/src/api/.libs/libslurmfull.so: undefined reference to `res_ninit' /usr/bin/ld: /builddir/slurm-slurm-20-02-5-1/src/api/.libs/libslurmfull.so: undefined reference to `res_nsearch' /usr/bin/ld: /builddir/slurm-slurm-20-02-5-1/src/api/.libs/libslurmfull.so: undefined reference to `qsort_r' ``` it seems it's using functions that doesn't exist on musl, so it needs to be patched (similar patches were made already by pullmoll) or just deemed broken on musl.