-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Libc-test fails on linux due to Undeclared symbols Elf32_Relr and Elf64_Relr #3641
Labels
C-API-request
Category: API request
Comments
biabbas
changed the title
Libc-test fails on linux due to linking error
Apr 2, 2024
Cargo test
runs 0 test cases for this crate, and cargo test -p libc-test
results in error in linux.
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Apr 2, 2024
biabbas
changed the title
Libc-test fails on linux due to linking error
Libc-test fails on linux due to Undeclared symbols Elf32_Relr and Elf64_Relr
Apr 3, 2024
|
@safinaskar Please share the info on C library that you are using, the Debian OS version info, along with the libc test log. |
Generally speaking, the libc tests will only pass on the specific linux release that we use in our docker containers. If you run the test with |
JohnTitor
pushed a commit
to devnexen/libc
that referenced
this issue
Apr 16, 2024
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this issue
Nov 17, 2024
(backport <rust-lang#3647>) (cherry picked from commit 2e94ad3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo test -p libc-test
fails on linux.I've attached
cargo test -p libc-test
The libc-test work on windows. For linux and mac, they fail.
On linux rust version = 1.79 nightly.
libc-test-p_linux_rust_179.txt
On windows rust version = 1.75 stable.
It ran 753 tests in tests/makedev.rs and all of them passed.
libc-test-pwindowspass.txt
The text was updated successfully, but these errors were encountered: