Re: [ccache] ccache on generated C++ files...

2019-06-25 Thread Bernd Petrovitsch via ccache
On 25/06/2019 00:28, Malfettone, Kris via ccache wrote: > So what I seem to be observing is only when I do a ninja -t clean or make > clean. This removes all of my generated files (.h and .cpp files) and of > course the normal build outputs. A subsequent run is then mostly cache > misses. If

Re: [ccache] gmake and ccache conspiring together in creating gremlins

2021-02-08 Thread Bernd Petrovitsch via ccache
Hi all! On 07/02/2021 16:45, Sam Varshavchik via ccache wrote: [...] > In the interim I discovered a workaround that seems to work, for > anyone who's also affected by this. Instead of setting CCACHE_PREFIX > to distcc, I pointed CCACHE_PREFIX to this: > > #! /bin/sh > > unset MFLAGS ${!MAKE@} >

Re: [ccache] ccache error: Failed to create temporary file... Read-only file system

2021-10-24 Thread Bernd Petrovitsch via ccache
Hi all! On 22/10/2021 18:48, Raju C K via ccache wrote: [...] I am trying to build bootimage from kernel sources for android. I have ccache enabled with max_size 90G. The ccache version is 4.2.1 Compilation stops, throwing a "ccache error: Failed to create temporary file /home/ck/.ccache/tmp/

Re: [ccache] ccache error: Failed to create temporary file... Read-only file system

2021-10-24 Thread Bernd Petrovitsch via ccache
Hi all! On 24/10/2021 15:12, Raju C K via ccache wrote: [...] The system worked fine earlier, in the same environment, where .ccache directory was read-write mounted system. No changes have been made to the configuration. Strange - I don't think - I fail to see any somewhat valid reason that