Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 17:18:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198072] net-p2p/libtorrent-rasterbar - Needs linking with converters/libiconv
Message-ID:  <bug-198072-13-kpWpmP1Gig@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198072-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198072-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198072

bro.development@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bro.development@gmail.com

--- Comment #1 from bro.development@gmail.com ---
Created attachment 153587
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153587&action=edit
Patch for iconv:wchar_t and building without STRIP

As a sidenote, configuring with the STRIP option off fails because it tries to
strip the python bindings file in the post-install target. The logic in
post-install doesn't make sense, as it will strip libtorrent-rasterbar.so if
STRIP is enabled, else it will strip the python binding
site-packages/libtorrent.so.

It's a bit of a headache to fix, as it will need to test if STRIP is enabled
when executed from the libtorrent-rasterbar-python. However, as STRIP is not an
option in the libtorrent-rasterbar-python Makefile it cannot test for this.
Unless it's possible to test if STRIP is enabled in the master port config, a
separate STRIP is needed in libtorrent-rasterbar-python.

The attached patch requires the STRIP option to be removed from the EXCLUDE
line in net-p2p/libtorrent-rasterbar-python/Makefile:
-OPTIONS_EXCLUDE=       DOCS EXAMPLES STRIP
+OPTIONS_EXCLUDE=       DOCS EXAMPLES

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198072-13-kpWpmP1Gig>