Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81431 - merging xorg-x11-6.8.0-r4 removes /usr/lib/libGLEW.so*
Summary: merging xorg-x11-6.8.0-r4 removes /usr/lib/libGLEW.so*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 16:52 UTC by Bertram Felgenhauer
Modified: 2005-02-09 22:46 UTC (History)
0 users

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 Bertram Felgenhauer 2005-02-09 16:52:16 UTC
In fact, the ebuild removes /usr/lib/libGL*, which also matches the
GLEW library (if installed in /usr/lib) and maybe a few others.

The xorg-x11-6.8.1* ebuilds seem to do the same.

Reproducible: Always
Steps to Reproduce:
1. create a file /usr/lib/libGLfoo
2. emerge xorg-x11

Actual Results:  
libGLfoo is gone

Expected Results:  
the ebuild should only remove
  /usr/lib/lib{GL,GLU,GLw}.{a,la,so*}
(I think that's all of them)
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-02-09 22:46:19 UTC
Hmm, yeah, I think that should only apply to libGL, not GLU, GLw or anything else. I've changed it to reflect that in 6.8.0-r4 and 6.8.1.904. Looks like it's been broken since xfree-4.3.0 and you're the first to notice -- presumably you're testing bug #37687 or similar.