[Aboriginal] Distcc not distributing

Rob Landley rob at landley.net
Sun Feb 19 15:46:52 PST 2012


On 02/19/2012 08:58 AM, Clyde Oxman wrote:
> Hi All,
> 
> I'm trying to set up some build control images, and have unfortunately
> found that with the latest aboriginal hg tip, distcc is not working.
> 
> The dev-environment.sh script seems to setup distcc correctly, launching
> the daemon on the host and creating the distcc_links directory, but in
> the emulated target environment, I constantly get 'Warning: failed to
> distribute, running locally instead".
> 
> Looking at the distccd.log file, I find that it seems that distccd on
> the host is continually failing to run gcc with 'exit code 110'.
> 
> Has anyone run into this?

No, that can't be it.  That fix was for the host toolchain, and distcc
is using a cross compiler built for the target.

Can you run binaries out of the distcc_links directory?  Also, if you
strip the & off the end and stick an "echo" before this line in
dev-environment.sh:

  PATH="$(pwd)/distcc_links" "$(which distccd)" --no-detach --daemon \
    --listen 127.0.0.1 -a 127.0.0.1 -p $PORT --jobs $CPUS \
    --log-stderr --verbose 2>distccd.log &

Does the PATH and such look right?

Thanks,

Rob

 1329695212.0


More information about the Aboriginal mailing list