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

Bug 917502

Summary: media-gfx/inkscape/inkscape-1.3: Requires boost -stacktrace
Product: Gentoo Linux Reporter: Gentookh <ghz3>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gentookh 2023-11-17 13:50:25 UTC
Can't build Inkscape 1.3 without unmasking newer versions of boost that have stacktrace USE-flag.

Why is it:

COMMON_DEPEND= ...
    dev-libs/boost:=[stacktrace(-)]

And not just:

COMMON_DEPEND= ...
    dev-libs/boost121
Comment 1 Gentookh 2023-11-17 13:53:17 UTC
*hotfix

And not just:

COMMON_DEPEND= ...
    dev-libs/boost
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-11-17 13:53:25 UTC
Because it needs Boost with USE=stacktrace, and if the flag isn't there, it's not enabled. I'm not sure what the question is here.