Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547278 - net-p2p/deluge-1.3.6 ImportError: libtorrent-rasterbar.so.7: cannot open shared object file: No such file or directory
Summary: net-p2p/deluge-1.3.6 ImportError: libtorrent-rasterbar.so.7: cannot open shar...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-21 10:03 UTC by José Romildo Malaquias
Modified: 2016-01-30 17:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
net-p2p:deluge-1.3.6:20150421-095114.log (net-p2p:deluge-1.3.6:20150421-095114.log,2.71 KB, text/plain)
2015-04-21 10:03 UTC, José Romildo Malaquias
Details
The output of "emerge --info" (nada.txt,15.18 KB, text/plain)
2015-04-21 10:03 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2015-04-21 10:03:12 UTC
Created attachment 401724 [details]
net-p2p:deluge-1.3.6:20150421-095114.log

When installing deluge-1.3.6 on my ~amd64 system, I am getting the following error:

python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 210, in <module>
    import deluge._libtorrent
  File "/tmp/portage/net-p2p/deluge-1.3.6/work/deluge-1.3.6/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: libtorrent-rasterbar.so.7: cannot open shared object file: No such file or directory
Comment 1 José Romildo Malaquias 2015-04-21 10:03:48 UTC
Created attachment 401726 [details]
The output of "emerge --info"
Comment 2 Rafał Mużyło 2015-04-21 14:19:58 UTC
Rebuild net-libs/rb_libtorrent - for quite awhile python bindings were built incorrectly.

It's supposed to be fixed now, note though that if you rebuild net-libs/rb_libtorrent and things start working that will say nothing about the problem I've just mentioned.