Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84715 - revdep-rebuild bug, python stuff not rebuilt - gtk+-2.6 breaks wxGTK applications
Summary: revdep-rebuild bug, python stuff not rebuilt - gtk+-2.6 breaks wxGTK applicat...
Status: RESOLVED DUPLICATE of bug 63643
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 00:38 UTC by Josh Nichols (RETIRED)
Modified: 2005-05-31 21:25 UTC (History)
1 user (show)

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 Josh Nichols (RETIRED) gentoo-dev 2005-03-10 00:38:29 UTC
After emerging gtk+-2.6.2 (which was recently marked x86 apparently), I found that  some python applications would fail to load with an error to the effect:

/usr/lib/python2.3/site-packages/Crypto/Util/randpool.py:161: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
  self.__counter = (self.__counter + 1) & 0xFFFFffff
Traceback (most recent call last):
  File "/usr/bin/wxsftp", line 23, in ?
    import wxsftp
  File "/usr/lib/python2.3/site-packages/wxsftp/__init__.py", line 26, in ?
    import wxsftp
  File "/usr/lib/python2.3/site-packages/wxsftp/wxsftp.py", line 26, in ?
    from wxPython.wx import *
  File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20, in ?
    import wxc
ImportError: /usr/lib/libwx_gtk2-2.4.so: undefined symbol: _gtk_accel_group_detach

I had previously done a revdep-rebuild, but that doesn't seem to take care of things like python modules.

/usr/lib/libwx_gtk2-2.4.so belongs to wxGTK, so I re-emerged that, and that seemed to solve the errors I was getting.

Reproducible: Always
Steps to Reproduce:
Comment 1 Paul Varner (RETIRED) gentoo-dev 2005-05-31 21:25:41 UTC

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