New comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/pull/25753#issuecomment-720007446 Comment: why all the pain? why not remove ccache from bootstrap packages, i don't see the necessity to have it that early really. With ccache being `bootstrap=yes` we can't 1. make it build its manpages, as they need [asciidoc](https://github.com/ccache/ccache/blob/v4.0/doc/CMakeLists.txt#L4) and [perl](https://github.com/ccache/ccache/blob/v4.0/doc/CMakeLists.txt#L52). 2. run tests with `do_check()` as it requires ctest which is part of cmake, but not cmake-bootstrap