installing aws-iam-authenticator fails #3120
Unanswered
christinax32
asked this question in
Everyday usage
Replies: 1 comment
-
installing an old version of aws-iam-authenticator because the latest version has an issue with KUBECTL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
christina.hoang@christi-ltmvsct homebrew-cask % brew install [email protected]
==> Cloning https://github.com/kubernetes-sigs/aws-iam-authenticator.git
Updating /Users/christina.hoang/Library/Caches/Homebrew/[email protected]
==> Checking out tag v0.5.3
HEAD is now at a0516fb9 Merge pull request #367 from melnikalex/release-v0.5.3
HEAD is now at a0516fb9 Merge pull request #367 from melnikalex/release-v0.5.3
==> Installing [email protected] from homebrew/cask
==> go build -ldflags=-s -w -X sigs.k8s.io/aws-iam-authenticator/pkg.Version=0.5.3 -X sigs.k8s.io/aws-iam-authenticator/pkg.CommitID=a0516fb9ace571024263424f1770e6d861e65d09 -bu
Last 15 lines from /Users/christina.hoang/Library/Logs/Homebrew/[email protected]/01.go:
-ldflags=-s -w -X sigs.k8s.io/aws-iam-authenticator/pkg.Version=0.5.3 -X sigs.k8s.io/aws-iam-authenticator/pkg.CommitID=a0516fb9ace571024263424f1770e6d861e65d09 -buildid=''
./cmd/aws-iam-authenticator
golang.org/x/sys/unix
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.1_13.go:27:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.1_13.go:40:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:28:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:43:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:59:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:75:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:90:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:105:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:121:3: //go:linkname must refer to declared function or variable
/Users/christina.hoang/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.go:121:3: too many errors
READ THIS: https://docs.brew.sh/Troubleshooting
Beta Was this translation helpful? Give feedback.
All reactions