Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78717 - ati drivers 8.8.25 doesn't install 32 Bit libGL.so.2.1 because of typo
Summary: ati drivers 8.8.25 doesn't install 32 Bit libGL.so.2.1 because of typo
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 12:51 UTC by Robert Führicht
Modified: 2005-01-20 03:34 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 Robert Führicht 2005-01-19 12:51:41 UTC
USE="multilib" emerge ati-drivers will just create symlinks in /usr/lib/opengl/ati/lib32, but no libGL.so.1.2 will be put there.

Apply this patch to make it work:

--- /usr/portage/media-video/ati-drivers/ati-drivers-8.8.25.ebuild      2005-01-19 14:17:34.000000000 +0100
+++ ati-drivers-8.8.25.ebuild   2005-01-19 21:44:38.561077312 +0100
@@ -153,7 +153,7 @@
        einfo "Installing multilib support"
        X11_LIB_DIR="${X11_DIR}$(get_multilibdir)"

-       insinto ${ATI_ROOT}/lib32
+       exeinto ${ATI_ROOT}/lib32
        doexe ${WORKDIR}/usr/X11R6/lib/libGL.so.1.2
        dosym libGL.so.1.2 ${ATI_ROOT}/lib32/libGL.so.1
        dosym libGL.so.1.2 ${ATI_ROOT}/lib32/libGL.so
Comment 1 Luca Barbato gentoo-dev 2005-01-19 13:20:40 UTC
thank you =)
Comment 2 Robert Führicht 2005-01-19 15:42:08 UTC
Fixed now
Comment 3 Luca Barbato gentoo-dev 2005-01-20 03:34:21 UTC
Closing