[Bug 284893] Fix ccache for ports that have USES=llvm and USES=cmake

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 22 07:50:01 GMT 2025


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284893

--- Comment #4 from Yuri Victorovich <yuri at freebsd.org> ---
(In reply to Max Brazhnikov from comment #3)

> If the problem is not specific to USES=llvm, shall we enable compiler launcher unconditionally when ccache is used?

ccache only supports C/C++ compilers.
C/C++ compilers come from (1) base, (2) llvm, (3) gcc.

The case (1) base is already works through the links in
/usr/local/libexec/ccache.
This patch solves it for (2) llvm.
The case (3) gcc is also already works through the links in
/usr/local/libexec/ccache.

I am not aware of any other C/C++ compilers used on FreeBSD.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list