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

Installation on MacOS using go install fails #664

Open
supernifty opened this issue Oct 15, 2021 · 2 comments
Open

Installation on MacOS using go install fails #664

supernifty opened this issue Oct 15, 2021 · 2 comments

Comments

@supernifty
Copy link

Installing source using go...

go install github.com/kahing/goofys@latest

ends with the error:

# github.com/kahing/goofys/api/common
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/api/common/conf_azure.go:272:34: accountsRes.Value undefined (type storage.AccountListResultPage has no field or method Value)
../../go/pkg/mod/github.com/kahing/goofys@v0.24.0/api/common/conf_azure.go:373:35: not enough arguments in call to client.ListKeys
	have (context.Context, string, string)
	want (context.Context, string, string, storage.ListKeyExpand)
@BambooTuna
Copy link

BambooTuna commented Oct 16, 2021

@supernifty

If you want to use it in a hurry, you may use an older version.
I was able to install v0.20.0 in my environment without any problems!

$ go get github.com/kahing/goofys@v0.20.0
...
$ go install github.com/kahing/goofys@v0.20.0
...

$ goofys -version
goofys version 0.20.0-use `make build' to fill version hash correctly

@dannycjones
Copy link

dannycjones commented May 25, 2022

Looks very similar to #527. I can reproduce it on macOS and Linux.

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.

3 participants