Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332682 Details for
Bug 444522
net-p2p/deluge-1.3.5 and 9999 with dev-libs/boost-1.5.2.0-r2 and python 2.7 - fails to link with "ld: cannot find -lboost_python"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for the ebuild
deluge-9999-r1.ebuild.patch (text/plain), 961 bytes, created by
Avner Peled
on 2012-12-18 19:54:01 UTC
(
hide
)
Description:
Patch for the ebuild
Filename:
MIME Type:
Creator:
Avner Peled
Created:
2012-12-18 19:54:01 UTC
Size:
961 bytes
patch
obsolete
>--- deluge-9999.ebuild 2012-12-18 21:50:14.744139763 +0200 >+++ deluge-9999-r1.ebuild 2012-11-24 02:23:42.980477494 +0200 >@@ -4,6 +4,8 @@ > > EAPI="3" > PYTHON_DEPEND="2:2.5" >+SUPPORT_PYTHON_ABIS="1" >+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" > > inherit distutils flag-o-matic git-2 > >@@ -39,9 +41,10 @@ > setproctitle? ( dev-python/setproctitle ) > webinterface? ( dev-python/mako )" > >+DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" >+ > pkg_setup() { > append-ldflags $(no-as-needed) >- python_set_active_version 2 > python_pkg_setup > } > >@@ -50,6 +53,14 @@ > python_convert_shebangs -r 2 . > } > >+src_configure() { >+ configuration() { >+ elog "Replacing boost_python with boost_python-${PYTHON_ABI}" >+ sed -e "s/'boost_python'/'boost_python-${PYTHON_ABI}','boost_system'/" -i setup.py || die "sed setup.py failed" >+ } >+ python_execute_function -s configuration >+} >+ > src_install() { > distutils_src_install > newinitd "${FILESDIR}"/deluged.init deluged
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 444522
: 332682 |
332758