New comment by jnbr on void-packages repository https://github.com/void-linux/void-packages/pull/14945#issuecomment-548811135 Comment: this needs some adjustments: - musl builds fail due to missing execinfo.h - i686 build fails because g++ runs out of memory, as a workaround disable debug: ``` if [ "$XBPS_WORDSIZE" -eq 32 ]; then nodebug=yes fi ```