From owner-freebsd-current@FreeBSD.ORG Mon May 27 17:10:48 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7A5B8347 for ; Mon, 27 May 2013 17:10:48 +0000 (UTC) (envelope-from dt71@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 03C6BF0A for ; Mon, 27 May 2013 17:10:48 +0000 (UTC) Received: from [192.168.1.80] ([78.92.216.13]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LvPgd-1UFklJ497j-010YjN for ; Mon, 27 May 2013 19:10:47 +0200 Message-ID: <51A3938D.5000707@gmx.com> Date: Mon, 27 May 2013 19:10:37 +0200 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: bsd.qt.mk "(cc --version [...])" Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:qoAGhisd2bHw45h7OoAFDYNo5Sou4ZXWvUE5FIYRmo10oC4WOMg gGnn1qUykqezhOrivgz+eChHJrjPoYWfDf/KVL5Nd8Km9xU17n9mnsb1z/P948frH7hu+Cq NEuPGL/7yDPln/4x35a01AMsU4KQvHGMY1mlp6O44xBA2ibRa6N+tOnsTiKMPh8bcMU5bxo 5QkuWJ2xJDkMfhbIPc6pg== 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: Mon, 27 May 2013 17:10:48 -0000 There is no cc executable in the path (eg., there is no /usr/bin/cc) and the CC make-variable is set to an absolute path to the C compiler (Clang) in /etc/make.conf. Then, for example, cd /usr/ports/www/seamonkey && make config results in the following output: make: "/usr/ports/Mk/bsd.qt.mk" line 313: warning: Couldn't read shell's output for "(cc --version 2> /dev/null | /usr/bin/awk 'NR == 1 { gsub(/[()]/, "", $2); print $2 }') || echo "gcc"" TODO: fix.