-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustc
fails to build for target riscv64gc-unknown-linux-musl
#111700
Labels
C-bug
Category: This is a bug.
requires-custom-config
This issue requires custom config/build for rustc in some way
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
r-value
added a commit
to r-value/rust
that referenced
this issue
May 18, 2023
Bump the version of dependency `cc` to v1.0.77 for `bootstrap`, syncing with rust/Cargo.lock Resolves rust-lang#111700
jyn514
added
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
C-bug
Category: This is a bug.
requires-custom-config
This issue requires custom config/build for rustc in some way
labels
May 18, 2023
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
May 19, 2023
Bump `cc` for `bootstrap` Bump the version of dependency `cc` to `1.0.77` for `bootstrap`, syncing with `rust/Cargo.lock` Resolves rust-lang#111700
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
May 19, 2023
Bump `cc` for `bootstrap` Bump the version of dependency `cc` to `1.0.77` for `bootstrap`, syncing with `rust/Cargo.lock` Resolves rust-lang#111700
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
May 19, 2023
Bump `cc` for `bootstrap` Bump the version of dependency `cc` to `1.0.77` for `bootstrap`, syncing with `rust/Cargo.lock` Resolves rust-lang#111700
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
May 21, 2023
Bump `cc` for `bootstrap` Bump the version of dependency `cc` to `1.0.77` for `bootstrap`, syncing with `rust/Cargo.lock` Resolves rust-lang#111700
r-value
added a commit
to r-value/rust
that referenced
this issue
May 22, 2023
This version also resolves rust-lang#111700, try if we can bump to this release without regression.
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
requires-custom-config
This issue requires custom config/build for rustc in some way
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I'm trying to build
rustc
version1.68.0
natively on RISC-V machine with targetriscv64gc-unknown-linux-musl
enabled. It fails when buildinglibunwind.a
for musl target in stage2.Similar error also occurs in version
1.69.0
.Configuration:
Error log:
It probably relates to rust-lang/cc-rs#675 since
cc
is specified manually for musl.The text was updated successfully, but these errors were encountered: