-
Notifications
You must be signed in to change notification settings - Fork 13.4k
cargo compiling error 122 on windows 7 x64 platform #52377
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-incr-comp
Area: Incremental compilation
O-windows
Operating system: Windows
O-windows-7
OS: Windows 7 or Windows Server 2008 R2 or etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
What kind of drive is Related issue: #48249 |
z: is the virtual memory drive and i will do the same type of virtual
memory mount on macos ,it runs ok
Peter Atashian <notifications@github.com> 于2018年7月15日周日 下午1:28写道:
… What kind of drive is Z:? Is it a network drive?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#52377 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACvKgpQzBSNX3g1SYMSaD0yBWtO6DFstks5uGtMSgaJpZM4VP4oZ>
.
|
Please do all your Rust stuff on a normal drive, not a virtual memory drive, until this bug can be fixed. |
Inlining
|
Error 122 is |
Triage: This is about problems canonicalizing paths on RAM drives. So is #48249, so closing as duplicate. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-incr-comp
Area: Incremental compilation
O-windows
Operating system: Windows
O-windows-7
OS: Windows 7 or Windows Server 2008 R2 or etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
To whom responsible for this:
I download https://static.rust-lang.org/dist/rust-1.27.1-x86_64-pc-windows-msvc.msi
and install on my windows 7 sp1 x64 , I select insert rust path into PATH environment variable , when i run cargo new hello and cargo build it is error ,(see attachment) the most eror is os error 122 , first i guess ,the compiler is not in the right environment ,but when i run command
rustc main.rs
it compiles ok ,so i am sure that the cargo and rustc not run in proper way ,
and i set the environment variable CARGO_INCREMENTAL=0
this makes ok
could somebody fixup this bug
thank you
best regards
error.txt
The text was updated successfully, but these errors were encountered: