Code: Select all
./steam.sh steam://install/440I improved the list of dependencies a bit for amd64, will upload soon to https://bugs.gentoo.org/show_bug.cgi?id=442176Installing breakpad exception handler for appid(steam)/version(1352224866_client)
main.cpp (423) : Assertion Failed: Looks like steam didn't shutdown cleanly, scheduling immediate update check
Assert( Assertion Failed: Looks like steam didn't shutdown cleanly, scheduling immediate update check ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamexe/./main.cpp:423
unlinked 0 orphaned pipes
removing stale semaphore last operated on by process 1176 with name 0eBlobRegistryMutex_2AA7D511F4EF63DE0DBF4615AE863A07
removing stale semaphore last operated on by process 1176 with name 0eBlobRegistrySignal_2AA7D511F4EF63DE0DBF4615AE863A07
removing stale semaphore last operated on by process 1176 with name 0emSteamEngineInstance
removing stale semaphore last operated on by process 1176 with name 0eSteamEngineLock
[1107/141215:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
[1107/141215:WARNING:proxy_service.cc(646)] PAC support disabled because there is no system implementation
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20121107141216_1.dmp
success = yes
response: CrashID=bp-304a1355-6957-48d6-991c-93fc42121107
Segmentation fault
Code: Select all
LD_DEBUG="libs" ./steam.sh$ LD_DEBUG="libs" ./steam.sh 2>&1 | grep error:
12105: /home/jule/Steam/ubuntu12_32/steamui.so: error: symbol lookup error: undefined symbol: _XGetRequest (fatal)
$ ldd /home/jule/Steam/ubuntu12_32/steamui.so | grep X11
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf62a9000)
$ strings /usr/lib32/libX11.so.6 | grep _XGet
_XGetAsyncReply
_XGetAsyncData
_XGetHostname
_XGetScanlinePad
_XGetWindowAttributes
_XGetBitsPerPixel
_XGetLCValues

Did Steam actually not start start with that?hasufell wrote:I have a strong feeling there is something missing in gentoos emul-linux-x86 packages. I have them all installed, but still get
Installing breakpad exception handler for appid(steam)/version(1352224866_client)

I figured that might be the case, and tried some fonts out (now including your suggestion as well), but no help. It's not only the buttons with fonts, either. For example in the Steam Login screen, where there should be the Steam-logo, the minimise and close buttons (_ and X), the 'remember my password' box, and “Login” have white boxes covering more or less of them..maverick wrote:Intel graphics works over here. Maybe you are missing fonts? corefonts or ttf-bitstream-vera maybe?
Code: Select all
/usr/bin/steam: line 64: /blah/blah/steam.sh: No such file or directory

Code: Select all
10359: /home/USER/Steam/ubuntu12_32/steam: error: symbol lookup error: undefined symbol: gtk_widget_device_is_shadowed (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glBindFragDataLocationIndexed (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glBlitFramebufferEXT (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glBlitFramebufferANGLE (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glGetQueryObjecti64v (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glGetQueryObjectui64v (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glGetTranslatedShaderSourceANGLE (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glQueryCounter (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glRenderbufferStorageMultisampleANGLE (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glTexStorage2DEXT (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glGenFencesNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glDeleteFencesNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glSetFenceNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glTestFenceNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glFinishFenceNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glIsFenceNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glGetFenceivNV (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glXCopySubBufferMESA (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glXBindTexImageEXT (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glXReleaseTexImageEXT (fatal)
10359: /usr/lib32/libGL.so.1: error: symbol lookup error: undefined symbol: glXSwapIntervalEXT (fatal)
That's hardly an argument. You can use "sets". Create a file called "/etc/portage/sets/steam" and enter all the needed deps there.dapp wrote:The ebuild worked fine for me. It's not entirely useless as it keeps needed dependencies installed without cluttering /var/lib/portage/world. The steam installed into /usr is just small installer which downloads and installs steam into ~/Steam.
I did this and still get the message:hasufell wrote:place the .desktop file, the bootstraplinux_ubuntu12_32.tar.xz and this script http://slexy.org/view/s2iz51l62y in one folder, edit it to your liking, run it and be done
add known dependencies to the wiki article

I do believe that 'error' is not an error, or at least not fatal, because as I stated earlier, I got it on Mint where the thing runs OK (and I get it now on Gentoo just as well, where it runs). I would suggest you to check that you have all the emul-linux libs that are needed.spacelike wrote:I did this and still get the message:hasufell wrote:place the .desktop file, the bootstraplinux_ubuntu12_32.tar.xz and this script http://slexy.org/view/s2iz51l62y in one folder, edit it to your liking, run it and be done
add known dependencies to the wiki article
Installing breakpad exception handler for appid(steam)/version(1352224866_client)
no other info, and it just quits.
I did also updated to: =app-emulation/emul-linux-x86-xlibs-20121028
But same error.
it does not work _without_ app-emulation/emul-linux-x86-sdl here.empanyc wrote:On my system, steam segfaults after startup if emul-sdl is installed. I guess it's interfering with the sdl-lib provided by steam itself. If no one else can confirm this, I'll remove the block.
Main.cpp (1840) : Assertion Failed: !"Fatal Error: VGUI_Setup failed"
Assert( Assertion Failed: !"Fatal Error: VGUI_Setup failed" ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamui/Main.cpp:1840

Ah, I see!empanyc wrote:On my system, steam segfaults after startup if emul-sdl is installed. I guess it's interfering with the sdl-lib provided by steam itself. If no one else can confirm this, I'll remove the block.