[Bug 284893] Fix ccache for ports that have USES=llvm and USES=cmake
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284893] Fix ccache when ports has USES=llvm and USES=cmake"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Aug 2025 15:23:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284893
Bryan Drewery <bdrewery@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bdrewery@FreeBSD.org
--- Comment #8 from Bryan Drewery <bdrewery@FreeBSD.org> ---
This may not be complete.
For devel/qt6-tools I now see this in Poudriere. It is using ccache twice, and
the first is incorrectly using "ccache" for it rather than
`CCACHE_WRAPPER_PATH` which is passed into PATH and found and used
automatically.
```
[ 0% 24/733] ccache /ccache/libexec/ccache/c++ -I/wrkdirs...
/bin/sh: ccache: not found
```
--
You are receiving this mail because:
You are on the CC list for the bug.