|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Can't get distcc to runHi.
I've got 2 PCs, both x86, one running Ubuntu 6.06 (IP 196.168.0.5), the other Ubuntu 8.04 (IP 196.168.0.3), in a LAN. On each machine I downloaded the client and server .deb's, installed them with dpkg. On each machine I added 192.168.0.3 and 192.168.0.5 to /etc/distcc/clients.allow and ran "distccd --daemon --allow 192.168.0.3 192.168.0.5" Then on one machine I ran "make -j4 CXX=distcc" (it's a C++ project). Result: distcc[31286] ERROR: compile /home/stefan/agtprojects/blackjack/src/bj_gui/cchipselector.cpp on 192.168.0.3 failed distcc[31286] (dcc_build_somewhere) Warning: remote compilation of '/home/stefan/agtprojects/blackjack/src/bj_gui/cchipselector.cpp' failed, retrying locally distcc[31286] Warning: failed to distribute /home/stefan/agtprojects/blackjack/src/bj_gui/cchipselector.cpp to 192.168.0.3, running locally instead What can I do? I'd appreciate any pointers. TIA Stefan __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc |
|
|
Re: Can't get distcc to runTry setting DISTCC_FALLBACK=0... what error messages do you get in that case?
If that's not enough to solve your problem, set DISTCC_VERBOSE=1. Have a look at the log messages from distccd (start distcd with --verbose and with --log-stderr if you're having trouble finding them). Also, it may help us diagnose the problem if you quote or attach more of the output. On Thu, May 14, 2009 at 7:37 AM, Stefan Monov <logixoul@...> wrote: Hi. -- Fergus Henderson <fergus@...> __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc |
| Free embeddable forum powered by Nabble | Forum Help |