[distcc] _3632_0: No such file or directory

Perochon Sebastien Sebastien.Perochon at mmarelli-se.com
Wed Oct 20 14:32:23 GMT 2004


  Hi Jean,

You found the problem !!!
The file format must be UNIX to work fine...
The thing is that the file is automatically created by a script I wrote in
Python and it seems it create it in DOS format... I have to look for if I
can create the file in UNIX format...

Thanks a lot,
Sebastien.

-----Message d'origine-----
De: Jean Delvare [mailto:khali at linux-fr.org]
Date: mercredi 20 octobre 2004 16:19
À: distcc at lists.samba.org
Objet: RE: [distcc] _3632_0: No such file or directory



>I finally reproduce the default with DISTCC_VERBOSE=1 in distcc 2.16:
>
>_3632_0: No such file or directoryRROR: failed to creat
>c:/distcc/lock/cpu_tcp_ZA005521
>distcc[1868] (dcc_lock_one) ERROR: failed to lock
>distcc[1868] (dcc_build_somewhere) Warning: failed to distribute, running
>locally instead
>
>My "hosts" file contain only "ZA005521"
>
>I'm using distcc under windows (compilation done under cygwin but use of
>distcc is done directly in DOS).

My wild guess is that your host file is a MS-DOS text file with \r\n
for end of lines. Maybe distcc opens the file in binary mode and
doesn't expect the \r. That would at least explains why your debug
output looks bad (you obviously have scrambled lines). I don't think
that distcc says "_3632_0: No such file or directory". Instead, I
think it says "ZA005521", then goes to the beginning of the line
again, they says "_3632_0: No such file or directory".

Or it could be the other way around, distcc opens in text mode and your
file has Unix line terminators. Either way may cause the trouble.

Could you please check the text file format you are using for your
"hosts" file, and try the other one and see if it helps?

Thanks,

Jean Delvare
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc



More information about the distcc mailing list