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

Bug 925174

Summary: media-libs/opencolorio relies on <dev-cpp/yaml-cpp-0.8.0:0 preventing its update
Product: Gentoo Linux Reporter: Benjamin Schulz <schulz.benjamin>
Component: Current packagesAssignee: Paul Zander <negril.nx+gentoo>
Status: IN_PROGRESS ---    
Severity: normal CC: alexey+gentoo, negril.nx+gentoo, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35376
Whiteboard:
Package list:
Runtime testing required: ---

Description Benjamin Schulz 2024-02-21 13:29:46 UTC
emerge qt-creator leads to

ARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-cpp/yaml-cpp:0

  (dev-cpp/yaml-cpp-0.8.0:0/0.8::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64) -32 (-x32)" conflicts with
    dev-cpp/yaml-cpp:0/0.7= required by (dev-qt/qt-creator-12.0.1:0/0::gentoo, installed) USE="clang designer help qmldesigner serialterminal svg tracing webengine -doc -test" ABI_X86="(64)"
                    ^^^^^^^
    <dev-cpp/yaml-cpp-0.8.0:0/0.7= required by (media-libs/opencolorio-2.1.3:0/2.1.1::gentoo, installed) USE="python (-doc) -opengl -test" ABI_X86="(64)" CPU_FLAGS_X86="sse2" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
    ^                 ^^^^^^^^^^^^
    <dev-cpp/yaml-cpp-0.8.0:= required by (media-libs/opencolorio-2.1.3:0/2.1.1::gentoo, installed) USE="python (-doc) -opengl -test" ABI_X86="(64)" CPU_FLAGS_X86="sse2" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
    ^                 ^^^^^  



Reproducible: Always

Steps to Reproduce:
1. have media-libs/opencolorio-2.1.3:0 installed
2. try to emerge the latest yaml-cpp by an emerge -uUD world
3.


Expected Results:  
can the opencolorio ebuild be upgraded such that it can use the recent yaml-cpp?