Skip to content

Pre-built Rust compiler fails on Ubuntu 20.04 #605

@aleasims

Description

@aleasims

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions