Re: [ccache] ccache: FATAL: Could not create xxx.o.tmp.stdout.yyy.zzz (permission denied?)

2012-11-11 Thread Joel Rosdahl
Hi Lalit, On 2 November 2012 00:40, Lalit Chhabra wrote: > My initial guess was that there is some race condition between one users' > ccache process doing a clean-up, while another users' compile is going on. > But looking at the code, temp files have to be at least one hour old for them > to ge

Re: [ccache] ccache: FATAL: Could not create xxx.o.tmp.stdout.yyy.zzz (permission denied?)

2012-11-08 Thread Lalit Chhabra
stats file could be getting cleaned up? Thanks. - Original Message - From: David Givone Sent: 11/02/12 02:35 PM To: Lalit Chhabra Subject: Re: [ccache] ccache: FATAL: Could not create xxx.o.tmp.stdout.yyy.zzz (permission denied?) Verify that the tmp file is unique based on the mac

Re: [ccache] ccache: FATAL: Could not create xxx.o.tmp.stdout.yyy.zzz (permission denied?)

2012-11-02 Thread David Givone
Verify that the tmp file is unique based on the machine and user. If it does not have the user and machine in the name it *may* be possible for a race condition. There was a race condition that I fixed that could occur when the cache directory did not exist and multiple processes were trying to cr