Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921595 - media-sound/supercollider-3.13.0 w/ dev-libs/boost-1.84.0-r1: server/scsynth/SC_GraphDef.cpp:49:10: fatal error: boost/filesystem/string_file.hpp: No such file or directory
Summary: media-sound/supercollider-3.13.0 w/ dev-libs/boost-1.84.0-r1: server/scsynth/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andie Verbus
URL: https://github.com/supercollider/supe...
Whiteboard:
Keywords: PullRequest
: 923024 (view as bug list)
Depends on:
Blocks: boost-1.84
  Show dependency tree
 
Reported: 2024-01-08 04:47 UTC by Kfir Ozer
Modified: 2024-01-31 11:16 UTC (History)
3 users (show)

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


Attachments
emerge --info (emerge-info.txt,10.40 KB, text/plain)
2024-01-08 04:48 UTC, Kfir Ozer
Details
build.log (build.log,245.80 KB, text/x-log)
2024-01-08 04:48 UTC, Kfir Ozer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kfir Ozer 2024-01-08 04:47:59 UTC
after updating boost to 1.84.0-r1 and recompiling supercollider, supoercollider fails to emerge because of missing boost/filesystem/string_file.hpp file.

weird thing is when i download the package from sources and compile, it compiles just fine.

Reproducible: Always
Comment 1 Kfir Ozer 2024-01-08 04:48:17 UTC
Created attachment 881661 [details]
emerge --info
Comment 2 Kfir Ozer 2024-01-08 04:48:29 UTC
Created attachment 881662 [details]
build.log
Comment 3 Andreas Sturmlechner gentoo-dev 2024-01-30 22:02:26 UTC
ebuild of course uses -DSYSTEM_BOOST=ON.
Comment 4 Andreas Sturmlechner gentoo-dev 2024-01-30 23:02:28 UTC
*** Bug 923024 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2024-01-31 11:16:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274c82d3e1d6c131a2b50b20472eb5c1d32064a2

commit 274c82d3e1d6c131a2b50b20472eb5c1d32064a2
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-01-30 23:02:39 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-01-31 11:15:24 +0000

    media-sound/supercollider: Fix build with >=dev-libs/boost-1.84
    
    Closes: https://bugs.gentoo.org/921595
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/supercollider-3.13.0-boost-1.84.patch    | 110 +++++++++++++++++++++
 .../supercollider/supercollider-3.13.0.ebuild      |   5 +-
 2 files changed, 113 insertions(+), 2 deletions(-)