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

Bug 932322

Summary: media-sound/pulseeffects-4.8.7: compilation fails with dev-libs/boost-1.85.0
Product: Gentoo Linux Reporter: Sven Hesse <drmccoy>
Component: Current packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: UNCONFIRMED ---    
Severity: normal CC: cedric.godin, drmccoy, parona
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 930498    
Attachments: User patch that fixes compilation with >=dev-libs/boost-1.85.0

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