Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45611 - PyOpenGL tries to opengl-update xfree
Summary: PyOpenGL tries to opengl-update xfree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 47188 (view as bug list)
Depends on:
Blocks: 45610
  Show dependency tree
 
Reported: 2004-03-24 09:17 UTC by John Richard Moser
Modified: 2004-04-13 17:54 UTC (History)
2 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 John Richard Moser 2004-03-24 09:17:39 UTC
with xorg-x11, pygtk can't merge until it opengl-update xorg-x11

The ebuild should auto-detect, or go fully to xorg-x11.

Because a misfired opengl-update isn't fatal, you could for now do
both:

opengl-update xfree
opengl-update xorg-x11

Only one should be installed at a time.  If it isn't, it doesn't
change anything.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-07 17:11:11 UTC
pygtk has no references to xfree. Are you referring to PyOpenGL or gtkglarea?
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-07 20:35:34 UTC
I'll fix this up for ya and reassign back to you after.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-08 11:20:17 UTC
*** Bug 47188 has been marked as a duplicate of this bug. ***
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-11 11:57:41 UTC
FYI, python guys.
Comment 5 Gustavo Ribeiro Alves 2004-04-13 11:03:28 UTC
Is this already fixed? I tried an emerge sync & emerge -pU pygtk this morning and still got the problem.
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-13 16:29:55 UTC
Can't figure out where that's possibly coming from:

donnie@supernova pygtk $ grep opengl-update -r ./
donnie@supernova pygtk $
donnie@supernova pygtk $ grep inherit -r ./
./ChangeLog:  remove inherit debug
./pygtk-1.99.13-r1.ebuild:inherit debug
./pygtk-2.0.0-r1.ebuild:inherit gnome.org python
./pygtk-2.0.0.ebuild:inherit gnome.org
./pygtk-0.6.11-r1.ebuild:inherit python
./pygtk-2.2.0.ebuild:inherit gnome.org python
donnie@supernova pygtk $ grep opengl-update /usr/portage/eclass/{gnome.org,python,debug}.eclass
donnie@supernova pygtk $


Please confirm it's _actually pygtk_ and not some dependency.
Comment 7 Andrew Bevitt 2004-04-13 17:54:23 UTC
Spyderous: 
This bug comes from PyOpenGL which does actually call an opengl-update, but you surely remember two days ago commiting the fix to allow detection from virtual/x11 rather than just x11-base/xfree.

This bug is fixed (as the original problem was with the PyOpenGL ebuild not realising there was a xorg-x11 implementation for opengl). If you are using xorg-x11 make sure you unmerged xfree before merging xorg-x11. Also make sure you are running a new sync tree when trying to emerge PyOpenGL (which is a dependency of pygtk).