From owner-freebsd-current@freebsd.org Wed Jul 11 08:09:48 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 453CC10438C5 for ; Wed, 11 Jul 2018 08:09:48 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 97D82840A2 for ; Wed, 11 Jul 2018 08:09:47 +0000 (UTC) (envelope-from freebsd@grem.de) Received: (qmail 48801 invoked by uid 89); 11 Jul 2018 08:09:39 -0000 Received: from unknown (HELO ?192.168.250.192?) (mg@grem.de@93.104.93.233) by mail.grem.de with ESMTPA; 11 Jul 2018 08:09:39 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Make buildworld fails From: Michael Gmelin X-Mailer: iPhone Mail (15G77) In-Reply-To: Date: Wed, 11 Jul 2018 10:09:38 +0200 Cc: FreeBSD current Content-Transfer-Encoding: quoted-printable Message-Id: References: To: blubee blubeeme X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 11 Jul 2018 08:09:48 -0000 > On 11. Jul 2018, at 08:22, blubee blubeeme wrote: >=20 > Why am I getting these errors? >=20 > error: user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] >=20 > ---------------------- > In file included from /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc:71: > In file included from > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:477: > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:796:29: > error: user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string_view operator "" sv(const char *__str, size_t __len)= > _NOEXCEPT > ^ > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:802:32: > error: user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string_view operator "" sv(const wchar_t *__str, size_t > __len) _NOEXCEPT > ^ > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:808:33: > error: user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string_view operator "" sv(const char16_t *__str, > size_t __len) _NOEXCEPT > ^ > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:814:33: > error: user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string_view operator "" sv(const char32_t *__str, > size_t __len) _NOEXCEPT > ^ > In file included from /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc:71: > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4046:24: error:= > user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string operator "" s( const char *__str, size_t __len ) > ^ > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4052:27: error:= > user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string operator "" s( const wchar_t *__str, size_t __len= > ) > ^ > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4058:28: error:= > user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string operator "" s( const char16_t *__str, size_t > __len ) > ^ > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4064:28: error:= > user-defined literal suffixes not starting with '_' are reserved > [-Werror,-Wuser-defined-literals] > basic_string operator "" s( const char32_t *__str, size_t > __len ) > ^ > 8 errors generated. > *** Error code 1 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"= Which version/checkout (svn info and svn status), how do you build (and wher= e), what does your /etc/make.conf look like?=