Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402863 - rocs 4.8.0 needs to depend on boost >= 1.43
Summary: rocs 4.8.0 needs to depend on boost >= 1.43
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 14:31 UTC by Andrew John Hughes
Modified: 2012-02-09 14:48 UTC (History)
0 users

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 Andrew John Hughes 2012-02-09 14:31:25 UTC
Boost 1.35, 1.37, 1.39, 1.41 and 1.42 are still available in Portage and all too old to use when building rocs:

CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1138 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.42.0

  Boost include path: /usr/include/boost-1_42

  Detected version of Boost is too old.  Requested version was 1.43 (or
  newer).

  The following Boost libraries could not be found:

          boost_graph

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.

The dependency should be:

>=dev-libs/boost-1.43

rather than just

dev-libs/boost


Reproducible: Always
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2012-02-09 14:48:48 UTC
Fixed. Thanks for reporting. Sync in some hours.