Closed issue by paper42 on void-packages repository https://github.com/void-linux/void-packages/issues/41704 Description: In config.log, I can see that it passed `-Wno-error=deprecated-declarations-Wno-error` to gcc which is not a valid option, so it failed. ``` %: ./xbps-src pkg -a armv6l-musl elfutils ... => elfutils-0.187_1: running do_configure ... configure: WARNING: unrecognized options: --with-sysroot, --with-libtool-sysroot checking for a BSD-compatible install... /builddir/.xbps-elfutils/wrappers/install -c checking whether build environment is sane... yes checking for arm-linux-musleabihf-strip... arm-linux-musleabihf-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-musl checking host system type... arm-unknown-linux-musleabihf checking whether make supports the include directive... yes (GNU style) checking for arm-linux-musleabihf-gcc... arm-linux-musleabihf-gcc checking whether the C compiler works... no configure: error: in `/builddir/elfutils-0.187': configure: error: C compiler cannot create executables See `config.log' for more details => ERROR: elfutils-0.187_1: do_configure: '${configure_script} ${configure_args}' exited with 77 => ERROR: in do_configure() at common/build-style/gnu-configure.sh:8 ```