From owner-freebsd-stable@FreeBSD.ORG Sun Feb 9 00:46:00 2014 Return-Path: Delivered-To: freebsd-stable@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 06CEE3AE; Sun, 9 Feb 2014 00:45:59 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A95451E44; Sun, 9 Feb 2014 00:45:59 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::20a4:db0:4ac7:1cb7] (unknown [IPv6:2001:7b8:3a7:0:20a4:db0:4ac7:1cb7]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C8D2E5C45; Sun, 9 Feb 2014 01:45:52 +0100 (CET) Subject: Re: 10.0 toolchain broken for C++11 code Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Type: multipart/signed; boundary="Apple-Mail=_E8EB6B11-9F83-4A6D-B734-A9540CF9483E"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.1 (6062eb4) From: Dimitry Andric In-Reply-To: <52F6C7D9.20501@ohlste.in> Date: Sun, 9 Feb 2014 01:45:44 +0100 Message-Id: References: <20140208233255.GA6282@amys.codelibre.net> <52F6C7D9.20501@ohlste.in> To: Jim Ohlstein X-Mailer: Apple Mail (2.1827) Cc: Roger Leigh , David Chisnall , freebsd-stable stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 00:46:00 -0000 --Apple-Mail=_E8EB6B11-9F83-4A6D-B734-A9540CF9483E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 09 Feb 2014, at 01:12, Jim Ohlstein wrote: > On 2/8/14, 6:32 PM, Roger Leigh wrote: ... >> See also: >> standards/185663 >> https://github.com/pathscale/libcxxrt/issues/16 >=20 > The fix was committed to head (260553) on 1/11/14 and was supposed to = be MFC'd in one week. = Seehttp://svnweb.freebsd.org/base?view=3Drevision&revision=3D260553. I = don't see that it's happened as of r261643. I have merged the fix to stable/10 in r261644, and while I was at it, I sync'd up stable/9 too, in r261645. There are now only two differences left between the version of libcxxrt in head and in stable/{9,10}; one of these will be MFC'd very soon, and the other is up for reversal. >> Being unfamiliar with FreeBSD my question is really, what sort of = timescale >> is typical for fixing this type of issue? At least for my code, the >> toolchain is basically unusable until this is fixed, and I don't = think >> there's a workaround for it. If it gets fixed in -STABLE, is it = possible >> to selectively cherry-pick this somehow, or would I need to switch to >> -STABLE wholesale? Is there an expected date for 10.1 to be = released? It is easy to cherry-pick. Either use svn to merge changelist 260553 to your local source tree, or download the following as a patch, and apply it manually: = http://svnweb.freebsd.org/base/head/lib/libcxxrt/Version.map?view=3Dpatch&= r1=3D260553&r2=3D260552&pathrev=3D260553 Then do: cd /usr/src/lib/libcxxrt make sudo make install > Probably a little while. 10.0-RELEASE was just finalized last moonth. = If there's going to be an 8.5-RELEASE it will probably be next. = Otherwise, 9.3-RELASE will probably be next. Unfortunately, we only patch releases for security issues. So the earliest will either be 10.1-RELEASE or 9.3-RELEASE, since 8.x has neither clang nor libcxxrt. That said, 10-STABLE should mostly be just fine to run on a daily basis. -Dimitry --Apple-Mail=_E8EB6B11-9F83-4A6D-B734-A9540CF9483E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlL2z70ACgkQsF6jCi4glqOkJACg/5ITf922IXiCTbgMQa6z7awb wXIAnAw3NVpLHWjQIRJX3VCb62J1Dxc6 =QCzO -----END PGP SIGNATURE----- --Apple-Mail=_E8EB6B11-9F83-4A6D-B734-A9540CF9483E--