> distcc[5364] ERROR: compile verno/verno.c on 192.168.0.232/8,lzo failed with exit code 110
exit code 110 is "compiler not found". Check that you have "tcc" installed on that host (192.168.0.232), and that it's in the distcc server's PATH. (Or try using an absolute path to "tcc".) Also check the server log file on that host; that may have more clues. > distcc[5364] (dcc_check_backoff) still in backoff period for revo-lufei/4,lzo This occurs because there was previous an error for that host, in the last minute or so. distcc won't keep retrying on hosts where it has previously failed. (rm -rf ~/.distcc/ If all of your distcc servers other than one have problems with "tcc" not being found, then that would explain why you're only getting parallelism suitable for a single distcc server. 2008/10/7 Feng Tan <[EMAIL PROTECTED]> > Ok, I attached the whole debug file and it's a little bigger. > > And in this file I closed pump mode. > > > > As for the pump mode, I have tried to close this, and got the same result. > > > > So I don't think the pump mode is the problem. > ------------------------------ > > *发件人:* Fergus Henderson [mailto:[EMAIL PROTECTED] > *发送时间:* 2008年10月7日 16:08 > *收件人:* Feng Tan > *抄送:* [email protected] > *主题:* Re: 答复: [distcc] Problem about Distcc on Windows not cygwin to > compile ARM project > > > > 2008/10/7 Feng Tan <[EMAIL PROTECTED]> > > Thanks Fergus Henderson. > > The make version is as below: > > GNU Make 3.81 > > This program built for i686-pc-mingw32 > > DISTCC_HOSTS is set as windows environment variables and every item is like > "feng/4,cpp,lzo" . > > > > > > And I attached the out.txt file as your reference. > > The out.txt file looks incomplete... it shows only the first half of a > couple of compilations. > > We'd probably need the full log from a "make" run. > > > > But one thing sticks out: > > > > distcc[5680] Warning: INCLUDE_SERVER_PORT not set - did you forget to run > under 'pump'? > > PS: I have tried pump mode but failed, which should not influence > much > > If you're not using the pump script, then distcc won't use pump mode, and > then you'll be limited by the preprocessing speed on the local machine. > > If the remote machines can can compile faster than the local machine can > preprocess, that *could* explain why you're never getting more than about > 4 concurrent jobs. Of course there are other possible explanations too, > e.g. maybe something is broken with the locking code. > > > > -- > > Fergus Henderson <[EMAIL PROTECTED]> > -- Fergus Henderson <[EMAIL PROTECTED]>
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc
