-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed as not planned
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
A call like ./configure [...] --local-rust-root=./build/stage0
(possibly also --llvm-root
and others) will lead to very difficult-to-debug errors.
I spent two hours trying to figure out why bootstrapping core
always failed with an OS error ("No such file or directory"). It boiled down to the bootstrap compiler not being executable since configure
does not canonicalize relative paths.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)