Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get "https://camlistore.org/?go-get=1": dial tcp 104.197.157.20:443: i/o timeout #25547

Open
jankratochvil opened this issue Mar 13, 2023 · 2 comments · May be fixed by #25993
Open

Get "https://camlistore.org/?go-get=1": dial tcp 104.197.157.20:443: i/o timeout #25547

jankratochvil opened this issue Mar 13, 2023 · 2 comments · May be fixed by #25993

Comments

@jankratochvil
Copy link

+ go build -tags production -ldflags '' -buildmode=pie -o /home/azul/azul/keybase-build/binaries/amd64/usr/bin/keybase github.com/keybase/client/go/keybase
go: downloading camlistore.org v0.0.0-20161205184337-c55c8602d3ce
chat/emojisource.go:15:2: unrecognized import path "camlistore.org": https fetch: Get "https://camlistore.org/?go-get=1": dial tcp 104.197.157.20:443: i/o timeout

And camlistore.org is really unreachable. I have found the following two hints but after some patching it still does not build for me:

@teohhanhui
Copy link

teohhanhui commented Mar 22, 2023

It seems like you need to build prerelease, e.g.

$ ./packaging/linux/build_binaries.sh prerelease

EDIT: never mind, still the same problem...

@teohhanhui
Copy link

This works:

$ cd go
$ go mod edit -replace camlistore.org@v0.0.0-20161205184337-c55c8602d3ce=perkeep.org@v0.0.0-20161205184337-c55c8602d3ce
$ go mod download camlistore.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants