Date: Mon, 24 Mar 2014 21:34:42 +0100 From: Dimitry Andric <dim@FreeBSD.org> To: David Wolfskill <david@catwhisker.org> Cc: freebsd-stable@freebsd.org Subject: Re: HEADS UP: merged llvm/clang 3.4 Message-ID: <74C7F922-F380-4B0E-A87F-2A4E2A6730C1@FreeBSD.org> In-Reply-To: <20140324160927.GN43653@albert.catwhisker.org> References: <0E7E81A1-54E9-4920-A360-005A1C0C4D47@FreeBSD.org> <20140324160927.GN43653@albert.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_CD424541-8549-4769-99C7-75860ED9775F Content-Type: multipart/mixed; boundary="Apple-Mail=_A68DE7EA-80DE-4EE1-B77E-10EFAA6028DD" --Apple-Mail=_A68DE7EA-80DE-4EE1-B77E-10EFAA6028DD Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 24 Mar 2014, at 17:09, David Wolfskill <david@catwhisker.org> wrote: > On Fri, Mar 21, 2014 at 07:17:22PM +0100, Dimitry Andric wrote: >> ... >> >> I have just merged llvm and clang 3.4 release to stable/10 (r263508) and >> stable/9 (r263509). This already includes a number of post-3.4 fixes, >> though there are a few that are still awaiting the MFC timeout (e.g. the >> updated Sparc64 backend, and some things that were just fixed the day >> before yesterday). >> >> Since the most obvious problems have already been addressed in head, I >> expect this to be a fairly smooth upgrade. If you run into something >> strange anyway, please reply to this message (CC'ing the list). >> ... > > I was (finally!) able to bulid stable/10 successfully this morning (on > each of a build machine and my laptop); stable/9 still dies (the same > way on each). Summary of attempts: I have figured out that it is a problem when building world with clang and libstdc++ (which is the default on 9-STABLE). I have committed a temporary fix to head in r263694, which I will merge in 3 days. In the mean time, please use the attached diff. -Dimitry --Apple-Mail=_A68DE7EA-80DE-4EE1-B77E-10EFAA6028DD Content-Disposition: attachment; filename=fix-devd-build-1.diff Content-Type: application/octet-stream; name="fix-devd-build-1.diff" Content-Transfer-Encoding: 7bit Index: sbin/devd/Makefile =================================================================== --- sbin/devd/Makefile (revision 263690) +++ sbin/devd/Makefile (working copy) @@ -13,6 +13,7 @@ YFLAGS+=-v CFLAGS+=-I. -I${.CURDIR} +CFLAGS.clang+=-Wno-keyword-compat CLEANFILES= y.output --Apple-Mail=_A68DE7EA-80DE-4EE1-B77E-10EFAA6028DD Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_A68DE7EA-80DE-4EE1-B77E-10EFAA6028DD-- --Apple-Mail=_CD424541-8549-4769-99C7-75860ED9775F 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) iEYEARECAAYFAlMwluYACgkQsF6jCi4glqNpyACgy13xbu1AkSrS7G0MauhFQqFt 5+UAn0Q0UF65vDhjw8MIgIP/yDuzCOvR =LHQf -----END PGP SIGNATURE----- --Apple-Mail=_CD424541-8549-4769-99C7-75860ED9775F--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?74C7F922-F380-4B0E-A87F-2A4E2A6730C1>