[distcc] permission denied error on cygwin

Martin Pool mbp at sngrel5.hp.com
Fri Dec 6 07:31:35 GMT 2002


On  3 Dec 2002, Heiko Elger <heiko.elger at gmx.de> wrote:
> Hallo,
> with the current release 0.14 and cygwin 1.3.17-1 I get the follwing error:
> 
> My OS is Windows XP Pro SP1.
> 
> $ make CC="distcc gcc" -j5
> distcc gcc -g -O0   -c -o modul1.o modul1.c
> distcc[324] (dcc_lock_host) ERROR: lock
> /tmp/distcc_000003eb/lock_localhost_0000000 failed: Permission denied
> distcc gcc -g -O0  modul1.o   -o modul1
> 
> I please help ...

Please investigate the permissions on this file so that we can see
what's failing.  On Unix, I'd try

  id
  ls -l /tmp/distcc_000003eb/lock_localhost_0000000
  ls -dl /tmp/distcc_000003eb/

I'm not sure what is needed on Cygwin.

You could try removing that directory.

Is this on a VFAT filesystem, or something else?

-- 
Martin 



More information about the distcc mailing list