We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N / A (cannot install)
ProductName: macOS ProductVersion: 11.2.3 BuildVersion: 20D91
alacritty 0.7.2 (5ac8060)
This build fails on the new M1 ARM architecture. I'm using an M1 Macbook Pro 13".
tmux 3.1c
I'm struggling to install gotop using Homebrew or just using go install.
gotop
go install
Both fail with the following error message:
src/github.com/xxxserxxx/gotop/logging/logging_arm64.go:11:2: undefined: syscall.Dup3
The text was updated successfully, but these errors were encountered:
IIRC dup(3) is only available on Linux, but now Darwin is using ARM architecture which has broken the logic of the build tags in the logging package.
dup(3)
logging
Sorry, something went wrong.
I've opened a PR, but just making sure it's backwards compatible.
Should be resolved with v4.1.2, which is being released now-ish.
No branches or pull requests
gotop version:
N / A (cannot install)
OS/Arch:
ProductName: macOS
ProductVersion: 11.2.3
BuildVersion: 20D91
Terminal emulator:
alacritty 0.7.2 (5ac8060)
Any relevant hardware info:
This build fails on the new M1 ARM architecture. I'm using an M1 Macbook Pro 13".
tmux version:
tmux 3.1c
I'm struggling to install
gotop
using Homebrew or just usinggo install
.Both fail with the following error message:
The text was updated successfully, but these errors were encountered: