Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598340 - dev-libs/mongo-cxx-driver-1.1.2 cannot find boost::ref with 1.62.0
Summary: dev-libs/mongo-cxx-driver-1.1.2 cannot find boost::ref with 1.62.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-10-28 11:28 UTC by Jan-Matthias Braun
Modified: 2016-12-29 14:41 UTC (History)
2 users (show)

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


Attachments
Patch: include boost/core/ref.hpp. (boost-1.62-compatiblity.patch,381 bytes, patch)
2016-10-28 11:28 UTC, Jan-Matthias Braun
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan-Matthias Braun 2016-10-28 11:28:17 UTC
Created attachment 451744 [details, diff]
Patch: include boost/core/ref.hpp.

Compile fails as boost::ref cannot be resolved.
Comment 1 David Seifert gentoo-dev 2016-12-29 14:41:04 UTC
commit 8a67edc44089837d2f95e6a7b2ab0a0bfdf38f1d
Author: David Seifert <soap@gentoo.org>
Date:   Thu Dec 29 16:37:02 2016 +0200

    dev-libs/mongo-cxx-driver: Fix building with more recent boost
    
    Gentoo-bug: 598340
    * Make PATCHES -p1 compliant
    * Make multilib-strict compliant
    * Misc QA fixes