Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677850 - >=dev-libs/capnproto-0.7.0 reverse dependencies need to be compiled as c++14
Summary: >=dev-libs/capnproto-0.7.0 reverse dependencies need to be compiled as c++14
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-13 08:39 UTC by ngg
Modified: 2019-02-26 12:10 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 ngg 2019-02-13 08:39:07 UTC
Starting from >=dev-util/capnproto-0.7.0 (from this commit https://github.com/capnproto/capnproto/commit/66730ef6c) it requires c++14 not just for itself but for every package that depends on it.

For example =dev-util/rr-5.2.0 does not compile when =dev-util/capnproto-0.7.0 is installed but works fine with the previous =dev-util/capnproto-0.6.1 version.

I'm not sure what's the correct way to deal with this, but for example media-sound/sonic-visualiser switched to c++14 because of this. (https://github.com/gentoo/gentoo/commit/0bbf3625a)