Hello,

first I completely removed the directory "/tmp/distcc_00002d7e".
The filesystem is NTFS.

$ distcc gcc -c testmake.c
distcc[2172] (dcc_lock_host) ERROR: lock
/tmp/distcc_00002d7e/lock_localhost_0000000 failed: Permission denied

$ id
uid=11646(ente59) gid=10513(Dom�nen-Benutzer)
groups=544(Administratoren),545(Benutzer),13474(ADS-TECHDOKU),15293(APPROACH 3.
0 16-BIT),10513(Dom�nen-Benutzer),11493(Entw.
Elektronik),13305(G-ENTE),11098(Hummingbird Exceed),11489(Hummingbird NFS),1373
7(IBM Object Rexx),13726(Lotus Notes Client),13843(MASO-ARCHIV-Read),13738(MS
Office 97),11591(MS Visual C PP 6.0),11310(Obje
ct-Fax 5.0),13522(OnGO),13567(Oracle),12462(Proxy
HTTP),13792(P-TECHINFO-Read),13618(SMART31W),11071(Standart NT 4.0),11417(s
weccase),12897(Thinkpad),13086(Ultra Edit),11090(WinZip),14165(WSADMIN_ENTE)

$ ls -l /tmp/distcc_00002d7e/lock_localhost_0000000
-rw-------    1 ente59   Dom�nen-        0 Dec  6 09:32
/tmp/distcc_00002d7e/lock_localhost_0000000

ente59@AD26085 /c/MyDevelopment/cygwin/testmakeflage
$ ls -ld /tmp/distcc_00002d7e/
drwxr-xr-x+   2 ente59   Dom�nen-        0 Dec  6 09:32 /tmp/distcc_00002d7e/

Mit freundlichen Gruessen
best regards

   Heiko Elger



********************

ARBURG GmbH + Co
Heiko Elger
- Softwareentwicklung - / - Research and Development -
Arthur-Hehl-Strasse
D-72290 Lossburg
Tel.: +49 (0) 7446 33-3659
Fax.: +49 (0) 7446 33-3365
mailto:[EMAIL PROTECTED]
http://www.arburg.com



                                                                                       
                                                     
                    Martin Pool                                                        
                                                     
                    <[EMAIL PROTECTED]        An:     Heiko Elger <[EMAIL PROTECTED]> 
                                                     
                    m>                        Kopie:  [EMAIL PROTECTED]           
                                                     
                    Gesendet von:             Thema:  Re: [distcc] permission denied 
error on cygwin                                        
                    distcc-admin@lists                                                 
                                                     
                    .samba.org                                                         
                                                     
                                                                                       
                                                     
                                                                                       
                                                     
                    05.12.2002 08:26                                                   
                                                     
                                                                                       
                                                     
                                                                                       
                                                     




On  3 Dec 2002, Heiko Elger <[EMAIL PROTECTED]> 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
_______________________________________________
distcc mailing list
[EMAIL PROTECTED]
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc





_______________________________________________
distcc mailing list
[EMAIL PROTECTED]
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to