-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Recently, build of rustc is failing with:
src.symlink_metadata() failed with No such file or directory (os error 2) ("src = /rust/build/aarch64-unknown-linux-gnu/stage1/lib/rustlib/aarch64-unknown-linux-gnu/bin/llvm-objcopy")
Steps:
git clone https://github.com/rust-lang/rust.git
cd rust
./x.py build
Meta
Currently on d4822c2
Tested on aarch64-unknown-linux-gnu and x86_64-unknown-linux-gnu
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)
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
onur-ozkan commentedon Nov 11, 2024
cc @jieyouxu (I think you did some work related to this very recently, if I am not mistaken)
jieyouxu commentedon Nov 11, 2024
@ehuss does #132720 fix it?
(That PR is in the queue, hasn't landed yet)
jieyouxu commentedon Nov 11, 2024
Maybe duplicate of #132719?
jieyouxu commentedon Nov 11, 2024
#132719 is
so yeah I'm fairly certain this is the same problem, i.e.
Leaving this issue open for the time being in case ehuss is running into something different, but I'm fairly sure it's the same problem.
ehuss commentedon Nov 11, 2024
Yes, I verified that this is fixed by #132720, and that this was introduced by #131405.
jieyouxu commentedon Nov 11, 2024
Thanks, closing as a duplicate of #132719.