Bug 149324 - dev-python/pmw - bad error message
Bug#: 149324 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: python@gentoo.org Reported By: derverstand@web.de
Component: Ebuilds
URL: 
Summary: dev-python/pmw - bad error message
Keywords:  
Status Whiteboard: 
Opened: 2006-09-27 09:42 0000
Description:   Opened: 2006-09-27 09:42 0000
>>> Emerging (1 of 1) dev-python/pmw-1.2 to /
 * Pmw.1.2.tar.gz MD5 ;-) ...                                             [ ok
]
 * Pmw.1.2.tar.gz size ;-) ...                                            [ ok
]
 * checking ebuild checksums ;-) ...                                      [ ok
]
 * checking auxfile checksums ;-) ...                                     [ ok
]
 * checking miscfile checksums ;-) ...                                    [ ok
]
 * checking Pmw.1.2.tar.gz ;-) ...                                        [ ok
]
 * This package requires Tkinter support in Python. You'll need
 * to recompile Python with:
 * USE="tcltk" emerge python

!!! ERROR: dev-python/pmw-1.2 failed.
Call stack:
  ebuild.sh, line 1562:   Called dyn_setup
  ebuild.sh, line 665:   Called pkg_setup
  pmw-1.2.ebuild, line 25:   Called die

!!! Tkinter support missing
!!! If you need support, post the topmost build error, and the call stack if
rel                                     evant.

------- Comment #1 From Marien Zwart (RETIRED) 2006-09-27 10:24:26 0000 -------
Improved this by calling the proper distutils.eclass function, thanks for
reporting!