-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Lock file error (OS X) #943
Comments
Have you checked if there are any |
There were no processes still running ( error: Unable to update registry https://github.com/rust-lang/crates.io-index
Caused by:
failed to lock file: /.../.multirust/toolchains/nightly/cargo/registry/index/jackfan.us.kg-1ecc6299db9ec823/.cargo-index-lock
Caused by:
Operation not supported (os error 45) |
have you run multirust or cargo with root at any point? that might have ended up creating files owned by root and thus you can't access them now. |
No, never I don't have the root permissions. |
Ho ! I am on an
|
This does not look like it’s Clippy’s fault. Cargo has had some problems with nfs on apparently, and it has been “fixed” on Linux, but not OS X. Maybe you should report it there. |
By adding this link here, this issue is now visible on the this Cargo issue 👍 |
Clippy can’t be built nor used with a non-nightly compiler.
But no one there has been notified of that. |
Yup, but |
Closing as Cargo’s team has made a PR for that. Feel free to open an new issue if anything is still wrong after it has been merged. |
For the moment I am fighting with
multirust
/rust
/cargo
, trying to compilerust-clippy
in nightly 😢I get this f*cking error, and don't know why (stable works fine but I need nightly)
The text was updated successfully, but these errors were encountered: