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

Code is misparsing the glibc version on Fedora Rawhide #230370

Open
ismail opened this issue Oct 3, 2024 · 0 comments
Open

Code is misparsing the glibc version on Fedora Rawhide #230370

ismail opened this issue Oct 3, 2024 · 0 comments
Assignees

Comments

@ismail
Copy link

ismail commented Oct 3, 2024

  • VS Code Version: 1.93.1
  • OS Version: Darwin arm64 24.1.0

Steps to Reproduce:

  1. Try to connect to a Fedora Rawhide box via SSH
  2. Connection fails because glibc version is not detected correctly

In the log, it says

> [2024-10-03 10:29:02] error This machine does not meet Visual Studio Code Server's prerequisites, expected either...
>   - find GLIBC >= v2.28.0 (but found v0.9000.0 instead) for GNU environments

This is a parsing issue, Code is parsing 2.40.9000 as 0.9000.0.

❯ getconf GNU_LIBC_VERSION
glibc 2.40.9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants