void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.16k forks source link

Binary-bootstrap doesn't work. #50292

Closed ayoubelmhamdi closed 6 months ago

ayoubelmhamdi commented 6 months ago

I followed these instructions as usual:

$ git clone https://github.com/void-linux/void-packages.git
$ cd void-packages
$ ./xbps-src binary-bootstrap

But I got the following output:

 ./xbps-src binary-bootstrap

=> Installing bootstrap from binary package repositories...
[*] Updating repository `https://repo.voidlinux.eu/current/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://repo.voidlinux.eu/current/x86_64-repodata': Not Found
[*] Updating repository `https://repo.voidlinux.eu/current/musl/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://repo.voidlinux.eu/current/musl/x86_64-repodata': Not Found
[*] Updating repository `https://repo.voidlinux.eu/current/aarch64/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://repo.voidlinux.eu/current/aarch64/x86_64-repodata': Not Found
=> ERROR: Failed to install bootstrap packages!

I checked the voidlinux.eu website, and it's weird. I tried changing to a new repository, but that didn't work either.

classabbyamp commented 6 months ago

voidlinux.eu is not void's domain and has not been for many years (the correct domain would be repo-default.voidlinux.org).

maybe you typo'd void-linux as voidlinux when cloning?

what's git remote -v show?

ayoubelmhamdi commented 6 months ago

i am in Morocco :morocco: :earth_africa:

$ git remote -v
origin  git@github.com:void-packages/void-packages (fetch)
origin  git@github.com:void-packages/void-packages (push)
classabbyamp commented 6 months ago

you cloned a 7 year old fork: https://github.com/void-packages/void-packages

you want void-linux/void-packages

ayoubelmhamdi commented 6 months ago

sorry, it's very confuse, thanks @classabbyamp