Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932322 - media-sound/pulseeffects-4.8.7: compilation fails with dev-libs/boost-1.85.0
Summary: media-sound/pulseeffects-4.8.7: compilation fails with dev-libs/boost-1.85.0
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: boost-1.85
  Show dependency tree
 
Reported: 2024-05-20 20:41 UTC by Sven Hesse
Modified: 2024-06-28 11:04 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
User patch that fixes compilation with >=dev-libs/boost-1.85.0 (0001-fix-new-boost.patch,1.23 KB, patch)
2024-05-20 20:42 UTC, Sven Hesse
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Hesse 2024-05-20 20:41:26 UTC
Due to Boost 1.85.0 removing the long deprecated boost::filesystem::copy_option, compilation fails with >=dev-libs/boost-1.85.0 now.

I'm attaching a user patch that fixes the issue by replacing it with boost::filesystem::copy_options.

Reproducible: Always
Comment 1 Sven Hesse 2024-05-20 20:42:24 UTC
Created attachment 893608 [details, diff]
User patch that fixes compilation with >=dev-libs/boost-1.85.0