[distcc] Cygwin and /tmp problem

2004-01-15 Thread Perochon Sebastien
Hi all, I'm trying to use distcc through Cygwin with a compiler not include in Cygwin. The problem is that the compiler doesn't understand POSIX pathnames since it is a compiler to be used on Windows... Here are the log: $ distcc ccsh -c modul1.c -o modul1.o ccsh.exe:

RE: [distcc] Cygwin and /tmp problem

2004-01-15 Thread Perochon Sebastien
Hi Paul, Thanks for your answer. I'm going to try... and let you know... -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Date: jeudi 15 janvier 2004 18:01 À: Perochon Sebastien Cc: [EMAIL PROTECTED] Objet: Re: [distcc] Cygwin and /tmp problem On 15/01

RE: [distcc] Cygwin and /tmp problem

2004-01-16 Thread Perochon Sebastien
the same problem for ccache... static int dcc_get_tmp_top(const char **p_ret) { *p_ret = c:/cgw/toto; return 0; } Thanks for your help ! Sébastien. -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Date: jeudi 15 janvier 2004 18:01 À: Perochon Sebastien Cc: [EMAIL

RE: [distcc] Cygwin hosted distcc toolchain (updated)

2004-01-26 Thread Perochon Sebastien
Hi all, I have try distcc on Cygwin on 3 computers with exctly the same configuration: Pentium 3, 1 Ghz, 10Mb ethernet I have test a lot of configuration: localhost computer2 computer3 computer2 computer3 localhost ... with -j = 2 * CPUs And it appears that the best configuration is

[distcc] Operation not permitted

2004-02-28 Thread Perochon Sebastien
Hi all, Can someone tell me why I get the following error under windows even if I have administrator privilege ? distcc[2048] (dcc_connect_by_addr) ERROR: failed to create socket: Operation not permitted Thanks, Sebastien. __ distcc mailing listhttp://distcc.samba.org/ To

[distcc] STL compilation problems

2004-02-28 Thread Perochon Sebastien
Hi all, I'm using distcc through cygwin. I success in compiling my project both by setting localhost or the_name_of_my_computer (so like in distant mode). But when I set another computer name, the compilation is working fine for all my files except for the one that include some STL

RE: [distcc] STL compilation problems

2004-03-01 Thread Perochon Sebastien
: dimanche 29 février 2004 01:40 À: Perochon Sebastien Cc: [EMAIL PROTECTED] Objet: Re: [distcc] STL compilation problems On 24 Feb 2004, Perochon Sebastien [EMAIL PROTECTED] wrote: Hi all, I'm using distcc through cygwin. I success in compiling my project both by setting localhost

RE: Re: Re: [distcc] why always compiling local if host not acces sible ?

2004-03-01 Thread Perochon Sebastien
I don't know exactly your problem but here is a possible answer: In my host file, I don't set localhost but use instead the name of my computer in order to use it as remote like others computers. The thing is doing that the compilation is done at low compared to normal priority if set localhost.

RE: [distcc] Operation not permitted

2004-03-01 Thread Perochon Sebastien
. -Message d'origine- De: Martin Pool [mailto:[EMAIL PROTECTED] Date: dimanche 29 février 2004 01:38 À: Perochon Sebastien Cc: [EMAIL PROTECTED] Objet: Re: [distcc] Operation not permitted On 20 Feb 2004, Perochon Sebastien [EMAIL PROTECTED] wrote: Hi all, Can someone tell me why I get

[distcc] DISTCC_DIR

2004-03-02 Thread Perochon Sebastien
Hi all, On windows NT, it appears that the directory .distcc cause some problems (because of the '.'). Maybe it is also because HOME is not set... I have found that I could use the environment variable DISTCC_DIR in order to use anything else than ~/.distcc. So, I have set it to c:/distcc But

[distcc] tcpbalance

2004-03-26 Thread Perochon Sebastien
Hi all, I just want to know if tcpbalance is still usefull for distcc-2.13. If yes, can someone explain me what my host file should contain and what the tcpbalance config file should contain as hosts ? Thanks. __ distcc mailing listhttp://distcc.samba.org/ To unsubscribe or change

RE: [distcc] speedup with 2 hosts

2004-04-06 Thread Perochon Sebastien
If you are using distcc on Cygwin, my experience is that: - You should use a make software that makes good parallelization like scons. - If you have 5 hosts (host0 is yours), you should set: host1 host2 host3 host4 in your config line and launch with -j=number_of_distant_cpu *

[distcc] Log messages of distccd under Windows

2004-04-15 Thread Perochon Sebastien
Hi, On Windows, the log messages of distccd as following: (dcc_collect_child) cc times: user 0.02s, system 0.03s, 0 minflt, 713 majflt. (dcc_r_file_timed) 967933 bytes received in 1.065000s, rate 888kB/s. compile from MMI\mmi_menu\src\AGENDA\mmi_menu_REP_F_D13_Z3_2.cpp to

RE: [distcc] Re: Re: distcc and cl.exe (MS Visual compiler)

2004-06-15 Thread Perochon Sebastien
Hi Frederic, Since you speak about cygwin, I have maybe an (ugly) solution... You must specify the windows path of a tmp directory (here, I use c:/temp). You are not the first person having this problem... maybe someone could work on a patch (I don't know distcc code as well as it requires to

RE: [distcc] RE: Re: Re: distcc and cl.exe (MS Visual compiler)

2004-06-17 Thread Perochon Sebastien
Note that you can now use distcc directly under a DOS shell and not use anymore cygwin. -Message d'origine- De: Frederic Paolucci [mailto:[EMAIL PROTECTED] Date: jeudi 17 juin 2004 14:41 À: [EMAIL PROTECTED] Objet: [distcc] RE: Re: Re: distcc and cl.exe (MS Visual compiler) Hello, So

RE: [distcc] Lock before preprocess?

2004-08-25 Thread Perochon Sebastien
I don't know what you're talking about, so maybe I will be out of subject ;-), but when you say: Normally running the preprocessor is so cheap compared to running the remote compiler that it makes no difference. I can tell you that on our big project, it is not true. Time to preprocess a file is

RE: [distcc] Lock before preprocess?

2004-08-26 Thread Perochon Sebastien
Hi Martin, How do I activate verbose logs ? Sebastien. -Message d'origine- De: Martin Pool [mailto:[EMAIL PROTECTED] Date: mercredi 25 août 2004 14:52 À: Perochon Sebastien Cc: '[EMAIL PROTECTED]' Objet: Re: [distcc] Lock before preprocess? On 25 Aug 2004, Perochon Sebastien [EMAIL

[distcc] tmp file

2004-09-08 Thread Perochon Sebastien
Hi all, Again and again the same tmp directory problem... Under windows, not using cygwin shell but directly a dos shell: Setting set DISTCC_DIR=c:/distcc is working fine and distcc use c:/distcc... But setting set TMPDIR=c:/temp is not working fine: distcc[1972] ERROR: compile test.cpp on

RE: [distcc] tmp file

2004-09-16 Thread Perochon Sebastien
PROTECTED] Date: jeudi 16 septembre 2004 05:06 À: [EMAIL PROTECTED] Objet: Fwd: [distcc] tmp file -- Forwarded message -- From: Martin Pool [EMAIL PROTECTED] Date: Thu, 16 Sep 2004 13:05:37 +1000 Subject: Re: [distcc] tmp file To: Perochon Sebastien [EMAIL PROTECTED] On Wed, 8 Sep

RE: [distcc] ccache distcc

2004-09-17 Thread Perochon Sebastien
Ok, thanks to you all. I have finally setting CCACHE_PREFIX=distcc and set the path to distcc in the PATH environment variable. And that works well ! Thanks, Sebastien. -Message d'origine- De: Wayne Davison [mailto:[EMAIL PROTECTED] Date: jeudi 16 septembre 2004 20:36 À: Marcus Gruendler

[distcc] distcc errors

2004-10-20 Thread Perochon Sebastien
Hi all, I have the following errors on distcc 2.16: distccd[1868] (dcc_readx) ERROR: unexpected eof on fd5 distccd[1868] (dcc_r_token_int) ERROR: read failed while waiting for token DIST distccd[1868] (dcc_r_request_header) ERROR: client did not provide distcc magic fairy dust Any ideas ?

[distcc] Compilation of distcc 2.16 under cygwin fail

2004-10-20 Thread Perochon Sebastien
The compilation of distcc 2.16 under cygwin fail: src/dparent.o(.text+0x1a3): In function `dcc_log_child_exited': /cygdrive/d/cygwin/distcc/src/dparent.c:157: undefined reference to `_WCOREDUMP' As done in the file exec.c, the following code must be added: /* You can't have core files on

[distcc] RE: Compilation of distcc 2.16 under cygwin fail

2004-10-20 Thread Perochon Sebastien
Oups sorry, I have not seen that it was corrected in 2.17... -Message d'origine- De: Perochon Sebastien Date: mercredi 20 octobre 2004 13:56 À: '[EMAIL PROTECTED]' Objet: Compilation of distcc 2.16 under cygwin fail The compilation of distcc 2.16 under cygwin fail: src/dparent.o(.text

RE: [distcc] _3632_0: No such file or directory

2004-10-20 Thread Perochon Sebastien
Sebastien Cc: [EMAIL PROTECTED] Objet: Re: [distcc] _3632_0: No such file or directory On Fri, 3 Sep 2004 18:02:05 +0200, Perochon Sebastien [EMAIL PROTECTED] wrote: Hi, When I launch distcc, I have: _3632_0: No such file or directory distcc[2440] (dcc_lock_one) ERROR: failed to lock

RE: [distcc] _3632_0: No such file or directory

2004-10-20 Thread Perochon Sebastien
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.

RE: [distcc] _3632_0: No such file or directory

2004-10-21 Thread Perochon Sebastien
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

RE: [distcc] Re: Contributing to distCC

2004-12-20 Thread Perochon Sebastien
Hi Nadim, - The figures we flash are for one person compiles on 10-20 boxes, what happends when you don't have 20 boxes for one person but 20 boxes for 20 persons. Is CCache the solution, is it a synchronisation of the build systems so just one build is done instead of 20? We are using Scons

RE: [distcc] --no-fork

2005-02-15 Thread Perochon Sebastien
, rather * than fork/exec. Is someone working on this ? Thanks, Sebastien. -Message d'origine- De: Martin Pool [mailto:[EMAIL PROTECTED] Date: lundi 14 février 2005 22:00 À: Perochon Sebastien Cc: distcc@lists.samba.org Objet: Re: [distcc] --no-fork On 14 Feb 2005, Perochon Sebastien

RE: [distcc] SOLVED: Error Transport endpoint is not connected

2005-02-15 Thread Perochon Sebastien
Hi Martin, Will it be possible to add this information in some documentation (man page of distccd and/or FAQ and/or ...) ? It will avoid others people facing this problem... Seb. -Message d'origine- De: Koehler, Thomas [mailto:[EMAIL PROTECTED] Date: mardi 15 février 2005 14:22 À: