Created attachment 816085 [details] build.log Was compiling a bunch of ebuilds, ran into this: Run Build Command(s):/usr/bin/ninja cmTC_e7f94 && [1/2] Building CXX object CMakeFiles/cmTC_e7f94.dir/testCXXCompiler.cxx.o [2/2] Linking CXX executable cmTC_e7f94 FAILED: cmTC_e7f94 : && /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-clang++ --target=x86_64-pc-linux-gnu -march=native -O3 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_e7f94.dir/testCXXCompiler.cxx.o -o cmTC_e7f94 && : x86_64-pc-linux-gnu-ld: error: unable to find library -lc++ clang-15: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed.
Created attachment 816088 [details] emerge --info
Created attachment 816091 [details] qlop -d 2022-10-01 -d 2022-10-03
I think it's because of the PDEPEND in libcxx, we should probably iterate over the available Clangs and pick the latest one which actually works.
That's a default-libcxx system then?
(In reply to Michał Górny from comment #4) > That's a default-libcxx system then? yes