New comment by anders-dc on void-packages repository https://github.com/void-linux/void-packages/pull/14945#issuecomment-550990472 Comment: thanks again @jnbr > * musl builds fail due to missing execinfo.h ok, based on the info in the xbps manual I added `archs="~*-musl"` in 3d166e0 > * i686 build fails because g++ runs out of memory, as a workaround disable debug: > > ``` > if [ "$XBPS_WORDSIZE" -eq 32 ]; then > nodebug=yes > fi > ``` added acordingly in 3d166e0