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

Pre-built Rust compiler fails on Ubuntu 20.04 #605

Open
aleasims opened this issue May 8, 2024 · 0 comments
Open

Pre-built Rust compiler fails on Ubuntu 20.04 #605

aleasims opened this issue May 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aleasims
Copy link
Contributor

aleasims commented May 8, 2024

Our pre-built version of rustc has no compatible version of glibc on Ubuntu 20.04. If you run rustc on Ubuntu 20.04 now, you will most likely get an error:

~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ~/.rustup/toolchains/zkllvm/bin/rustc)
~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ~/.rustup/toolchains/zkllvm/lib/librustc_driver-0619e71a169efef1.so)
~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ~/.rustup/toolchains/zkllvm/lib/librustc_driver-0619e71a169efef1.so)
~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ~/.rustup/toolchains/zkllvm/lib/librustc_driver-0619e71a169efef1.so)
~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ~/.rustup/toolchains/zkllvm/lib/libstd-febc5b336d467395.so)
~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ~/.rustup/toolchains/zkllvm/lib/libstd-febc5b336d467395.so)
~/.rustup/toolchains/zkllvm/bin/rustc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ~/.rustup/toolchains/zkllvm/lib/libstd-febc5b336d467395.so)
@aleasims aleasims added the bug Something isn't working label May 8, 2024
@aleasims aleasims self-assigned this May 8, 2024
@aleasims aleasims changed the title Pre-build Rust compiler fails on Ubuntu 20.04 Pre-built Rust compiler fails on Ubuntu 20.04 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant