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

Do install instructions need updating? #553

Closed
dsedivec opened this issue Mar 15, 2021 · 1 comment
Closed

Do install instructions need updating? #553

dsedivec opened this issue Mar 15, 2021 · 1 comment

Comments

@dsedivec
Copy link

Hi! I build gocryptfs from source on macOS, and the instructions don't seem to work for me: If I run go get -d github.com/rfjakob/gocryptfs, I don't have a src directory appear under GOPATH, only a pkg directory (and don't think that's meant to be equivalent to src). This is on macOS 11 (AKA Big Sur) with Go 1.16.2 installed from MacPorts (instead of Homebrew).

I don't understand much of anything about Go packaging, but https://blog.golang.org/go116-module-changes led me to try doing

GO111MODULE=auto go get -d GitHub.com/rfjakob/gocryptfs

and that did create GOPATH/src/github.com/rfjakob/gocryptfs.

Do the instructions from source need to be updated?

Thanks for gocryptfs!

rfjakob added a commit that referenced this issue Mar 26, 2021
"go get -d" does not download to GOPATH/src anymore:
golang/go#31529

Use explicit "git clone" to the current directory as suggested
in golang/go#31529 (comment) .

Fixes #553
@rfjakob
Copy link
Owner

rfjakob commented Mar 26, 2021

Good catch. Thanks for the report!

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

No branches or pull requests

2 participants