Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What do you suggest? Should I just not include these files? I will have to test that to see if it works, and I do not have access to Steam OS for testing.
They're system libraries; because of the potential for linkage problems, you must rely on them being provided either by the OS or by the Steam runtime. (Steam contains some code which ensures that whichever is newer will be used.)
You could update them, using the versions from the current GCC stable release, but that is only ever going to be a temporary solution at best.
I think that the same applies to libjpeg.so.62 (it does appear to be present in the Steam runtime), although that one shouldn't cause any problems; the two xcb libraries should normally be provided by the system, but you're probably safe there (at least for now).
(Running Debian stable with my own Mesa build.)
Here's some additional keyword-fodder for anyone who happens to try running the binary outside of steam before/instead of looking at the logs (as I did):
Because of the steam runtime stuff, libjpeg.so.8 won't exist for loading, so you'll run into a
Though, if you hail from the future it's likely that your CXXABI version is slightly different.
I was able to solve the problem by renaming/removing,
As for bug-report info: I'm running Gentoo, so, uh, don't worry too much about it for my sake. Though I can't imagine the situation will be especially different on other linuxes, as they too will probably have system libraries built against a different version of libcstd++