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

I run into the known issue "rtop: user: Current not implemented on linux/amd64" #10

Open
hnk opened this issue May 11, 2015 · 6 comments

Comments

@hnk
Copy link

hnk commented May 11, 2015

There is a known issue in go on some Linux systems. I run into this on Fedora 20, so I cannot even try rtop :(

This seems to be a "WontFix" issue, so maybe you can work around it?

@mdevan
Copy link
Contributor

mdevan commented May 11, 2015

Can you try building Go yourself from your Fedora box, and then use that Go binary to compile rtop?

@hnk
Copy link
Author

hnk commented May 11, 2015

This is the reply from the go source repo regarding the 'bug':

os/user relies on cgo, and cgo is disabled for cross compiling, thus this is expected.
if you use os/user, you must compile natively on OS X.
even if we enable cross compilation cgo support, I doubt everybody have a working OS X cross toolchain on their linux machine.

Status: WorkingAsIntended

I am currently not able to compile Go, but may be on Friday. Just wanted to let you know!

@mdevan
Copy link
Contributor

mdevan commented May 11, 2015

As far as I can figure out the problem seems to be with the golang binaries included in Fedora. You should build Go yourself from source and compile rtop with that.

@thomasehardt
Copy link

Running Fedora 21 here. I ran into this as well - I used these instructions from the Go language home page to install the latest version of Go.

Then I ran into this issue, but that problem doesn't seem limited to just Fedora.

@mdevan
Copy link
Contributor

mdevan commented May 13, 2015

@thomasehardt Please check if f753d19 fixes your second issue.

@redhat-raptor
Copy link

Same problem here with my Fedora 20 machine!

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

4 participants