+ export TEXTDOMAIN=steam + TEXTDOMAIN=steam + export TEXTDOMAINDIR=/usr/share/locale + TEXTDOMAINDIR=/usr/share/locale + ARCHIVE_EXT=tar.xz +++ dirname Steam/steam.sh ++ cd Steam ++ echo /home/kermeat/.local/share/Steam + STEAMROOT=/home/kermeat/.local/share/Steam + '[' -z /home/kermeat/.local/share/Steam ']' + STEAMDATA=/home/kermeat/.local/share/Steam + '[' -z ']' ++ basename Steam/steam.sh .sh + STEAMEXE=steam + '[' steam = steamcmd ']' + cd /home/kermeat/.local/share/Steam + export SYSTEM_PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0:/usr/lib/llvm/5/bin + SYSTEM_PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0:/usr/lib/llvm/5/bin + export SYSTEM_LD_LIBRARY_PATH= + SYSTEM_LD_LIBRARY_PATH= ++ uname + UNAME=Linux + '[' Linux '!=' Linux ']' ++ detect_platform ++ platform=ubuntu12_32 ++ case "$(detect_distro)-$(detect_release)" in +++ detect_distro +++ '[' -f /etc/lsb-release ']' +++ '[' -f /etc/os-release ']' +++ . /etc/os-release ++++ NAME=Gentoo ++++ ID=gentoo ++++ PRETTY_NAME=Gentoo/Linux ++++ ANSI_COLOR='1;32' ++++ HOME_URL=https://www.gentoo.org/ ++++ SUPPORT_URL=https://www.gentoo.org/support/ ++++ BUG_REPORT_URL=https://bugs.gentoo.org/ +++ echo gentoo +++ tr '[A-Z]' '[a-z]' +++ detect_release +++ '[' -f /etc/lsb-release ']' +++ '[' -f /etc/os-release ']' +++ . /etc/os-release ++++ NAME=Gentoo ++++ ID=gentoo ++++ PRETTY_NAME=Gentoo/Linux ++++ ANSI_COLOR='1;32' ++++ HOME_URL=https://www.gentoo.org/ ++++ SUPPORT_URL=https://www.gentoo.org/support/ ++++ BUG_REPORT_URL=https://bugs.gentoo.org/ Steam/steam.sh: line 154: VERSION_ID: unbound variable ++ echo ubuntu12_32 + PLATFORM=ubuntu12_32 ++ echo ubuntu12_32 ++ grep 32 + PLATFORM32=ubuntu12_32 ++ echo ubuntu12_32 ++ grep 64 ++ true + PLATFORM64= + '[' -z ubuntu12_32 ']' + '[' -z '' ']' ++ echo ubuntu12_32 ++ sed s/32/64/ + PLATFORM64=ubuntu12_64 + STEAMEXEPATH=ubuntu12_32/steam + STEAMCONFIG=/home/kermeat/.steam + PIDFILE=/home/kermeat/.steam/steam.pid + STEAMBIN32LINK=/home/kermeat/.steam/bin32 + STEAMBIN64LINK=/home/kermeat/.steam/bin64 + STEAMSDK32LINK=/home/kermeat/.steam/sdk32 + STEAMSDK64LINK=/home/kermeat/.steam/sdk64 + STEAMROOTLINK=/home/kermeat/.steam/root ++ detect_steamdatalink ++ '[' -f /home/kermeat/.local/share/Steam/steam_dev.cfg ']' +++ detect_package +++ case `detect_universe` in ++++ detect_universe ++++ test -f /home/kermeat/.local/share/Steam/Steam.cfg ++++ test -f /home/kermeat/.local/share/Steam/steam.cfg ++++ STEAMUNIVERSE=Public ++++ echo Public +++ STEAMPACKAGE=steam +++ echo steam ++ STEAMDATALINK=/home/kermeat/.steam/steam ++ echo /home/kermeat/.steam/steam + STEAMDATALINK=/home/kermeat/.steam/steam + STEAMSTARTING=/home/kermeat/.steam/starting + : '' + steamos_arg + return 1 + '[' '!' -f /home/kermeat/.steam/steam.pid ']' ++ cat /home/kermeat/.steam/steam.pid + kill -0 22253 + INITIAL_LAUNCH=true + '[' '' = --reset ']' + '[' true ']' + show_license_agreement + LICENSE=/home/kermeat/.local/share/Steam/steam_install_agreement.txt + '[' '!' -f /home/kermeat/.steam/steam_install_agreement.txt ']' + '[' -z '' ']' ++ detect_package ++ case `detect_universe` in +++ detect_universe +++ test -f /home/kermeat/.local/share/Steam/Steam.cfg +++ test -f /home/kermeat/.local/share/Steam/steam.cfg +++ STEAMUNIVERSE=Public +++ echo Public ++ STEAMPACKAGE=steam ++ echo steam + STEAMSCRIPT=/usr/bin/steam + '[' -z '' ']' ++ dirname /usr/bin/steam ++ detect_package ++ case `detect_universe` in +++ detect_universe +++ test -f /home/kermeat/.local/share/Steam/Steam.cfg +++ test -f /home/kermeat/.local/share/Steam/steam.cfg +++ STEAMUNIVERSE=Public +++ echo Public ++ STEAMPACKAGE=steam ++ echo steam + STEAMDEPS=/usr/bin/steamdeps + '[' -f /usr/bin/steamdeps -a -f /home/kermeat/.local/share/Steam/steamdeps.txt ']' + '[' '!' -e /home/kermeat/.steam ']' + '[' /home/kermeat/.local/share/Steam '!=' /home/kermeat/.steam/root -a /home/kermeat/.local/share/Steam '!=' /home/kermeat/.steam/steam ']' + rm -f /home/kermeat/.steam/bin32 + ln -s /home/kermeat/.local/share/Steam/ubuntu12_32 /home/kermeat/.steam/bin32 + rm -f /home/kermeat/.steam/bin64 + ln -s /home/kermeat/.local/share/Steam/ubuntu12_64 /home/kermeat/.steam/bin64 + rm -f /home/kermeat/.steam/sdk32 + ln -s /home/kermeat/.local/share/Steam/linux32 /home/kermeat/.steam/sdk32 + rm -f /home/kermeat/.steam/sdk64 + ln -s /home/kermeat/.local/share/Steam/linux64 /home/kermeat/.steam/sdk64 + rm -f /home/kermeat/.steam/root + ln -s /home/kermeat/.local/share/Steam /home/kermeat/.steam/root + '[' /home/kermeat/.steam/steam ']' + rm -f /home/kermeat/.steam/steam + ln -s /home/kermeat/.local/share/Steam /home/kermeat/.steam/steam + rm -f /home/kermeat/.steampath + ln -s /home/kermeat/.steam/bin32/steam /home/kermeat/.steampath + rm -f /home/kermeat/.steampid + ln -s /home/kermeat/.steam/steam.pid /home/kermeat/.steampid + rm -f /home/kermeat/.steam/bin + ln -s /home/kermeat/.steam/bin32 /home/kermeat/.steam/bin ++ distro_description +++ detect_distro +++ '[' -f /etc/lsb-release ']' +++ '[' -f /etc/os-release ']' +++ . /etc/os-release ++++ NAME=Gentoo ++++ ID=gentoo ++++ PRETTY_NAME=Gentoo/Linux ++++ ANSI_COLOR='1;32' ++++ HOME_URL=https://www.gentoo.org/ ++++ SUPPORT_URL=https://www.gentoo.org/support/ ++++ BUG_REPORT_URL=https://bugs.gentoo.org/ +++ echo gentoo +++ tr '[A-Z]' '[a-z]' +++ detect_release +++ '[' -f /etc/lsb-release ']' +++ '[' -f /etc/os-release ']' +++ . /etc/os-release ++++ NAME=Gentoo ++++ ID=gentoo ++++ PRETTY_NAME=Gentoo/Linux ++++ ANSI_COLOR='1;32' ++++ HOME_URL=https://www.gentoo.org/ ++++ SUPPORT_URL=https://www.gentoo.org/support/ ++++ BUG_REPORT_URL=https://bugs.gentoo.org/ Steam/steam.sh: line 154: VERSION_ID: unbound variable +++ detect_arch +++ case $(uname -m) in ++++ uname -m +++ echo 64-bit ++ echo 'gentoo 64-bit' + echo 'Running Steam on gentoo 64-bit' Running Steam on gentoo 64-bit + : '' + '[' '' = debug ']' + '[' '' = 1 ']' + '[' '' = 0 ']' + '[' -z '' ']' + runtime_supported + case "$(detect_distro)-$(detect_release)" in ++ detect_distro ++ '[' -f /etc/lsb-release ']' ++ '[' -f /etc/os-release ']' ++ . /etc/os-release +++ NAME=Gentoo +++ ID=gentoo +++ PRETTY_NAME=Gentoo/Linux +++ ANSI_COLOR='1;32' +++ HOME_URL=https://www.gentoo.org/ +++ SUPPORT_URL=https://www.gentoo.org/support/ +++ BUG_REPORT_URL=https://bugs.gentoo.org/ ++ echo gentoo ++ tr '[A-Z]' '[a-z]' ++ detect_release ++ '[' -f /etc/lsb-release ']' ++ '[' -f /etc/os-release ']' ++ . /etc/os-release +++ NAME=Gentoo +++ ID=gentoo +++ PRETTY_NAME=Gentoo/Linux +++ ANSI_COLOR='1;32' +++ HOME_URL=https://www.gentoo.org/ +++ SUPPORT_URL=https://www.gentoo.org/support/ +++ BUG_REPORT_URL=https://bugs.gentoo.org/ Steam/steam.sh: line 154: VERSION_ID: unbound variable + return 0 + echo 'STEAM_RUNTIME is enabled automatically' STEAM_RUNTIME is enabled automatically + export STEAM_RUNTIME=/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime + STEAM_RUNTIME=/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime + '[' /home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime -a /home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime '!=' 0 ']' + unpack_runtime + has_runtime_archive + '[' '!' -f /home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime.tar.xz.part0 ']' + return 1 + '[' -d /home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime ']' + return 0 + case $(uname -m) in ++ uname -m + export PATH=/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0:/usr/lib/llvm/5/bin + PATH=/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0:/usr/lib/llvm/5/bin + export LD_LIBRARY_PATH=/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib: + LD_LIBRARY_PATH=/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib: + export LD_LIBRARY_PATH=/home/kermeat/.local/share/Steam/ubuntu12_32:/home/kermeat/.local/share/Steam/ubuntu12_32/panorama:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib: + LD_LIBRARY_PATH=/home/kermeat/.local/share/Steam/ubuntu12_32:/home/kermeat/.local/share/Steam/ubuntu12_32/panorama:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:/home/kermeat/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib: + '[' -z '' ']' + check_shared_libraries + '[' -f /home/kermeat/.local/share/Steam/ubuntu12_32/steamui.so ']' ++ get_missing_libraries /home/kermeat/.local/share/Steam/ubuntu12_32/steam ++ LD_PRELOAD= ++ ldd /home/kermeat/.local/share/Steam/ubuntu12_32/steam ++ LD_PRELOAD= ++ ldd /home/kermeat/.local/share/Steam/ubuntu12_32/steam ++ grep '=>' ++ grep -v linux-gate ++ grep -v / ++ awk '{print $1}' ++ true + MISSING_LIBRARIES= + '[' '' '!=' '' ']' + export SDL_VIDEO_X11_DGAMOUSE=0 + SDL_VIDEO_X11_DGAMOUSE=0 + '[' Linux = Linux ']' + : + MAGIC_RESTART_EXITCODE=42 + SEGV_EXITCODE=139 + STEAM_DEBUGGER=strace + unset DEBUGGER + '[' strace == gdb ']' + '[' strace == cgdb ']' + '[' strace == valgrind ']' + '[' strace == callgrind ']' + '[' strace == strace ']' + strace -osteam.strace /home/kermeat/.local/share/Steam/ubuntu12_32/steam ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". [2017-05-24 04:56:35] Startup - updater built Nov 23 2016 01:05:42 ILocalize::AddFile() failed to load file "public/steambootstrapper_russian.txt". Installing breakpad exception handler for appid(steam)/version(0) Looks like steam didn't shutdown cleanly, scheduling immediate update check Installing breakpad exception handler for appid(steam)/version(1.0) [2017-05-24 04:56:35] Checking for update on startup ../tier1/fileio.cpp (3186) : Assertion Failed: Failed to determine free disk space for ., error 75 Steam/steam.sh: line 713: 22579 Trace/breakpoint trap (core dumped) strace -osteam.strace "$STEAMROOT/$STEAMEXEPATH" "$@" + STATUS=133 + export PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0:/usr/lib/llvm/5/bin + PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.3.0:/usr/lib/llvm/5/bin + export LD_LIBRARY_PATH= + LD_LIBRARY_PATH= + '[' Linux = Linux ']' + '[' true -a 133 -ne 42 -a -f /home/kermeat/.steam/starting -a -z '' ']' + reset_steam + '[' -z /home/kermeat/.local/share/Steam ']' + '[' -f /home/kermeat/.local/share/Steam/steam_dev.cfg ']' + '[' -z true ']' ++ detect_bootstrap ++ '[' -f /home/kermeat/.local/share/Steam/bootstrap.tar.xz ']' ++ echo /home/kermeat/.local/share/Steam/bootstrap.tar.xz + '[' '!' -f /home/kermeat/.local/share/Steam/bootstrap.tar.xz ']' + '[' /home/kermeat/.local/share/Steam = '' ']' + STEAM_SAVE=/home/kermeat/.local/share/Steam/.save + trap ignore_signal INT + rm -f /home/kermeat/.steam/steam + mkdir -p /home/kermeat/.local/share/Steam/.save Steam/steam.sh: line 444: no match: ssfn* + '[' 133 -eq 42 ']'