New comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/pull/14401#issuecomment-530538632 Comment: (Unrelated to you actual PR) You don't need to cross-compile from x86_64* to i686 and are better off using a masterdir with the desired arch instead: ``` ./xbps-src -m masterdir-i686 binary-bootstrap i686 ./xbps-src -m masterdir-i686 pkg foo ``` That's probably why nobody noticed before