"ccache: error: Could not find compiler \"clang\" in PATH\n"
ccache? I have clang version 17.0.6nb1 in /usr/pkg/bin (based on
earlier comments about llvm 18 vs. llvm 17, I date-fixed the llvm
and related packages to "just before update to 18", since I
already had llvm 17 installed), but the pkgsrc build runs with a
restricted PATH, but ...
stest: {149} find work/.??* -name clang
work/.buildlink/bin/clang
work/.buildlink/include/clang
work/.buildlink/lib/cmake/clang
work/.buildlink/lib/clang
work/.ccache/bin/clang
work/.cwrapper/bin/clang
stest: {150}
I forgot to remove ".include "../../mk/compiler/
ccache.mk" line from Makefile. Try to remove this.
I built chromium with the ~freshest pkgsrc trunk tree, with llvm 18, however earlier I built successfull with llvm 17 as well.
kikadf