Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949614 - sci-libs/rocRAND: error: no member named 'par_unseq' in namespace 'std::execution'
Summary: sci-libs/rocRAND: error: no member named 'par_unseq' in namespace 'std::execu...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sv. Lockal
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-11 12:17 UTC by Michael Egger
Modified: 2025-02-16 22:53 UTC (History)
5 users (show)

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


Attachments
emerge .log (emerge.log,55.44 KB, text/x-log)
2025-02-11 12:17 UTC, Michael Egger
Details
emerge --info (emerge-info.txt,8.26 KB, text/plain)
2025-02-11 12:19 UTC, Michael Egger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Egger 2025-02-11 12:17:44 UTC
Created attachment 918710 [details]
emerge .log

When emerging sci-libs/rocRAND on a clang profile with llvm 19 it fails because of error: no member named 'par_unseq' in namespace 'std::execution.

Adding -fexperimental-library fixes the issue as mentioned in https://github.com/llvm/llvm-project/issues/65125
Comment 1 Michael Egger 2025-02-11 12:19:28 UTC
Created attachment 918711 [details]
emerge --info
Comment 2 Paul Zander 2025-02-11 12:47:34 UTC
std::exectuion::par_unseq requires c++17 iirc.