From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 14:39:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B5049D2 for ; Wed, 6 Feb 2013 14:39:43 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.soleus.nu (positron.soleus.nu [IPv6:2a02:898:62:f6::63]) by mx1.freebsd.org (Postfix) with ESMTP id 673EEF05 for ; Wed, 6 Feb 2013 14:39:43 +0000 (UTC) Received: from [IPv6:2001:610:158:1029:14c8:862e:7595:eafb] (unknown [IPv6:2001:610:158:1029:14c8:862e:7595:eafb]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.soleus.nu (Postfix) with ESMTPSA id 325F4F85A6 for ; Wed, 6 Feb 2013 15:39:41 +0100 (CET) From: Jeroen van der Ham Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: fix for net-p2p/libtorrent-rasterbar-16-python Message-Id: Date: Wed, 6 Feb 2013 15:39:36 +0100 To: ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 14:39:43 -0000 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 "", line 1, in 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.