Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Steam won't install...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Oct 26, 2016 10:06 pm    Post subject: Steam won't install... Reply with quote

OK, I followed the steam guide and emerged everything without a problem. I did this on an Intel/nVidia setup and it is great. Now I am doing it on an AMD/AMD Radeon setup and it just flat-out won't work. When I unzip Steam and attempt to run the executable it just hangs after some errors. What can I do? I see something about r600, which was an older Radeon.

Steam Error
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
rh
n00b
n00b


Joined: 19 Sep 2006
Posts: 58

PostPosted: Thu Oct 27, 2016 7:16 am    Post subject: Reply with quote

Steam bundles some old libraries in its runtime that conflict with mesa. I usually install with STEAM_RUNTIME=0 and remove them, Arch wiki has some documentation for this issue.

https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Steam_runtime_issues

This is how I remove the offending libs. I don't recall running into this issue lately, I think the latest steam might have fixed this.

Code:
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Thu Oct 27, 2016 9:32 pm    Post subject: Reply with quote

This Steam was downloaded maybe two weeks ago max. I will grab it again and try. If not I will try the snippet you posted. Thanks for your help!
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Thu Oct 27, 2016 10:37 pm    Post subject: Reply with quote

rh wrote:
Steam bundles some old libraries in its runtime that conflict with mesa.

To be more precise, it bundles as much of Ubuntu 12.04 as it can legally get away with, which includes most of its (now ancient) X drivers.
Back to top
View user's profile Send private message
Ordinateur91
n00b
n00b


Joined: 25 Oct 2016
Posts: 15

PostPosted: Mon Oct 31, 2016 10:37 am    Post subject: Reply with quote

rh wrote:
Steam bundles some old libraries in its runtime that conflict with mesa. I usually install with STEAM_RUNTIME=0 and remove them, Arch wiki has some documentation for this issue.

https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Steam_runtime_issues

This is how I remove the offending libs. I don't recall running into this issue lately, I think the latest steam might have fixed this.

Code:
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete


Thanks for this, it fixed my problem:)
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Mon Oct 31, 2016 9:33 pm    Post subject: Reply with quote

Starting with "STEAM_RUNTIME=0" allowed it to install. All is good now. Thank you for the help!

On question lingers though. Should I start Steam with that variable every time? I am not doing that and it works fine. If do use that approach, will it substitute the newer libraries in Gentoo with the outdated Ubuntu ones bundled with it?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
rh
n00b
n00b


Joined: 19 Sep 2006
Posts: 58

PostPosted: Tue Nov 01, 2016 7:00 am    Post subject: Reply with quote

Glad to hear it worked out.

The_Great_Sephiroth wrote:
On question lingers though. Should I start Steam with that variable every time? I am not doing that and it works fine.


Short answer is: which ever works for you. Running steam with steam runtime disabled (STEAM_RUNTIME=0) can either fix or introduce bugs depending on the game you play and libs you have installed. Steam with runtime enabled works for me, but if I run to issues disabling it is the first thing I try as a fix.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Tue Nov 15, 2016 10:33 pm    Post subject: Reply with quote

It runs fine here, so I am not sweating it. If an update breaks something, I'll use it again. Thanks again!
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum