Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 15:39:36 +0100
From:      Jeroen van der Ham <jeroen@dckd.nl>
To:        ports@freebsd.org
Subject:   fix for net-p2p/libtorrent-rasterbar-16-python
Message-ID:  <DD72D9CE-6224-4FE5-93FB-C232E56A6CAB@dckd.nl>

next in thread | raw e-mail | index | archive | help
Hi,

I've been working today on installing =
net-p2p/libtorrent-rasterbar-16-python
This finishes succesfully, but then trying to use it in Python does not =
work:

% python
Python 2.7.3 (default, Feb  6 2013, 14:35:59)=20
[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9
Type "help", "copyright", "credits" or "license" for more information.
>>> import libtorrent
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/libtorrent-rasterbar.so.7: Undefined symbol =
"libiconv"


I've been able to fix this by changing net-p2p/libtorrent-rasterbar-16 =
and adding "--with-libiconv" to CONFIGURE_ARGS.

Jeroen.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DD72D9CE-6224-4FE5-93FB-C232E56A6CAB>