mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 13:05:56 +03:00
[GH-ISSUE #15] Building failes with Debian Stretch #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bugrabbit on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/15
When trying to build the package on Debian Stretch using the command
make serveras stated in the readme,md, the build fails with this error message:@cbeuw commented on GitHub (Feb 22, 2019):
Please refer to https://golang.org/doc/install#tarball to set your GOPATH
Once you've done that, please also go get the dependencies github.com/boltdb/bolt and github.com/boltdb/bolt
@bugrabbit commented on GitHub (Feb 25, 2019):
Thanks, my bad.
Updating to the latest go version (1.11) also solves the problem as the GOPATH will be set automatically in the latest versions.