[distcc] _3632_0: No such file or directory

Jean Delvare khali at linux-fr.org
Wed Oct 20 14:18:38 GMT 2004


>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



More information about the distcc mailing list