From owner-freebsd-current@FreeBSD.ORG Tue Feb 26 14:04:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D1EB8245 for ; Tue, 26 Feb 2013 14:04:55 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id B28876B8 for ; Tue, 26 Feb 2013 14:04:55 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UAL9E-0005UJ-PA for freebsd-current@freebsd.org; Tue, 26 Feb 2013 06:04:48 -0800 Date: Tue, 26 Feb 2013 06:04:48 -0800 (PST) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <1361887488759-5790612.post@n5.nabble.com> Subject: distcc does not work with clang MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 14:04:55 -0000 On FreeBSD 10.0-CURRENT #5 r247234 If I try to compile world, or any clang-dependent port, distcc returns an error: # make buildworld CC=distcc -------------------------------------------------------------- >>> Building an up-to-date make(1) -------------------------------------------------------------- "/usr/share/mk/bsd.compiler.mk", line 17: Unable to determine compiler type for distcc *** [make] Error code 1 # make CC=distcc -C ports-mgmt/pkg ===> License BSD accepted by the user .....code output... ===> Building for pkg-1.0.8 "/usr/share/mk/bsd.compiler.mk", line 17: Unable to determine compiler type for distcc *** [do-build] Error code 1 If, on the other hand I try to build a gcc-based port, no problems: # make -j8 CC=distcc -C lang/gcc completes nicely. No special CC/GCC settings in make.conf. All ccache references disabled for distcc debugging. Anyone have thoughts about this problem? Thanks. -- View this message in context: http://freebsd.1045724.n5.nabble.com/distcc-does-not-work-with-clang-tp5790612.html Sent from the freebsd-current mailing list archive at Nabble.com.