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

Bug 35169

Summary: PyOpenGl fails to install against python-2.3
Product: Gentoo Linux Reporter: Seemant Kulleen (RETIRED) <seemant>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Seemant Kulleen (RETIRED) gentoo-dev 2003-12-05 17:50:32 UTC
.44/image/usr/lib/python2.3/site-packages/OpenGL/doc/html
copying OpenGL/doc/html/users_guide-extensions.html -> /var/tmp/portage/PyOpenGL-2.0.0.44/image/usr/lib/python2.3/site-packages/OpenGL/doc/html
copying OpenGL/doc/html/users_guide-portable_code.html -> /var/tmp/portage/PyOpenGL-2.0.0.44/image/usr/lib/python2.3/site-packages/OpenGL/doc/html
copying OpenGL/doc/html/users_guide.html -> /var/tmp/portage/PyOpenGL-2.0.0.44/image/usr/lib/python2.3/site-packages/OpenGL/doc/html
creating /var/tmp/portage/PyOpenGL-2.0.0.44/image/usr/lib/python2.3/site-packages/OpenGL/Tk/linux2-tk8.4
copying build/Togl-1.5-tk8.4/Togl.so -> /var/tmp/portage/PyOpenGL-2.0.0.44/image/usr/lib/python2.3/site-packages/OpenGL/Tk/linux2-tk8.4
successful loading of Togl.so
Traceback (most recent call last):
  File "/var/tmp/portage/PyOpenGL-2.0.0.44/work/PyOpenGL-2.0.0.44/setup.py", line 118, in ?
    libraries = [('interface_util', {'sources':['src/interface_util/interface_util.c','src/interface_util/platform.c']}),#, 'include_dirs':[get_python_inc()] + include_dirs, 'macros':define_macros}),
  File "/usr/lib/python2.3/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/usr/lib/python2.3/distutils/dist.py", line 907, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.3/distutils/dist.py", line 927, in run_command
    cmd_obj.run()
  File "/var/tmp/portage/PyOpenGL-2.0.0.44/work/PyOpenGL-2.0.0.44/setup.py", line 69, in run
    self.togl_outfiles = togl_setup.togl_install(self) 
  File "/var/tmp/portage/PyOpenGL-2.0.0.44/work/PyOpenGL-2.0.0.44/setup/togl_setup.py", line 149, in togl_install
    tk.tk.call('pkg_mkIndex','-verbose',togl_dir, togl)
_tkinter.TclError: can't read "::tcl::direct": no such variable

!!! ERROR: dev-python/PyOpenGL-2.0.0.44 failed.
!!! Function src_install, Line 50, Exitcode 1
!!! (no error message)
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-12-05 18:39:15 UTC
not actually 2.3 specific, but pretty important nevertheless

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