You are not logged in.
Pages: 1
I'm not sure where to post this question. Moderators, please feel free to move it appropriately.
I'm a relative newb to linux and especially to Arch.
go seems to have gone missing from the community repos.
Background:
I've installed Arch in a VirtualBox VM running on a Windows 10 host.
I'm trying to install a development build of Celestia. See https://snapcraft.io/install/celestia-daily/arch
One of its installation prerequisites is snap. One of snap's prerequisites is go.
Unfortunately, installation of go fails with the error message "failed to download". See below.
Is this a temporary problem? (I had a similar problem with bind-utils not long ago, which resolved itself by the next day)
Is there someone or some group I should notify about this problem?
Here's what seems to be the relevant section of the terminal output.
selden@anarchyxfce4: ~/builds/snapd $ makepkg -si
==> Making package: snapd 2.53.1-1 (Wed 03 Nov 2021 01:05:58 PM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
(---- successful installation messages for several packages omitted ----)
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Package (3) New Version Net Change Download Size
community/go 2:1.17.2-1 410.10 MiB 91.37 MiB
community/go-tools 4:0.1.7-1 101.17 MiB 15.89 MiB
community/python-docutils 0.17.1-2 4.37 MiB 0.73 MiB
Total Download Size: 107.99 MiB
Total Installed Size: 515.64 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
go-2:1.17.2-1-x86_64.pkg.tar.zst failed to download
Total (1/3) 108.0 MiB 15.7 MiB/s 00:07 [----------------------] 100%
error: failed retrieving file 'go-2:1.17.2-1-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
er
(---- subsequent download failure messages omitted ----) Offline
404 means you need to update: -Syu
Offline
Thanks!
Installation of snap seems to be proceeding.
Offline
Pages: 1