New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/33977#issuecomment-964468819 Comment: Feel free to reopen! Add a comment that you need help to solve the problem. I looked at the build log, you need at least: ``` if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel" fi ``` If it errors out, I'd add `export LDLIBS="-lfts"` inside that block.