New comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/issues/14456#issuecomment-531500330 Comment: how is that supposed to work? `./xbps-src bootstrap ` sets up a masterdir/chroot for the given arch (or the one you run on, if none is given). you can't run arm code on an x86 (at least not in this chroot with xbps-src. qemu would be an option but that's not supported currently). What you're probably after is `./xbps-src -a ` if you intend to crosscompile from x86 to arm