Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101044 - x11-drivers/nvidia-drivers - "tsl version" seems to be swapped with "no-tsl version" (libnvidia-1.0.6629-r6 and newer)
Summary: x11-drivers/nvidia-drivers - "tsl version" seems to be swapped with "no-tsl ...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-01 17:18 UTC by Matteo Guglielmi
Modified: 2007-04-01 20:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Guglielmi 2005-08-01 17:18:26 UTC
After the installation of the libnvidia-1.0.6629-r6 (or newer versions) many 3D
programs like glxgears doesn't run anymore:

glxgears: error while loading shared libraries: libnvidia-tls.so.1: cannot
handle TLS data

To solve this problem is necessary to do:

cp /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.1.0.6629
/usr/lib/opengl/nvidia/no-tls/libnvidia-tls.so.1.0.6629_tmp

mv /usr/lib/opengl/nvidia/no-tls/libnvidia-tls.so.1.0.6629
/usr/lib/opengl/nvidia/tls/libnvidia-tls.so.1.0.6629 

mv /usr/lib/opengl/nvidia/no-tls/libnvidia-tls.so.1.0.6629_tmp
/usr/lib/opengl/nvidia/no-tls/libnvidia-tls.so.1.0.6629

Reproducible: Always
Steps to Reproduce:
1.emerge nvidia-glx
2.run glxgears
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 20:59:34 UTC
Reopen if you can reproduce w/ current x11-drivers/nvidia-drivers; thanks.