Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48297 - opengl-update should fix .la files after changing implementations
Summary: opengl-update should fix .la files after changing implementations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 47981 48665 50995 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-19 01:34 UTC by SpanKY
Modified: 2004-05-28 01:32 UTC (History)
4 users (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 SpanKY gentoo-dev 2004-04-19 01:34:56 UTC
some .la files include /usr/lib/opengl/<implementation> in their dependency_libs information

this has caused issues with the xfree/xorg-x11 switchover as some .la files point to non-existant /usr/lib/opengl/xfree/lib/libGL.la (see Bug 47981 for example)

solution i believe is something like this:
cd /usr/lib
sed -i 's:/usr/lib/opengl/[^/]*/lib/libGL\.la:/usr/lib/libGL.la:' `grep /usr/lib/opengl *.la`
the idea is to replace all cases of /usr/lib/opengl/<implementation>/libGL.la with /usr/lib/libGL.la (which is a symlink to the proper implementation libGL.la)
Comment 1 SpanKY gentoo-dev 2004-04-19 01:35:03 UTC
*** Bug 47981 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2004-04-23 22:58:43 UTC
*** Bug 48665 has been marked as a duplicate of this bug. ***
Comment 3 SpanKY gentoo-dev 2004-05-14 08:45:31 UTC
*** Bug 50995 has been marked as a duplicate of this bug. ***
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-05-28 01:32:41 UTC
Fixed in 1.7.