Closed
Description
Issue
Building rust with the --enable-local-rust
option fails with a symbolic link creation error.
Reverting 6f0fc2f fixes the issue.
Version it worked on
It most recently worked on: Rust 1.67.1
Version with regression
Rust 1.68.0
Backtrace
Backtrace
thread 'main' panicked at 'symlink_dir(C:\M\mingw-w64-rust\src\MINGW64\build\host => C:\M\mingw-w64-rust\src\MINGW64\build\x86_64-pc-windows-gnu) failed with Le fichier spécifié est introuvable. (os error 2)', lib.rs:599:17
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: bootstrap::Build::new
at C:\M\mingw-w64-rust\src\rustc-1.68.0-src\src\bootstrap\lib.rs:599:17
3: bootstrap::main
at C:\M\mingw-w64-rust\src\rustc-1.68.0-src\src\bootstrap\bin\main.rs:50:5
4: core::ops::function::FnOnce::call_once
at C:\M\mingw-w64-rust\src\rustc-1.67.1-src\library\core\src\ops\function.rs:507:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Build completed unsuccessfully in 0:00:32
Metadata
Metadata
Assignees
Labels
Category: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Performance or correctness regression from one stable version to another.This issue requires custom config/build for rustc in some way