New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/33356#issuecomment-939093793 Comment: Tooling around betafs that fails its own test suite is not we would want. Problem here is that test is part of default build: https://github.com/Zygo/bees/blob/12e80658a8cfb5dc1d8676e3696681ad32fab552/Makefile#L15-L19 Set `make_build_args="DEFAULT_MAKE_TARGET=all"` and it should build for x86_64 and aarch glibc. Arm* would still fail due to atomics (fixable), musl will fail as upstream uses glibc extensions. Installing docs would be nice too.