Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 162030

Summary: pyopengl complains about "tk" USE flag and can't be installed
Product: Gentoo Linux Reporter: Sektor van Skijlen <ethouris>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sektor van Skijlen 2007-01-14 12:28:28 UTC
When trying to install "pyopengl", I receive the following error:

>>> Unpacking source...
>>> Unpacking PyOpenGL-2.0.0.44.tar.gz to /var/tmp/portage/pyopengl-2.0.0.44/work
 * Applying config.diff ...                                               [ ok ] * Applying pyopengl-2.0.0.44-fix_togl.patch ...                          [ ok ]

!!! ERROR: dev-python/pyopengl-2.0.0.44 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  pyopengl-2.0.0.44.ebuild, line 34:   Called built_with_use 'dev-lang/python' 'tk'
  eutils.eclass, line 1626:   Called die

!!! dev-lang/python-2.4.3-r1 does not actually support the tk USE flag!
!!! If you need support, post the topmost build error, and the call stack if relevant.


Reproducible: Always

Steps to Reproduce:
1. type "emerge pyopengl"


Actual Results:  
>>> Unpacking source...
>>> Unpacking PyOpenGL-2.0.0.44.tar.gz to /var/tmp/portage/pyopengl-2.0.0.44/work
 * Applying config.diff ...                                               [ ok ] * Applying pyopengl-2.0.0.44-fix_togl.patch ...                          [ ok ]

!!! ERROR: dev-python/pyopengl-2.0.0.44 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  pyopengl-2.0.0.44.ebuild, line 34:   Called built_with_use 'dev-lang/python' 'tk'
  eutils.eclass, line 1626:   Called die

!!! dev-lang/python-2.4.3-r1 does not actually support the tk USE flag!
!!! If you need support, post the topmost build error, and the call stack if relevant.


Expected Results:  
I expect that pyopengl install correctly. :)

My current USE flags are:

USE="gtk qt3 qt4 kde dvd alsa arts cdr bash-completion bzip2 cdparanoia cscope cups dri dvdr esd iconv ipv6 mono mplayer nvidia ogg mp3 mpeg opengl samba spell tcltk vim-syntax X zlib"


pyopengl is a dependency of many other packages - I detected this problem when trying to install gnome-terminal.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-14 12:30:53 UTC

*** This bug has been marked as a duplicate of bug 147809 ***