Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460750 - net-p2p/deluge-1.3.5 - ImportError: libtorrent-rasterbar.so.6: cannot open shared object file: No such file or directory
Summary: net-p2p/deluge-1.3.5 - ImportError: libtorrent-rasterbar.so.6: cannot open sh...
Status: RESOLVED DUPLICATE of bug 460826
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 06:04 UTC by thunder367
Modified: 2013-03-10 18:26 UTC (History)
2 users (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 thunder367 2013-03-08 06:04:19 UTC
#deluge -u gtk -L debug -l /var/log/deluge/deluge.log

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 308, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib64/python2.7/site-packages/deluge/ui/client.py", line 563, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib64/python2.7/site-packages/deluge/ui/client.py", line 436, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib64/python2.7/site-packages/deluge/core/daemon.py", line 141, in __init__
    from deluge.core.core import Core
  File "/usr/lib64/python2.7/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib64/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: libtorrent-rasterbar.so.6: cannot open shared object file: No such file or directory
=========================

In system installed rb_libtorrent, included library version 7.

emerge --search rb_libtorrent
Searching...    
[ Results for search key : rb_libtorrent ]
[ Applications found : 1 ]

*  net-libs/rb_libtorrent
      Latest version available: 0.16.8
      Latest version installed: 0.16.8
      Size of files: 2,872 kB
      Homepage:      http://www.rasterbar.com/products/libtorrent/
      Description:   C++ BitTorrent implementation focusing on efficiency and scalability
      License:       BSD


ls -la /usr/lib/libtorrent-rasterbar.so*
lrwxrwxrwx 1 root root      29 Mar  5 23:10 /usr/lib/libtorrent-rasterbar.so -> libtorrent-rasterbar.so.7.0.0
lrwxrwxrwx 1 root root      29 Mar  5 23:10 /usr/lib/libtorrent-rasterbar.so.7 -> libtorrent-rasterbar.so.7.0.0
-rwxr-xr-x 1 root root 4279856 Mar  5 23:10 /usr/lib/libtorrent-rasterbar.so.7.0.0


Reproducible: Always
Comment 1 poncho 2013-03-08 22:06:34 UTC
This is a rb_libtorrent-0.16.8 build system issue.

See https://bugs.gentoo.org/show_bug.cgi?id=460826
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-03-10 18:26:28 UTC

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