Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277534 - net-p2p/deluge must depend on dev-libs/boost[python]
Summary: net-p2p/deluge must depend on dev-libs/boost[python]
Status: RESOLVED DUPLICATE of bug 257203
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-12 20:29 UTC by Mr. B
Modified: 2009-10-26 20:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. B 2009-07-12 20:29:07 UTC
deluge requires the python USE flag to be set for boost.

Reproducible: Always

Steps to Reproduce:
1. merge boost without python
2. attempt to merge deluge
Actual Results:  
./libtorrent/bindings/python/src/extensions.cpp:13:28: error: boost/python.hpp: No such file or directory
In file included from ./libtorrent/bindings/python/src/extensions.cpp:14:
./libtorrent/bindings/python/src/gil.hpp:8:43: error: boost/python/make_function.hpp: No such file or directory
./libtorrent/bindings/python/src/gil.hpp:9:41: error: boost/python/def_visitor.hpp: No such file or directory
./libtorrent/bindings/python/src/gil.hpp:10:39: error: boost/python/signature.hpp: No such file or directory
In file included from ./libtorrent/bindings/python/src/extensions.cpp:14:

Expected Results:  
Successfully building deluge
Comment 1 Henrique Rodrigues 2009-07-16 22:32:15 UTC
This is a duplicate of #257203
Comment 2 Eric Smith 2009-07-17 02:19:24 UTC
This should be fixed by using the deluge ebuild from Bug #266682.

Deluge should not build the packaged rb_libtorrent, but rather use the system rb_libtorrent which has the correct boost[python] dependency.
Comment 3 Sebastian Luther (few) 2009-10-26 20:23:29 UTC

*** This bug has been marked as a duplicate of bug 257203 ***