Skip to content
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

Bootstraps nix patching broke after LLVM 18 #122906

Closed
Noratrieb opened this issue Mar 22, 2024 · 0 comments · Fixed by #122911
Closed

Bootstraps nix patching broke after LLVM 18 #122906

Noratrieb opened this issue Mar 22, 2024 · 0 comments · Fixed by #122911
Labels
A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. O-unix Operating system: Unix-like T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@Noratrieb
Copy link
Member

The libllvm name change and linker script from LLVM 18 broke nix patching

error: process didn't exit successfully: `/home/nils/projects/rust/build/x86_64-unknown-linux-gnu/stage0/bin/rustc -vV` (exit status: 127)
--- stderr
/home/nils/projects/rust/build/x86_64-unknown-linux-gnu/stage0/bin/rustc: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

I'm fixing it.

@Noratrieb Noratrieb added the C-bug Category: This is a bug. label Mar 22, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Mar 22, 2024
@Noratrieb Noratrieb added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself O-unix Operating system: Unix-like and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Mar 22, 2024
@bors bors closed this as completed in c3b05c6 Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. O-unix Operating system: Unix-like T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants