Closed issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/28234 Description: Here's the output of the `configure` call. Note one of the last parameters `--host=`. ``` => ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --bindir=/usr/bin --mandir=/usr/share/man --infodir=/usr/share/info --localstatedir=/var --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --libdir=/usr/lib32 --host=armv7l-linux-gnueabihf --with-sysroot=/usr/armv7l-linux-gnueabihf --with-libtool-sysroot=/usr/armv7l-linux-gnueabihf --disable-static --host= --enable-introspection --enable-vala ``` Where does it come from? Must be due to some of the recent changes in the build system(s) or environment. It finally errors with: ``` configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. ```