-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
undefined LFS64 symbol when link to musl 1.2.4 #111285
Comments
30 tasks
I think this would be fixed by rust-lang/libc#2935. |
Looks like that was published in libc 0.2.145, so fixed here by the libc bump in #111819? |
Fixed by rust-lang/libc#2935 |
10 tasks
tgbugs
added a commit
to tgbugs/dockerfiles
that referenced
this issue
Mar 26, 2024
also removes forcing rust <1.72 because there was a bug where the rust libc support was broken by changes in musl 1.2.4 see rust-lang/rust#111285
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this code:
main.rs:
I expected to see this happen: It should build
Instead, this happened:
Meta
rustc --version --verbose
:ldd --version
:See also
The text was updated successfully, but these errors were encountered: