FS#54830 - [steam] libreadline.so.7 errors when attempting to run steam/steam-native

Attached to Project: Community Packages
Opened by Joey Pabalinas (alyptik) - Saturday, 15 July 2017, 22:02 GMT
Last edited by Levente Polyak (anthraxx) - Friday, 15 November 2019, 23:42 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Unable to run any versions of Steam; libraries referenced exist and the system is fully updated. This was the first attempt at running Steam on this install.


Additional info:
* package version(s)
* config and/or log files etc.

ldd output:
$ ldd ~/.local/share/Steam/ubuntu12_32/steam
linux-gate.so.1 (0xf771f000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf75cd000)
librt.so.1 => /usr/lib32/librt.so.1 (0xf75c4000)
libm.so.6 => /usr/lib32/libm.so.6 (0xf7568000)
libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7563000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf73df000)
libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf73c1000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf7202000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf71d7000)
/lib/ld-linux.so.2 (0xf7721000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf71bb000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf71b7000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf71ae000)

Output when attempting to run steam:
$ steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
ERROR: ld.so: object '/usr/$LIB/libstdc++.so.6' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/libgcc_s.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/libxcb.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/libgpg-error.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
sh: error while loading shared libraries: libreadline.so.7: cannot open shared object file: Error 24
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
../steamexe/updateui_xwin.cpp (339) : Assertion Failed: Could not open connection to X
../steamexe/main.cpp (525) : Assertion Failed: failed to initialize update status ui, or create initial window
/home/alyptik/.local/share/Steam/steam.sh: line 444: no match: ssfn*

Output when attempting to run steam-native:
$ steam-native
Repairing installation, linking /home/alyptik/.steam/steam to /home/alyptik/.local/share/Steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is disabled by the user
sh: error while loading shared libraries: libreadline.so.7: cannot open shared object file: Error 24
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
../steamexe/updateui_xwin.cpp (339) : Assertion Failed: Could not open connection to X
../steamexe/main.cpp (525) : Assertion Failed: failed to initialize update status ui, or create initial window
/home/alyptik/.local/share/Steam/steam.sh: line 444: no match: ssfn*


Steps to reproduce:
Install steam/steam-native and attempt to run either.
This task depends upon

Closed by  Levente Polyak (anthraxx)
Friday, 15 November 2019, 23:42 GMT
Reason for closing:  Works for me
Comment by Ivy Foster (escondida) - Thursday, 10 October 2019, 02:47 GMT
alyptik, do you still experience this problem in the latest version of steam?

Loading...