New comment by fosslinux on void-packages repository https://github.com/void-linux/void-packages/issues/21680#issuecomment-626280119 Comment: Ok, @q66 's suggestion on IRC mostly works. The solution here is to, from an git clone of void-packages: ``` ./xbps-src binary-bootstrap # Init masterdir ./xbps-src pkg -N -a x86_64-musl gcc # Let it run to failure rm -rf masterdir # or ./xbps-src zap # Add hostdir/binpkgs to etc/xbps.d/remote-repos.conf ./xbps-src binary-bootstrap # Reinit masterdir ./xbps-src pkg -N -a x86_64-musl gcc # Will work this time! ``` It must have something to do with the differences between one of the packages made in the `-N`. Should this be closed now? Or is this considered a bug?