I have a couple of x86 boxes and an amd64 box. Whenever I compile something on any of them, I would like for the others to help out with distcc. So far I only am test this out on 1 amd64 box and 1 x86 box. When I try to compile something on the x86 box, I only get an error that says this

distcc[17293] ERROR: compile history.c on 192.168.2.3 failed with exit code 110
make[3]: *** [history.o] Error 1
make[3]: *** Waiting for unfinished jobs....
distcc[17287] ERROR: compile cfgfiles.c on 192.168.2.3 failed with exit code 110
make[3]: *** [cfgfiles.o] Error 1
distcc[17289] ERROR: compile ctcp.c on 192.168.2.3 failed with exit code 110
make[3]: *** [ctcp.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/xchat-2.6.1/work/xchat-2.6.1/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xchat-2.6.1/work/xchat-2.6.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xchat-2.6.1/work/xchat-2.6.1'
make: *** [all] Error 2


Any ideas about what is happening? I couldn't find any more info on exit code 110.


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

Reply via email to