Date: Tue, 26 Feb 2013 08:39:36 -0800 (PST) From: Beeblebrox <zaphod@berentweb.com> To: freebsd-current@freebsd.org Subject: Re: distcc does not work with clang Message-ID: <1361896776985-5790640.post@n5.nabble.com> In-Reply-To: <1361887488759-5790612.post@n5.nabble.com> References: <1361887488759-5790612.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
*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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1361896776985-5790640.post>