-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Custom libdir breaks std crate #45345
Copy link
Copy link
Closed
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)regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
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)regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I maintain live-ebuild for dev channel. To avoid collision between different rust channels
libdirshould be set to different subdirectory: gentoo/gentoo-rust#287It worked with
configurescript but was broken after moving tox.pyscript.config.tomlfile:Compiling hello world project:
If I set
libdirtolib64then rustc works.rustc --version --verbose: