From owner-freebsd-ports-bugs@freebsd.org Tue Aug 14 21:48:44 2018 Return-Path: Delivered-To: freebsd-ports-bugs@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 3D5E41065BBC for ; Tue, 14 Aug 2018 21:48:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CCF1D8AAE9 for ; Tue, 14 Aug 2018 21:48:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9139D1065BB9; Tue, 14 Aug 2018 21:48:43 +0000 (UTC) Delivered-To: ports-bugs@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 6F73F1065BB8 for ; Tue, 14 Aug 2018 21:48:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10FA98AAD9 for ; Tue, 14 Aug 2018 21:48:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 67F081CA43 for ; Tue, 14 Aug 2018 21:48:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7ELmgwW093888 for ; Tue, 14 Aug 2018 21:48:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7ELmg8W093885 for ports-bugs@FreeBSD.org; Tue, 14 Aug 2018 21:48:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230355] [exp-run] Against projects/clang700-import branch Date: Tue, 14 Aug 2018 21:48:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 21:48:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230355 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Aug 14 21:48:01 UTC 2018 New revision: 477206 URL: https://svnweb.freebsd.org/changeset/ports/477206 Log: devel/nlohmann-json: unbreak consumers with libc++ 7 In file included from test/src/unit-conversions.cpp:32: single_include/nlohmann/json.hpp:1201:9: error: static_assert failed "cou= ld not find from_json() method in T's namespace" static_assert(sizeof(BasicJsonType) =3D=3D 0, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ single_include/nlohmann/json.hpp:1216:16: note: in instantiation of funct= ion template specialization 'nlohmann::detail::from_json_fn::call, bool, long, unsigned long, doubl= e, std::allocator, adl_serializer>, std::__1::basic_string_view > >' requested here return call(j, val, priority_tag<1> {}); ^ single_include/nlohmann/json.hpp:9660:9: note: in instantiation of functi= on template specialization 'nlohmann::detail::from_json_fn::operator(), bool, long, unsigned long, doubl= e, std::allocator, adl_serializer>, std::__1::basic_string_view > >' requested here ::nlohmann::from_json(std::forward(j), val); ^ single_include/nlohmann/json.hpp:12181:36: note: in instantiation of func= tion template specialization 'nlohmann::adl_serializer >, void>::from_json, b= ool, long, unsigned long, double, std::allocator, adl_serializer> &, std::__1::basic_string_view > >' requested here JSONSerializer::from_json(*this, ret); ^ single_include/nlohmann/json.hpp:12443:16: note: in instantiation of func= tion template specialization 'nlohmann::basic_json, bool, long, unsigned long, double, std::allocator, adl_serializer>::get >, std::__1::basic_string_view >, 0>' requested here return get(); ^ /usr/include/c++/v1/string:875:29: note: in instantiation of function template specialization 'nlohmann::basic_json, bool, long, unsigned long, double, std::allocator, adl_serializer>::operator basic_string_view >, 0>' requested here {__self_view __sv =3D __t; return assign(__sv);} ^ /usr/include/c++/v1/algorithm:1744:19: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=3D0 to see all) *__result =3D *__first; ^ single_include/nlohmann/json.hpp:1195:16: note: in instantiation of funct= ion template specialization 'nlohmann::detail::from_json, bool, long, unsigned long, double, std::allocator, adl_serializer>, std::__1::basic_string, 0>' requested here return from_json(j, val); ^ single_include/nlohmann/json.hpp:1216:16: note: in instantiation of funct= ion template specialization 'nlohmann::detail::from_json_fn::call, bool, long, unsigned long, doubl= e, std::allocator, adl_serializer>, std::__1::valarray > >' requested here return call(j, val, priority_tag<1> {}); ^ single_include/nlohmann/json.hpp:9660:9: note: in instantiation of functi= on template specialization 'nlohmann::detail::from_json_fn::operator(), bool, long, unsigned long, doubl= e, std::allocator, adl_serializer>, std::__1::valarray > >' requested here ::nlohmann::from_json(std::forward(j), val); ^ single_include/nlohmann/json.hpp:12181:36: note: in instantiation of func= tion template specialization 'nlohmann::adl_serializer >, void>::from_json, bool, long, unsigned long, double, std::allocator, adl_serializer> &, std::__1::valarray > >' requested here JSONSerializer::from_json(*this, ret); ^ test/src/unit-conversions.cpp:1042:20: note: in instantiation of function template specialization 'nlohmann::basic_json, bool, long, unsigned long, double, std::allocator, adl_serializer>::get >, std::__1::valarray >, 0>' requested here j5.get>(); ^ PR: 230355 Obtained from: upstream Changes: head/devel/nlohmann-json/files/ head/devel/nlohmann-json/files/patch-libc++7 --=20 You are receiving this mail because: You are on the CC list for the bug.=