Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177871 - gentoolkit - equery broken w/ python-2.4.4-r2 w/ USE="-threads"
Summary: gentoolkit - equery broken w/ python-2.4.4-r2 w/ USE="-threads"
Status: RESOLVED DUPLICATE of bug 177866
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-09 22:14 UTC by Artur
Modified: 2007-05-10 05:54 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 Artur 2007-05-09 22:14:41 UTC
dev-lang/python-2.4.4-r2

USE="berkdb examples gdbm ipv6 ncurses readline ssl tk -bootstrap -build -doc -nocxx -threads -ucs2" 



$ equery u python
Traceback (most recent call last):
  File "/usr/bin/equery", line 25, in ?
    import gentoolkit
  File "/usr/lib/gentoolkit/pym/gentoolkit/__init__.py", line 25, in ?
    from threading import Lock
  File "/usr/lib/python2.4/threading.py", line 6, in ?
    import thread
ImportError: No module named thread




$ beryl-settings 
Traceback (most recent call last):
  File "/usr/bin/beryl-settings", line 23, in ?
    import gtk
  File "//usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 38, in ?
    import gobject as _gobject
  File "/usr/lib/python2.4/site-packages/gtk-2.0/gobject/__init__.py", line 30, in ?
    from _gobject import *
ImportError: /usr/lib/python2.4/site-packages/gtk-2.0/gobject/_gobject.so: undefined symbol: PyGILState_Ensure

aplications crashed 
after downgrade from python-2.4.4-r2 to python-2.4.4 problem solved, both applications running normal  

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-10 05:54:44 UTC

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