Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45435 - PyOpenGL-2.0.0.44 screws up GL implementations other than nvidia
Summary: PyOpenGL-2.0.0.44 screws up GL implementations other than nvidia
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Highest major (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 41194 (view as bug list)
Depends on:
Blocks: 46887
  Show dependency tree
 
Reported: 2004-03-22 14:06 UTC by Donnie Berkholz (RETIRED)
Modified: 2004-04-13 18:12 UTC (History)
2 users (show)

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


Attachments
PyOpenGL-2.0.0.44.ebuild.non-nvidia-fix.diff (PyOpenGL-2.0.0.44.ebuild.non-nvidia-fix.diff,902 bytes, patch)
2004-03-22 14:06 UTC, Donnie Berkholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Donnie Berkholz (RETIRED) gentoo-dev 2004-03-22 14:06:00 UTC
Following is a generalized fix for this commit that breaks everything but nvidia.

http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-python/PyOpenGL/PyOpenGL-2.0.0.44.ebuild?r1=1.17&r2=1.18
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-03-22 14:06:35 UTC
Created attachment 27821 [details, diff]
PyOpenGL-2.0.0.44.ebuild.non-nvidia-fix.diff
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-03-22 14:07:14 UTC
It also changes the dep to virtual/x11, which is correct.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-03 12:54:45 UTC
Any activity here?
Comment 4 Bart Lauwers (RETIRED) gentoo-dev 2004-04-06 18:08:48 UTC
I've tested the patch and verified it worked. However I am a little confused how the unpatched
version breaks all but nvidia. According to opengl-update it only supports xfree or nvidia (or so
say it's comments...) Another ebuild is using the same construct as this one was (this code was copied over from that other ebuild), it will probably need to get fixed too then. I looked it up
and it's: x11-libs/gtkglext. The cvs has been updated.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-06 18:25:55 UTC
The comments are wrong, it will support anything that installs to /usr/lib/opengl. This includes ati-drivers and mtx-drivers-pro, as well as the coming xorg-x11, perhaps kyro-drivers also.
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-06 18:30:16 UTC
Thanks for pointing out the other, btw.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2004-04-09 15:46:44 UTC
*** Bug 41194 has been marked as a duplicate of this bug. ***
Comment 8 Andrew Bevitt 2004-04-13 18:12:13 UTC
This is fixed from two days ago when the new ebuild from supplied patch was committed.