From owner-svn-src-head@freebsd.org Sat Oct 31 03:30:45 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88B2AA21529; Sat, 31 Oct 2015 03:30:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4E81CF0; Sat, 31 Oct 2015 03:30:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 6699F19DA; Sat, 31 Oct 2015 03:30:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 18F4C10ABA; Sat, 31 Oct 2015 03:30:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id hY3CBVCcVdbk; Sat, 31 Oct 2015 03:30:42 +0000 (UTC) From: Bryan Drewery DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com C034810AB5 Subject: Re: svn commit: r290220 - head/share/mk To: NGie Cooper References: <201510310207.t9V27U7U051752@repo.freebsd.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <563435E1.9020108@FreeBSD.org> Date: Fri, 30 Oct 2015 20:30:41 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2kEN6fkPLOFgMUqFHgBdQc80aivE19HqV" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 03:30:45 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2kEN6fkPLOFgMUqFHgBdQc80aivE19HqV Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable > On Oct 30, 2015, at 19:18, NGie Cooper wrote: >=20 >> On Fri, Oct 30, 2015 at 7:07 PM, Bryan Drewery = wrote: >> Author: bdrewery >> Date: Sat Oct 31 02:07:30 2015 >> New Revision: 290220 >> URL: https://svnweb.freebsd.org/changeset/base/290220 >>=20 >> Log: >> Don't hide stderr when checking ${CC} --version. >>=20 >> This can have important debugging information such as 'cc: not found'= or >> 'ccache: error: Could not find compiler "cc" in PATH'. >=20 > Won't this spam installworld/distribution a lot? Not for me. What do you expect from stderr that is non-fatal? The only cases I've had so far resulted in the .error triggering later due to not being able to determine compiler type. Also, install depending on the compiler type is wrong. We need to eliminate the cases where it determines SUBDIR or FILES to fix this. I'd like to effectively set CC=3Dfalse during install but can't while those checks exist. Bryan --2kEN6fkPLOFgMUqFHgBdQc80aivE19HqV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWNDXhAAoJEDXXcbtuRpfPDBYIALZOGPQlXGw9txvsdpt2ESOW jUdPZfmvHYtXR3tET5KOwZEYhR46DbUf+2ucmhQKGh3Y8ZxRBTcaOrasFiWqm7KP ZPUIxYkirkMDiyrNEVzvGhWy/CznYX70XwaxBxx8kqWGfcbZI+oAN2AlM0jdVV4I rNms6T2PFZLvDT6nPlu8KvhpEAM7ck4YO/mspYm9/hGwO3yPB0T4TdsxsM+nvysW 3WAIffA5CxvCeGRpVAvnZNbq4DN4k3Kc3E6sRuJGDWziRFsdBrKBv1jIrfuyH2WF hR2KDV6mupQvF6OHhmBkU24kc9KIBCs31O3Tw2n868sBJ38MWa3M8Nu0Nl1bdhk= =6dff -----END PGP SIGNATURE----- --2kEN6fkPLOFgMUqFHgBdQc80aivE19HqV--