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

Bug 463788

Summary: app-i18n/ibus-1.5.1-r1 - ?
Product: Gentoo Linux Reporter: fai <cppiii>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description fai 2013-03-30 04:50:10 UTC
After updated to ibus-1.5.1-r1, I cannot import ibus in python.

Python 2.7.3 (default, Jul  2 2012, 03:27:58) 
[GCC 4.5.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ibus
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/ibus/__init__.py", line 26, in <module>
    
  File "/usr/lib64/python2.7/site-packages/ibus/common.py", line 107, in <module>
  File "/usr/lib64/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libibus-1.0.so.0: cannot open shared object file: No such file or directory
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-03-31 23:28:21 UTC
> OSError: libibus-1.0.so.0: cannot open shared object file: No such file or directory

Can you try to do a `revdep-rebuild` and `python-updater`?
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-02 17:19:54 UTC
Please let us know whether it worked or not, thank you.