How to fix distcc error

I am trying to get distcc to work between two CLIENT and SERVER machines. I think I have the setup correctly, but I still get this error.

(dcc_build_somewhere) Warning: failed to distribute, run locally instead

NOTHING compiles on the server.

My configuration is as follows

CLIENT = 192.168.0.14 SERVER = 192.168.0.15

/ etc / default / distcc on SERVER

 STARTDISTCC="true"
    ALLOWEDNETS="192.168.0.0/24" // Also tried CLIENT IP here
    LISTENER="192.168.0.15" // SERVER IP
    NICE="10"
    JOBS="16"
    ZEROCONF="false"

client - yes I know that its set to compile on the server is currently

DISTCC_HOSTS="192.168.0.15"
/etc/distcc/host set to 192.168.0.15
$HOME/.distcc/host set to 192.168.0.15

Team

make -jx CC=distcc 

I tried various software repositories to see if there are any problems with a separate repo, but the problem persists regardless of the package.

EDIT Error propagation error - this is a client-side error. On the server side, the log shows

distccd [1046] (dcc_job_summary) : 192.168.0.14:40732 COMPILE_ERROR: 1 sig: 0 core: 0 ret: 0 time: 94ms gcc certs/system_keyring.c

+4
1

, GCC. 5.x.

0

All Articles