Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275662 - media-gfx/inkscape-0.47_pre0 not detecting boost
Summary: media-gfx/inkscape-0.47_pre0 not detecting boost
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-28 04:32 UTC by John Kristensen
Modified: 2009-06-28 10:25 UTC (History)
1 user (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 John Kristensen 2009-06-28 04:32:05 UTC
Attempting to compile inkscape-0.47_pre0 produces:

checking boost/concept_check.hpp usability... no
checking boost/concept_check.hpp presence... no
checking for boost/concept_check.hpp... no
configure: error: You need the boost package (e.g. libboost-dev)


creating a symlink:
  /usr/include/boost -> /usr/include/boost-1_37/boost/
allows the configure script to detect the files, but I'm sure this isn't the ideal solution
Comment 1 Patrick Lauer gentoo-dev 2009-06-28 10:25:31 UTC
"eselect boost" is what you want.

The new slotted boost (1.35-r5 and later) have this small trouble that the ebuild doesn't set the boost version to use, so apps fail to detect it. There's a bug open for it, but right now users have to manually fix that.