Bug 453899 - Ccache not detected at digikam git compilation
Summary: Ccache not detected at digikam git compilation
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Runtime (other bugs)
Version First Reported In: 8.0.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-16 18:04 UTC by maderios
Modified: 2022-05-17 11:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 7.7.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description maderios 2022-05-16 18:04:48 UTC
Digikam builds successfully but ccache is not detected
I see with 'ccache'
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ - skipped
 Check for working C compiler: /usr/lib/ccache/bin/cc - skipped
 ccache found............................. NO  (optional)
digiKam will be compiled without CCACHE build support
Please install the ccache (version >= 3.0.0) development package.
Using ccache to speed-up compilations..... NO
But ccache 4.6-1 is already installed on my system, it works fine with other applications compilations.
Comment 1 maderios 2022-05-17 08:12:33 UTC
Now, ccache needs to be enabled in Digikam compilation script, otherwise it's disabled by  default
For me (Arch)
-DBUILD_WITH_CCACHE=ON