heh - in my case disabling ccache means jumping from building JDK in
2:30 minutes to building it in 6 mins, so it is noticeable :-)
Maurizio
On 19/04/16 11:42, Mario Torre wrote:
2016-04-18 19:10 GMT+02:00 Maurizio Cimadamore <[email protected]>:
Hi,
I seem to be running into ccache issues very frequently lately; basically,
every time I do a reconfigure (because the build tells me to do so after a
repo refresh), I'm typically not able to build after
make clean
make images
The build will typically fail somewhere when linking the VM - for instance
the last one I got was this:
FWIW, I had similar issues with ccache recently on RHEL 7.2, I gave
the blame to some local system misconfiguration and just gave up using
it - I never really trusted ccache anyway and the build speed doesn't
seem to be particularly affected - but perhaps it's worth
investigating what's up.
Cheers,
Mario