Get "https://camlistore.org/?go-get=1": dial tcp 104.197.157.20:443: i/o timeout
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
```
+ 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:
- https://github.com/perkeep/perkeep/commit/d6a0b05df0f1b1bd7ff0a3fc16a21561d84854d2
- https://pkg.go.dev/camlistore.org
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in chat/emojisource.go, where the camlistore.org import is reported, and reproduce the failure with the provided go build command. Review the linked Perkeep commit and the camlistore.org package documentation to understand the dependency path. Done means the production build no longer depends on the unreachable camlistore.org endpoint and completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100