Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917502 - media-gfx/inkscape/inkscape-1.3: Requires boost -stacktrace
Summary: media-gfx/inkscape/inkscape-1.3: Requires boost -stacktrace
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-17 13:50 UTC by Gentookh
Modified: 2023-11-17 13:53 UTC (History)
0 users

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 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.