From owner-freebsd-current@freebsd.org Sat Oct 10 16:12:58 2015 Return-Path: Delivered-To: freebsd-current@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 64D2BA10AB9 for ; Sat, 10 Oct 2015 16:12:58 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2037910CA; Sat, 10 Oct 2015 16:12:57 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1ZkwlN-003rXN-Hw>; Sat, 10 Oct 2015 18:12:49 +0200 Received: from f052130175.adsl.alicedsl.de ([78.52.130.175] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1ZkwlN-0001ad-0z>; Sat, 10 Oct 2015 18:12:49 +0200 Date: Sat, 10 Oct 2015 18:12:42 +0200 From: "O. Hartmann" To: Dimitry Andric Cc: freebsd-current Subject: Re: CURRENT: build failure with clang 3.7.0 Message-ID: <20151010181242.5d8e2da1.ohartman@zedat.fu-berlin.de> In-Reply-To: <2B9A426D-12FE-4D70-9182-7F84408A6001@FreeBSD.org> References: <20151007093727.0db8e2e6@freyja.zeit4.iv.bundesimmobilien.de> <20151007133323.364655dd@freyja.zeit4.iv.bundesimmobilien.de> <2B9A426D-12FE-4D70-9182-7F84408A6001@FreeBSD.org> Organization: FU Berlin X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/wl/adO4I35aOzjyIi3Cd=88"; protocol="application/pgp-signature" X-Originating-IP: 78.52.130.175 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 10 Oct 2015 16:12:58 -0000 --Sig_/wl/adO4I35aOzjyIi3Cd=88 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Fri, 9 Oct 2015 23:07:18 +0200 Dimitry Andric schrieb: > On 07 Oct 2015, at 13:33, O. Hartmann wrote: > ... > > The buildworld error when building with CXXFLAGS+=3D -std= =3Dc++11 is > > then > >=20 > > [...] > > cc -O2 -pipe -O3 -O3 -pipe -march=3Dnative -I. > > -I/usr/obj/usr/src/lib/ncurses/menu/../ncurses > > -I/usr/src/lib/ncurses/menu/../ncurses -I/usr/src/lib/ncurses/menu/../n= curses > > -I/usr/src/lib/ncurses/menu/../../../contrib/ncurses/include > > -I/usr/src/lib/ncurses/menu/../../../contrib/ncurses/ncurses -Wall -DND= EBUG > > -DHAVE_CONFIG_H -I/usr/src/lib/ncurses/menu/../../../contrib/ncurses/me= nu > > -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn > > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable > > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > > -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef > > -Qunused-arguments > > -c /usr/src/lib/ncurses/menu/../../../contrib/ncurses/menu/m_pad.c -o m= _pad.o > > --- all_subdir_atf --- In file included > > from /usr/src/contrib/atf/atf-c++/detail/application.cpp:26: In file in= cluded > > from /usr/src/contrib/atf/atf-c++/detail/application.hpp:29: In file in= cluded > > from /usr/obj/usr/src/tmp/usr/include/c++/v1/ostream:138: In file inclu= ded > > from /usr/obj/usr/src/tmp/usr/include/c++/v1/ios:216: In file included > > from /usr/obj/usr/src/tmp/usr/include/c++/v1/__locale:15: /usr/obj/usr/= src/tmp/usr/include/c++/v1/string:1938:44: > > error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception > > specification > > 'noexcept(is_nothrow_copy_constructible::value)' [-Werr= or] > > basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator= _type& > > __a) ^ /usr/obj/usr/src/tmp/usr/include/c++/v1/string:1326:40: note: pr= evious > > declaration is here _LIBCPP_INLINE_VISIBILITY explicit basic_string(con= st > > allocator_type& __a) >=20 > These particular -Werror warnings, when building with -std=3Dc++11, should > now be fixed with r289082. Thanks for the report. >=20 > -Dimitry >=20 Is there any chance that the failure of clang 3.7.0 with some AVX-equipted = Intel processors gets fixed soon? Regards, Oliver --Sig_/wl/adO4I35aOzjyIi3Cd=88 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWGTj6AAoJEOgBcD7A/5N8YYoH/iBuBvdGXS176KC4PFWKOuGI I7n1QKRS+eQbrO4SdUt06JjGkFuY5WRsDrelrg7P+d7uLLKIvcqELw0jMeR7bFpc Kd0ZsK7YYr6yA6IrZucrw7Xlj76mKulZl7AwBhL/OY4n5y4iY0SA/49hCfdjiNPR l+iEej1UGs74g+Sy7hMzysg8SflUQQijOSJ4XVJAj3xv8iYGprSPQBZjTuQgUSqP LlqvmjxWcWGTsruojoYyRAd2sumVPdZFI2n254VZtK4l46+QC5uWmjdOYzEULqX7 ExEEI9/MREM05mymmBRc80SQX4trARtj0ahM3oq3gvEI0KMC/C8yZES3Q1WTccE= =cQUE -----END PGP SIGNATURE----- --Sig_/wl/adO4I35aOzjyIi3Cd=88--