Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 677850

Summary: >=dev-libs/capnproto-0.7.0 reverse dependencies need to be compiled as c++14
Product: Gentoo Linux Reporter: ngg
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: UNCONFIRMED ---    
Severity: normal CC: ngg, pageexec
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=677860
Whiteboard:
Package list:
Runtime testing required: ---

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)