mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-02-04 12:38:13 -06:00
vscodium-reh cannot start on CentOS 7 (/usr/lib64/libstdc++.so.6: versions CXXABI_1.3.9 - GLIBCXX_3.4.20 not found) #732
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GitMensch on GitHub.
Describe the bug
vscodium-reh seems to has build issues, kind of a revival of #1064 / #256, I guess?
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Install vscodium-reh via Open Remote - SSH (automated after connecting to a machine)
Try to open a terminal.
Result
Server environment:
cat /etc/redhat-release:CentOS Linux release 7.9.2009 (Core)uname -a:Linux server 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxMain logs show an additional issue:
@github-actions[bot] commented on GitHub:
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!
@cdorbell2 commented on GitHub:
Hi
the problem with the glibc is always here
no problem with vscode 1.74.1
@GitMensch commented on GitHub:
This issue with the glibc dependency tends to pop up again and again.... but for vscodium-reh, where it at least occurred with 1.72 and was fixed with 1.73 (by switching the build worker) it still works fine - so closing this one.
For the "complete" vscodium, see the related issue.