New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32232#issuecomment-888456187 Comment: The actual error is ``` ../src/pulsecore/remap_neon.c: In function 'remap_ch4_s16ne_neon': ../src/pulsecore/remap_neon.c:234:9: error: inconsistent operand constraints in an 'asm' 234 | __asm__ __volatile__ ( | ^ ../src/pulsecore/remap_neon.c:256: confused by earlier errors, bailing out lto-wrapper: fatal error: /usr/bin/armv7l-linux-gnueabihf-gcc returned 1 exit status ``` Maybe try disabling lto? Unlikely to actually fix it, just a first step in debugging.