Skip to content

Instantly share code, notes, and snippets.

@catvec
Last active March 5, 2019 05:00
Show Gist options
  • Save catvec/6dc929e29b5312d29fd6b2bd59ae0139 to your computer and use it in GitHub Desktop.
Save catvec/6dc929e29b5312d29fd6b2bd59ae0139 to your computer and use it in GitHub Desktop.
xbps-src install go error
# ./xbps-src install go
=> Using `/opt/void-packages/hostdir/binpkgs/go-1-12' as local repository.
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata': Not Found
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata': Not Found
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> go-1.12_1: removing autodeps, please wait...
=> WARNING: deprecated property 'only_for_archs'. Use archs="" instead!
=> go-1.12_1: building ...
[host] go1.4-bootstrap-20171003_1: found (https://alpha.de.repo.voidlinux.org/current)
=> go-1.12_1: installing host dependency 'go1.4-bootstrap-20171003_1' ...
=> go-1.12_1: skipping check (XBPS_CHECK_PKGS is disabled) ...
/void-packages/common/xbps-src/shutils/common.sh: line 31: cd: /builddir/go-1.12: No such file or directory
=> ERROR: go-1.12_1: cannot access wrksrc directory [/builddir/go-1.12]
# ./xbps-src pkg go
=> Using `/opt/void-packages/hostdir/binpkgs/go-1-12' as local repository.
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata': Not Found
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata': Not Found
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> go-1.12_1: removing autodeps, please wait...
=> WARNING: deprecated property 'only_for_archs'. Use archs="" instead!
=> go-1.12_1: building ...
[host] go1.4-bootstrap-20171003_1: found (https://alpha.de.repo.voidlinux.org/current)
=> go-1.12_1: installing host dependency 'go1.4-bootstrap-20171003_1' ...
=> go-1.12_1: skipping check (XBPS_CHECK_PKGS is disabled) ...
/void-packages/common/xbps-src/shutils/common.sh: line 31: cd: /builddir/go-1.12: No such file or directory
=> ERROR: go-1.12_1: cannot access wrksrc directory [/builddir/go-1.12]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment