Hi, why do you use x86_64-musl as target architecture if you want i686-musl. $ ./xbps-src -a i686-musl pkg base-chroot-musl Am Samstag, 24. Oktober 2015 13:19:05 UTC+2 schrieb Maarten Hendrickx: > > Is there a way to create a i686-musl voidlinux-installation? > I tried to do it after setting up xbps-src, installing binary-bootstrap > like this: > > $ git clone git://github.com/voidlinux/void-packages.git > $ cd void-packages > $ ./xbps-src binary-bootstrap > > and using this command: > > $ ./xbps-src -a x86_64-musl pkg base-chroot-musl > > Results in: > [*] Updating `http://repo.voidlinux.eu/current/i686-repodata' ... > [*] Updating `http://repo.voidlinux.eu/current/nonfree/i686-repodata' ... > i686-repodata: 13KB [avg rate: 11MB/s] > [*] Updating `http://muslrepo.voidlinux.eu/current/i686-repodata' ... > ERROR: [reposync] failed to fetch file ` > http://muslrepo.voidlinux.eu/current/i686-repodata': Not Found > [*] Updating `http://muslrepo.voidlinux.eu/current/nonfree/i686-repodata' > ... > ERROR: [reposync] failed to fetch file ` > http://muslrepo.voidlinux.eu/current/nonfree/i686-repodata': Not Found > [*] Updating `http://repo.voidlinux.eu/current/i686-musl-repodata' ... > ERROR: [reposync] failed to fetch file ` > http://repo.voidlinux.eu/current/i686-musl-repodata': Not Found > [*] Updating `http://repo.voidlinux.eu/current/nonfree/i686-musl-repodata' > ... > ERROR: [reposync] failed to fetch file ` > http://repo.voidlinux.eu/current/nonfree/i686-musl-repodata': Not Found > [*] Updating `http://muslrepo.voidlinux.eu/current/i686-musl-repodata' ... > ERROR: [reposync] failed to fetch file ` > http://muslrepo.voidlinux.eu/current/i686-musl-repodata': Not Found > [*] Updating ` > http://muslrepo.voidlinux.eu/current/nonfree/i686-musl-repodata' ... > ERROR: [reposync] failed to fetch file ` > http://muslrepo.voidlinux.eu/current/nonfree/i686-musl-repodata': Not > Found > > Are there any other steps needed or is there another way to set up a > i686-musl chroot installation? > > I am using a gentoo (calculate) i686 live cd. > > Thanks, Maarten >