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

Problem with building with make install with latest source code on Amazon Linux 2 #756

Open
joehellmersNOAA opened this issue May 10, 2023 · 1 comment

Comments

@joehellmersNOAA
Copy link

When building from source using "make install" on Amazon Linux 2 with go version 1.18.9 getting a message that seems to be related to recent change checked in 4 months ago.

go: downloading golang.org/x/text v0.3.7
# github.com/kahing/goofys/api/common
api/common/panic_logger.go:69:27: FusePanicLogger.BatchForget redeclared in this block
        api/common/panic_logger.go:41:27: other declaration of BatchForget
make: *** [install] Error 2

Prior to that I tried using the go install but got this.

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

mcc311 commented May 31, 2023

same here

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

No branches or pull requests

2 participants