*UPDATE:* I got DISTCC to "partially" work by setting environment variable as
CCACHE_PREFIX=/usr/local/bin/distcc
It works partially, because it does not distribute compile requests
correctly:
- If the compiler is gcc46, compile orders get correctly distributed to
build-farm
- If the compiler is clang, compile orders only get accepted by localhost
(127.0.0.1) but not members of the build-farm. Outsource compile orders
return with "connection refused" message.

I should note that the build-farm consists only of diskless clients PXE
booting from semi-jail environment on host. After this find, I logged into
one of the client machines to check for clang:
# c -v
FreeBSD clang version 3.2 etc...
# gcc -v
gcc: Command not found
On the host machine I do not get this gcc error.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/distcc-does-not-work-with-clang-tp5790612p5790640.html
Sent from the freebsd-current mailing list archive at Nabble.com.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to