New comment by MIvanchev on void-packages repository https://github.com/void-linux/void-packages/pull/41227#issuecomment-1962329039 Comment: @leahneukirchen You can fix the supermin musl build with ``` if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel" LDFLAGS="-lfts" fi ``` But I still have no clue why the tests are failing.