Skip to content

Issues: rust-lang/rust

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

x86_64-unknown-linux-musl with -Ctarget-feature=-crt-static links to glibc A-linkage Area: linking into static, shared libraries and binaries A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135244 opened Jan 8, 2025 by LunarLambda
-musl platforms do not include unwind tables for libc A-backtrace Area: Backtraces C-bug Category: This is a bug. O-musl Target: The musl libc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134592 opened Dec 21, 2024 by RomanHargrave
Update min supported musl to 1.2.5 O-musl Target: The musl libc T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130920 opened Sep 27, 2024 by dvc94ch
tests/ui/codegen/duplicated-path-in-error: Fails on musl libc due to ldso error message difference A-diagnostics Area: Messages for errors, warnings, and lints A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#128474 opened Aug 1, 2024 by awilfox
Trouble setting default-linker = ... when building aarch64-unknown-linux-musl Rust target C-bug Category: This is a bug. O-musl Target: The musl libc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127774 opened Jul 15, 2024 by kpcyrd
Update bundled musl to 1.2.5 A-testsuite Area: The testsuite used to check the correctness of rustc O-musl Target: The musl libc relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#125692 opened May 29, 2024 by est31 Loading…
Error "cannot find -lunwind" when compiling static mips-unknown-linux-musl A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-MIPS Target: MIPS processors O-musl Target: The musl libc
#120655 opened Feb 5, 2024 by wcampbell0x2a
Error in obtaining time on ‘arm-unknown-linux-musleabihf’ platform A-time Area: Time C-gub Category: the reverse of a compiler bug is generally UB O-AArch64 Armv8-A or later processors in AArch64 mode O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-musl Target: The musl libc T-libs Relevant to the library team, which will review and decide on the PR/issue.
#115921 opened Sep 18, 2023 by vnt-dev
Linker error when installing wasm-bindgen-cli in container rust:1.72.0-alpine A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115450 opened Sep 1, 2023 by marvinruder
cross-compiled a rustc and panicked on execution. C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#114407 opened Aug 3, 2023 by yangmingtai
"cannot produce dylib for rustc_driver v0.0.0 ... as the target riscv64gc-unknown-linux-musl does not support these crate types" A-linkage Area: linking into static, shared libraries and binaries C-enhancement Category: An issue proposing an enhancement or a PR with one. O-musl Target: The musl libc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-cargo Relevant to the cargo team, which will review and decide on the PR/issue.
#110511 opened Apr 18, 2023 by catamorphism
"warning: dropping unsupported crate type dylib" for linux-musl targets A-diagnostics Area: Messages for errors, warnings, and lints A-linkage Area: linking into static, shared libraries and binaries E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110509 opened Apr 18, 2023 by catamorphism
Segfault when creating a rdkafka consumer on x86_64-unknown-linux-musl C-bug Category: This is a bug. O-musl Target: The musl libc
#109916 opened Apr 3, 2023 by RedKinda
No rust-std support for s390x-unknown-linux-musl O-musl Target: The musl libc O-SystemZ Target: SystemZ processors (s390x)
#103577 opened Oct 26, 2022 by uweigand
Scrt1.o: contains a compressed section, but zlib is not available with rust-lld, *-musl toolchain & -C target-feature=-crt-static A-linkage Area: linking into static, shared libraries and binaries A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. O-musl Target: The musl libc
#97452 opened May 27, 2022 by Logarithmus
rustc 1.59/1.60 builds musl binaries that segfault, when compiling with musl-gcc wrappers, due to static-pie default C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. O-musl Target: The musl libc P-high High priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-diagnostics Working group: Diagnostics
#95926 opened Apr 11, 2022 by joshtriplett
internal compiler error: unexpected panic C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-AArch64 Armv8-A or later processors in AArch64 mode O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#92913 opened Jan 15, 2022 by ShuoShenDe
-C link-arg=-nostartfiles does not work on musl target A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc
#91578 opened Dec 6, 2021 by AsafFisher
Undefined reference to getauxval in function init_have_lse_atomics when compiling to nightly aarch64-unknown-linux-musl A-linkage Area: linking into static, shared libraries and binaries A-linkers Area: linkers... you gotta love linkers C-bug Category: This is a bug. O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-musl Target: The musl libc P-high High priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#89626 opened Oct 7, 2021 by XAMPPRocky
Rust musl build segfaults on startup when linked with LLD 12 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. O-musl Target: The musl libc P-high High priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#86712 opened Jun 29, 2021 by rocallahan
segfault running debug static musl hello world app on Linux A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#85543 opened May 21, 2021 by lukebond
(signal: 11, SIGSEGV: invalid memory reference) x86_64-unknown-linux-musl C-bug Category: This is a bug. O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#84576 opened Apr 26, 2021 by sabirmgd
-crt-static on musl links with libgcc_s A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#82521 opened Feb 25, 2021 by nitsky
Incompatibility between musl and crates linking to shared libraries A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-diagnostics Working group: Diagnostics
#82193 opened Feb 16, 2021 by ath-inactive-account
Code coverage and profiling don't work on non-X86_64 -musl targets because profiler_builtins isn't provided for them A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#79556 opened Nov 30, 2020 by briansmith
2 of 5 tasks
ProTip! Find all open issues with in progress development work with linked:pr.