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
Created attachment 918711 [details] emerge --info
std::exectuion::par_unseq requires c++17 iirc.