Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283582 - dev-libs/boost-1.39 removes python headers and breaks boost.parameter
Summary: dev-libs/boost-1.39 removes python headers and breaks boost.parameter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 11:43 UTC by Philipp
Modified: 2010-03-03 13:52 UTC (History)
4 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 Philipp 2009-09-03 11:43:23 UTC
boost.parameter includes one of the python headers which are removed without the python useflag in src_install.

The following code is enough to reproduce the problem:

#include <boost/parameter.hpp>
int main() {}

I'm currently not sure what the proper way to fix this is. I'll try not to remove the headers and see if the problem goes away (which would depend on boost.parameter actually using the python binaries or not).
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-03-03 13:10:18 UTC
I think this is fixed in 1.41-r3 and 1.42.
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-03-03 13:52:02 UTC
This is indeed fixed in recent versions.