[distcc] _3632_0: No such file or directory

Perochon Sebastien Sebastien.Perochon at mmarelli-se.com
Thu Oct 21 07:29:43 GMT 2004


  Hi Martin,

For your information, here are my mounts:

$ mount
d:\cygwin\bin on /usr/bin type user (textmode)
d:\cygwin\lib on /usr/lib type user (textmode)
d:\cygwin on / type user (textmode)
c: on /cygdrive/c type user (textmode,noumount)
d: on /cygdrive/d type user (textmode,noumount)
f: on /cygdrive/f type user (textmode,noumount)
g: on /cygdrive/g type user (textmode,noumount)
q: on /cygdrive/q type user (textmode,noumount)
r: on /cygdrive/r type user (textmode,noumount)
z: on /cygdrive/z type user (textmode,noumount)

Sebastien.

-----Message d'origine-----
De: Martin Pool [mailto:martinpool at gmail.com]
Date: jeudi 21 octobre 2004 07:55
À: Jean Delvare
Cc: distcc at lists.samba.org
Objet: Re: [distcc] _3632_0: No such file or directory


On Wed, 20 Oct 2004 18:05:47 +0200 (CEST), Jean Delvare
<khali at linux-fr.org> wrote:
> I don't think this is the correct approach. Most likely, the file
> handles (or sockets, whatever) need to be open in text mode, which will
> do the conversion for you. I'm surprised since I thought it was the
> default, at least when using cygwin. Maybe the files have been
> explicitely opened as binary.

I though text mode was the default too, but it looks like things are
more complex.

  http://www.cygwin.com/cygwin-ug-net/using-textbinary.html

I guess Sebastien has the disk "mounted" in binary mode.

distcc ought to use O_TEXT when opening text files.  It's probably
good to treat \r as a separator on Unix as well though, because
sometimes people create files in that format.

-- 
Martin
__ 
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