Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2908 closed bug (Invalid)

Incompatible with libtorrent-rasterbar 1.1.1

Reported by: athei Owned by:
Priority: critical Milestone: not applicable
Component: libtorrent Version: 1.3.13
Keywords: Cc:

Description

Since I upgraded libtorrent-rasterbar and py27-libtorrent-rasterbar from 1.1.0 to 1.1.1. I get the following error when starting deluged. This is ob freebsd. The rasterbar port is build in c++11 mode since 1.1.1. Maybe this is the reason?

[ERROR   ] 21:24:05 main:245 /usr/local/lib/python2.7/site-packages/libtorrent.so: Undefined symbol "_ZNK10libtorrent14announce_entry12can_announceEN5boost6chrono10time_pointINS2_12steady_clockENS2_8durationIlNS1_5ratioILl1ELl1000000000EEEEEEEb"
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/deluge/main.py", line 238, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.7/site-packages/deluge/core/daemon.py", line 141, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.7/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/local/lib/python2.7/site-packages/libtorrent.so: Undefined symbol “_ZNK10libtorrent14announce_entry12can_announceEN5boost6chrono10time_pointINS2_12steady_clockENS2_8durationIlNS1_5ratioILl1ELl1000000000EEEEEEEb”

Change History (2)

comment:1 Changed 7 years ago by Cas

  • Milestone changed from 1.3.14 to not applicable
  • Resolution set to Invalid
  • Status changed from new to closed

Please report to libtorrent: https://github.com/arvidn/libtorrent/issues

comment:2 Changed 7 years ago by Edgeman

FreeBSD ports issue. See the comments in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212235

Looks like it should be corrected soon...

Note: See TracTickets for help on using tickets.