Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276117 - file collision x11-base/xorg-server-1.5.3-r7 and x11-drivers/ati-drivers-8.593
Summary: file collision x11-base/xorg-server-1.5.3-r7 and x11-drivers/ati-drivers-8.593
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 19:58 UTC by Peter Gantner (a.k.a. nephros)
Modified: 2009-07-06 11:35 UTC (History)
2 users (show)

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


Attachments
emerge --info (info.txt,4.11 KB, text/plain)
2009-07-01 20:11 UTC, Peter Gantner (a.k.a. nephros)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gantner (a.k.a. nephros) 2009-07-01 19:58:23 UTC
* Detected file collision(s):
 *      /usr/lib/opengl/xorg-x11/extensions/libdri.so
 * Searching all installed packages for file collisions...
 * Press Ctrl-C to Stop
 * x11-drivers/ati-drivers-8.593
 *      /usr/lib/opengl/xorg-x11/extensions/libdri.so

Reproducible: Always

Steps to Reproduce:




Also tried xorg-server-1.6.1, which  has the same problem.

I cannot switch to newer ati-drivers because my hardware (XPress 200m) is not supported by them.

Will attach emerge --info.
Comment 1 Peter Gantner (a.k.a. nephros) 2009-07-01 20:11:54 UTC
Created attachment 196287 [details]
emerge --info
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2009-07-02 12:09:44 UTC
Looks weird, ati-drivers shouldn't touch /usr/lib/xorg/modules...
Comment 3 Peter Gantner (a.k.a. nephros) 2009-07-02 14:25:30 UTC
(In reply to comment #2)
> Looks weird, ati-drivers shouldn't touch /usr/lib/xorg/modules...
 
Hmm theres a lot of symlinking going on on this system here:
Do the following look correct?

[hemlock][609]~ # ls -l /usr/lib/xorg/modules/extensions/
total 212
-rwxr-xr-x 1 root root  17836 2009-05-08 11:23 libdbe.so
lrwxrwxrwx 1 root root     47 2009-07-01 21:37 libdri.so -> //usr//lib/opengl/xorg-x11/extensions/libdri.so
-rwxr-xr-x 1 root root 129512 2009-05-08 11:23 libextmod.so
lrwxrwxrwx 1 root root     47 2009-07-01 21:37 libglx.so -> //usr//lib/opengl/xorg-x11/extensions/libglx.so
-rwxr-xr-x 1 root root  26024 2009-05-08 11:23 librecord.so
-rwxr-xr-x 1 root root  36428 2009-05-08 11:23 libxtrap.so

hemlock][618]~ # ls -l /usr/lib/opengl/xorg-x11/
total 4
drwxr-xr-x 2 root root   16 2009-06-27 18:52 extensions
drwxr-xr-x 2 root root   88 2009-03-18 00:00 include
drwxr-xr-x 2 root root 4096 2009-03-18 00:00 lib

[hemlock][619]~ # ls -l /usr/lib/opengl/xorg-x11/extensions/
total 476
-rwxr-xr-x 1 root root  28376 2009-06-27 18:52 libdri.so
-rwxr-xr-x 1 root root 455588 2009-06-27 18:52 libglx.so

[hemlock][620]~ # ls -l /usr/lib/opengl/ati/
total 4
lrwxrwxrwx 1 root root   22 2008-11-30 21:02 extensions -> ../xorg-x11/extensions
drwxr-xr-x 2 root root 4096 2009-06-27 18:52 lib

Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-07-06 10:11:49 UTC
These collisions are fixed in 9.6 version. Older wont get the fix (they will be masked and removed soon anyway).
Comment 5 Peter Gantner (a.k.a. nephros) 2009-07-06 11:35:18 UTC
That is very unfortunate for users like me who are stuck with the old drivers because their cards are not supported by the new drivers.

In my case that would be the Xpress 200m which is afaik used in many (old) laptops.

Is the fix really that hard that it can't be included in a 'legacy' set of ebuilds, a bit like they do with nvidia-drivers (for nvidia-drivers-71.xx)?