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

Clippy doesn't work with rustup 1.0 on Windows #876

Closed
CryZe opened this issue Dec 21, 2016 · 3 comments
Closed

Clippy doesn't work with rustup 1.0 on Windows #876

CryZe opened this issue Dec 21, 2016 · 3 comments
Labels
not-rustup Whatever is described in this issue isn't Rustup's fault

Comments

@CryZe
Copy link

CryZe commented Dec 21, 2016

Looks like the PATH / LD_LIBRARY_PATH issue is back, that used to happen here: #402

If you run clippy with the latest rustup, you get this:

C:/Users/Christopher/.cargo/bin/cargo-clippy.exe: error while loading shared libraries: rustc_driver-36e125fb8252217f.dll: cannot open shared object file: No such file or directory

rustc 1.15.0-nightly (8f02c429a 2016-12-15)
rustup 1.0.0 (17b6d21 2016-12-15)
clippy 0.0.104

Could be caused by the .multirust -> .rustup change. If you put the full sysroot/bin path into your PATH, everything seems to work.

Clippy issue is over here: https://github.com/Manishearth/rust-clippy/issues/1395

@retep998
Copy link
Member

retep998 commented Jan 6, 2017

This is rust-lang/cargo#3394

@epage
Copy link

epage commented Feb 2, 2017

For anyone like me who is wondering which path is missing from PATH:
https://gist.github.com/epage/6a4c3397d9d2f12894a636799f41cd50

Thats for my windows toolchain but the idea should be similar for any other windows toolchains or affected platforms.

@rami3l rami3l added the not-rustup Whatever is described in this issue isn't Rustup's fault label Jul 10, 2024
@rami3l
Copy link
Member

rami3l commented Jul 10, 2024

Closing in favor of rust-lang/rust-clippy#1395.

@rami3l rami3l closed this as not planned Won't fix, can't repro, duplicate, stale Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-rustup Whatever is described in this issue isn't Rustup's fault
Projects
None yet
Development

No branches or pull requests

4 participants