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

Nightly Rust for ARMv6 #18

Open
theronic opened this issue Feb 7, 2019 · 1 comment
Open

Nightly Rust for ARMv6 #18

theronic opened this issue Feb 7, 2019 · 1 comment

Comments

@theronic
Copy link

theronic commented Feb 7, 2019

Hi @dlecan, thanks for this! I'm struggling to get a nightly version of this going. I forked your Docker image, ran rustup toolchain install nightly-x86_64-unknown-linux-gnu, which succeeded. But when I run cargo +nightly build, I get this permission error for all packages:

root@ae3587e98f45:/source# cargo +nightly build
error: unable to get packages from source

Caused by:
  failed to unpack package `crossbeam-channel v0.3.3`

Caused by:
  failed to open: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.3/.cargo-ok

Caused by:
  Permission denied (os error 13)

When try cat /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.3/.cargo-ok, it prints an empty file with no permission error.

Is cargo +nightly running as a different user perhaps?

Any help would be appreciated.

So then I

@marikka
Copy link

marikka commented Feb 10, 2019

@theronic Here's how I built a nightly version for myself. Hope this helps: marikka@c96f8be

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

2 participants