Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ati-drivers update broke libgl.so.1?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
jseymour
Apprentice
Apprentice


Joined: 23 Jun 2006
Posts: 202
Location: Gainesville Florida

PostPosted: Tue Nov 20, 2007 11:53 am    Post subject: ati-drivers update broke libgl.so.1? Reply with quote

After my latest emerge -uavtDN world last night, I upgraded to ati-drivers 8.42.3 and it seems to have possibly caused some problems. First, when I rebooted gdm complained about not finding libgl.so.1 and would not start. I ran a revdep-rebuild and it pulled nothing, so I did a --oneshot of gdm, rebooted and it started.

Next on logging into KDE I noticed I had no sound, I use mplayer for sound, so I rebuilt it and it works. Then I did a revdep-rebuild --library libgl.so.1 and again it found nothing wrong.

So far I have noticed 2 other applications no longer running kde-screensavers and amarok. Has anyone else had similar problems?

Update - Remerged amarok and kscreensavers, they now work. Wonder what else is broken.
_________________
WebServerMasters
Gentoo Installation Flash Tutorials
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Nov 20, 2007 2:45 pm    Post subject: Reply with quote

just do ln -s /usr/lib/libGL.so /usr/lib/libGL.so.1
Back to top
View user's profile Send private message
jseymour
Apprentice
Apprentice


Joined: 23 Jun 2006
Posts: 202
Location: Gainesville Florida

PostPosted: Tue Nov 20, 2007 3:33 pm    Post subject: Reply with quote

Thanks.

I suppose I could do that, but it does not seem the proper way, if in fact something has changed. I think that with what I am seeing revdep-rebuild should be able to see these broken packages because a rebuild does fix them without a symlink.
_________________
WebServerMasters
Gentoo Installation Flash Tutorials
Back to top
View user's profile Send private message
fl_QuelTos
n00b
n00b


Joined: 07 Feb 2005
Posts: 31

PostPosted: Tue Nov 20, 2007 4:34 pm    Post subject: Reply with quote

Similar problems here. Even though my xserver+kdm+ratpoison window manager worked I got this:
Code:
$ fglrxinfo
fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

Code:
$ ls /usr/lib/libGl*
ls: cannot access /usr/lib/libGl*: No such file or directory

I tried doing:
Code:
ln -s /usr/lib32/opengl/ati/lib/libGL.so.1 /usr/lib/libGL.so.1

That gave me a wrong ELFCLASS.
Code:
ln -s /usr/lib64/opengl/ati/lib/libGL.so.1 /usr/lib/libGL.so.1

After that fglrxinfo and glxgears worked. But games like doom3 and et:quake wars do not work anymore.

EDIT: I'm using AMD64 with a 64bit Gentoo
Back to top
View user's profile Send private message
jseymour
Apprentice
Apprentice


Joined: 23 Jun 2006
Posts: 202
Location: Gainesville Florida

PostPosted: Tue Nov 20, 2007 4:48 pm    Post subject: Reply with quote

Have you tried rebuilding the games? Everything that I have done a rebuild on has worked afterwards.
_________________
WebServerMasters
Gentoo Installation Flash Tutorials
Back to top
View user's profile Send private message
fl_QuelTos
n00b
n00b


Joined: 07 Feb 2005
Posts: 31

PostPosted: Tue Nov 20, 2007 5:33 pm    Post subject: Reply with quote

jseymour wrote:
Have you tried rebuilding the games? Everything that I have done a rebuild on has worked afterwards.

Yep, reemerged doom3 now - no change.

Btw. World of Padman (bin-download) and Tremulous (emerge) work (both Q3 Engine), but sound in that games doesn't.
Back to top
View user's profile Send private message
uweklosa
Tux's lil' helper
Tux's lil' helper


Joined: 18 Feb 2005
Posts: 105

PostPosted: Tue Nov 20, 2007 7:45 pm    Post subject: Reply with quote

There is already a bug filed and a solution to it: https://bugs.gentoo.org/show_bug.cgi?id=199633

Worked for me.

Uwe
Back to top
View user's profile Send private message
fl_QuelTos
n00b
n00b


Joined: 07 Feb 2005
Posts: 31

PostPosted: Tue Nov 20, 2007 9:25 pm    Post subject: Reply with quote

Again I tried some linking (as described in the bugdescription), but no change. Linking makes some things work (glxgears, some games) but others still don't (e.g. doom3).
Back to top
View user's profile Send private message
fl_QuelTos
n00b
n00b


Joined: 07 Feb 2005
Posts: 31

PostPosted: Wed Nov 28, 2007 7:28 pm    Post subject: Reply with quote

Found the problem (kinda stupid) :)
I am on AMD64 and besides the links mentioned I had to create this one to make all games (including ET:QW, Doom3..) work:
Code:
/usr/lib32/libGL.so.1 -> /usr/lib32/opengl/ati/lib/libGL.so.1
Back to top
View user's profile Send private message
CosminG
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 166

PostPosted: Fri Jan 04, 2008 12:35 am    Post subject: Reply with quote

Dottout wrote:
just do ln -s /usr/lib/libGL.so /usr/lib/libGL.so.1


Thank you that helped me to use gnome-terminal again.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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