From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 10:29:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EB44F3F; Mon, 17 Mar 2014 10:29:28 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9528E8B; Mon, 17 Mar 2014 10:29:26 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a1so4432223wgh.20 for ; Mon, 17 Mar 2014 03:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=wILc5cNr6B6nKq5Uecl7pcrWfzBHv6nBJM/sVX/BT8U=; b=F9+dg8oOLx4UUS+Ksy6DBaGzD/QJ0VI0vez8HgfFsvMTZDxDPyXYKtSilLJuE1GK1+ 67bwLRVXZJvM3LWjYm+5XnvQuuEIngQNuY8FAiGlVfeVT8UGcDGsmZk89wUvIGfo7uJw q8jlk7pN2wwYiAlVSXDS7L92UhKojpyU9csnShoZ4w9YE4eeF1hvypTuy1Rg9psU8bAL dR8mel1Qa9UiiEDSl6wdOSs2RBXdv1JVFs9jv9NgfeZau0NvgQXz3gyCHZkSEsyd577G B1bVI//YwDbGcEWGl/6a1RGOt1rxXY6ShVdKJnWUTVC3ENcPq/8bVfQhaEja0nfEUFG3 a6zg== X-Received: by 10.194.5.105 with SMTP id r9mr106016wjr.90.1395052164875; Mon, 17 Mar 2014 03:29:24 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ci4sm37026655wjc.21.2014.03.17.03.29.23 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 17 Mar 2014 03:29:23 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 17 Mar 2014 11:29:21 +0100 From: Baptiste Daroussin To: Mathieu Arnold Subject: Re: svn commit: r348290 - in head: devel/llvm-devel lang/clang-devel lang/clang-devel/files Message-ID: <20140317102921.GM90364@ithaqua.etoilebsd.net> References: <201403150645.s2F6jfDk025629@svn.freebsd.org> <9AA526D32F50C2161B115F8C@atuin.in.mat.cc> <5325AC3D.3050500@FreeBSD.org> <74E377FB-8389-4945-8283-53EBE2F8E419@FreeBSD.org> <961F2FF6173FC75FA00F73AC@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sWvRP97dwRHm9fX+" Content-Disposition: inline In-Reply-To: <961F2FF6173FC75FA00F73AC@atuin.in.mat.cc> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Brooks Davis , svn-ports-all@freebsd.org, David Chisnall , ports-committers@freebsd.org, Bryan Drewery X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 10:29:28 -0000 --sWvRP97dwRHm9fX+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 17, 2014 at 11:26:23AM +0100, Mathieu Arnold wrote: >=20 >=20 > +--On 17 mars 2014 06:18:57 +0900 David Chisnall > wrote: > | On 16 Mar 2014, at 22:50, Bryan Drewery wrote: > |=20 > |> I get a GCC error on 8.3 and 9.1: > |>=20 > |>> The selected GCC C++ compiler is not new enough to build LLVM. Please > |>> upgrade to GCC 4.7. You may pass --disable-compiler-version-checks to > |>> configure to bypass these sanity checks. > |>> =3D=3D=3D> Script "configure" failed unexpectedly. > |=20 > | LLVM head now depends on C++11, so we probably need a USES=3Dcompiler:c= ++11 > | in the port. It should build happily with clang / libc++ on 10. >=20 > I don't think it should use compiler.mk, on 8 and 9, it could end up tryi= ng > to use clang to build clang. (Hello recursive dependency.) >=20 It should yes we will keep an ancient version of clang in ports just for that. Note that in 9 it will figure out clang in base and use it Only 8 will need clang to build clang in that case. regards, Bapt --sWvRP97dwRHm9fX+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlMmzoEACgkQ8kTtMUmk6EwPWwCgtMvne2C89j2FAMdxuD2j47uE OrIAnREXqCFGtIS1FYcER4Cnv7Ogf6i6 =bfO2 -----END PGP SIGNATURE----- --sWvRP97dwRHm9fX+--