-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
cargo compiling error 122 on windows 7 x64 platform #52377
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 <[email protected]> 于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. |
estebank
added
O-windows
Operating system: Windows
A-incr-comp
Area: Incremental compilation
labels
Jul 22, 2018
Inlining
|
Error 122 is |
Noratrieb
added
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Apr 5, 2023
workingjubilee
added
the
O-windows-7
OS: Windows 7 or Windows Server 2008 R2 or etc.
label
Jul 22, 2023
Triage: This is about problems canonicalizing paths on RAM drives. So is #48249, so closing as duplicate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
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: