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

Binaries build fail on Apple M1 #160

Closed
filipecosta90 opened this issue Apr 25, 2021 · 0 comments · Fixed by #161
Closed

Binaries build fail on Apple M1 #160

filipecosta90 opened this issue Apr 25, 2021 · 0 comments · Fixed by #161

Comments

@filipecosta90
Copy link
Contributor

The following result is the error due to shirou/gopsutil#1000 regarding gopsutil-v2 incompatibility with macOS/arm64.

 go get ./...
# github.com/shirou/gopsutil/process
../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:567:34: undefined: KinfoProc
../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:568:8: undefined: KinfoProc
../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:581:32: undefined: KinfoProc
../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:585:62: undefined: KinfoProc

Opening the fix PR that addresses this.

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.

1 participant