Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 441582

Summary: rb_libtorrent 0.15.10 still uses slotted boost installation
Product: Gentoo Linux Reporter: Tomasz Chilinski <tomasz.chilinski>
Component: New packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal CC: daniele.segato, net-p2p, tomasz.chilinski
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomasz Chilinski 2012-11-03 14:37:04 UTC
As in summary.
Snippet from ebuild:
        econf $(use_enable debug) \
                $(use_enable test tests) \
                $(use_enable examples) \
                $(use_enable python python-binding) \
                $(use_enable ssl encryption) \
                $(use_enable static-libs static) \
                --with-zlib=system \
                ${LOGGING} \
                --with-boost=${BOOST_INC} \
                --with-boost-libdir=${BOOST_LIB} \
                ${BOOST_LIBS}
--with-boost and --with-boost-libdir should be removed.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-11-03 23:49:37 UTC
Thanks this is fixed now
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2012-11-03 23:49:46 UTC
*** Bug 421635 has been marked as a duplicate of this bug. ***