-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Build fails on OpenBSD arm64 #22434
Labels
Comments
From your log:
Seems that there is a problem in gopsutil on OpenBSD and in "golang.org/x/sys/unix", |
Fix pushed at shirou/gopsutil#1052, need to wait for the merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm unable to build geth on my Raspberry Pi 4 running OpenBSD -current. I'm not very knowledgeable on the Go build process. Please let me know what other information is necessary or if I should run any other commands.
System information
Raspberry Pi 4 (2GB RAM)
$ uname -a
OpenBSD rpi4-openbsd.none 6.9 GENERIC.MP#1051 arm64
Expected behaviour
geth builds successfully and exists in
./build/bin/
Actual behaviour
geth fails on build,
./build/bin/
does not existSteps to reproduce the behaviour
go install github.com/ethereum/go-ethereum/cmd/geth@latest
on a Raspberry Pi 4 running OpenBSDBacktraceLogsgoenv
go install github.com/ethereum/go-ethereum/cmd/geth@latest (the same errors occur when running
make geth
after cloning the git repo)The text was updated successfully, but these errors were encountered: