Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149324 - dev-python/pmw - bad error message
Summary: dev-python/pmw - bad error message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 09:42 UTC by Gerolf Ziegenhain
Modified: 2006-09-27 10:24 UTC (History)
0 users

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 Gerolf Ziegenhain 2006-09-27 09:42:24 UTC
>>> 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 Marien Zwart (RETIRED) gentoo-dev 2006-09-27 10:24:26 UTC
Improved this by calling the proper distutils.eclass function, thanks for reporting!