From owner-freebsd-ports@FreeBSD.ORG Mon May 6 18:41:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0E580DD4 for ; Mon, 6 May 2013 18:41:37 +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 E8491A3B for ; Mon, 6 May 2013 18:41:36 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UZQLw-0005E6-0G for freebsd-ports@freebsd.org; Mon, 06 May 2013 11:41:36 -0700 Date: Mon, 6 May 2013 11:41:36 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1367865696001-5809206.post@n5.nabble.com> In-Reply-To: <5187EC65.6010402@peterschmitt.fr> References: <1367859430088-5809186.post@n5.nabble.com> <5187E1C6.5080202@peterschmitt.fr> <1367859896530-5809190.post@n5.nabble.com> <5187E346.2090705@peterschmitt.fr> <1367860726156-5809194.post@n5.nabble.com> <5187E771.6010602@peterschmitt.fr> <1367861836935-5809198.post@n5.nabble.com> <5187EC65.6010402@peterschmitt.fr> Subject: Re: devel/imake build breaks MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 18:41:37 -0000 Nope - unfortunately gcp is "gnu cp", which I have on my system due to requirements for linux-based source building. none of these work-around attempts in /etc/make.conf work: Solution 1: CC=gcc46 CXX=g++46 CPP=cpp46 Solution 2: CC:=${CC:C,^gcc46,/usr/local/libexec/ccache/world/gcc46,1} CXX:=${CXX:C,^g\+\+\46,/usr/local/libexec/ccache/world/g++46,1} soultion 3: USE_GCC=any The c-preprocessors we can use are /usr/bin/clang-cpp OR /usr/bin/cpp - which target you prefer to create the link to? ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/devel-imake-build-breaks-tp5809186p5809206.html Sent from the freebsd-ports mailing list archive at Nabble.com.