Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Rust's container uses libc 2.28 while the new rust analyzer uses libc 2.29 #1599

Open
AsafFisher opened this issue Aug 27, 2022 · 2 comments

Comments

@AsafFisher
Copy link

I think an update should be made to the container so it will support ubuntu 20 or something...
Have a nice day/eve

@franksacco
Copy link

I experienced the same problem.

$ /home/vscode/.vscode-server/extensions/rust-lang.rust-analyzer-0.3.1186-linux-x64/server/rust-analyzer --version
> ./rust-analyzer: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.29' not found (required by ./rust-analyzer)

A temporary fix for me was to downgrade rust-analyzer extension to version v0.3.1170.

@bamurtaugh
Copy link
Member

Thanks for opening an issue!

Our team has been actively working on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: #1589. This includes moving to new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features), and we anticipate to have a similar repo and process for templates/definitions.

Please feel free to open a PR on the new Rust image, or you can open an issue on this topic in the new images repo. If this is more of a template issue rather than base image, stay tuned for when the new templates repo is published.

Let me know if you have any questions, thank you!

nerdondon added a commit to nerdondon/raindb that referenced this issue Sep 3, 2022
This is because rust-analyzer now requires a more up to date version of
glibc and MS is being slow to update pending some new maintenance plan
microsoft/vscode-dev-containers#1599
nerdondon added a commit to nerdondon/raindb that referenced this issue Nov 8, 2022
This is because rust-analyzer now requires a more up to date version of
glibc and MS is being slow to update pending some new maintenance plan
microsoft/vscode-dev-containers#1599
nerdondon added a commit to nerdondon/raindb that referenced this issue Nov 8, 2022
This is because rust-analyzer now requires a more up to date version of
glibc and MS is being slow to update pending some new maintenance plan
microsoft/vscode-dev-containers#1599
nerdondon added a commit to nerdondon/raindb that referenced this issue Nov 8, 2022
This is because rust-analyzer now requires a more up to date version of
glibc and MS is being slow to update pending some new maintenance plan
microsoft/vscode-dev-containers#1599
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants