From owner-freebsd-ports-bugs@freebsd.org Mon Aug 6 00:42:06 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 D7691106430D for ; Mon, 6 Aug 2018 00:42:05 +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 8F5CD7F979 for ; Mon, 6 Aug 2018 00:42:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 506071064308; Mon, 6 Aug 2018 00:42:05 +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 15D101064306 for ; Mon, 6 Aug 2018 00:42:05 +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 AB5937F96A for ; Mon, 6 Aug 2018 00:42:04 +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 045CEC5AF for ; Mon, 6 Aug 2018 00:42:04 +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 w760g3GY052979 for ; Mon, 6 Aug 2018 00:42:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w760g3vW052978 for ports-bugs@FreeBSD.org; Mon, 6 Aug 2018 00:42:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230401] devel/boost-libs: fails to build with libc++ 7 Date: Mon, 06 Aug 2018 00:42:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter blocked flagtypes.name Message-ID: 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: Mon, 06 Aug 2018 00:42:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230401 Bug ID: 230401 Summary: devel/boost-libs: fails to build with libc++ 7 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-qa Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: jbeich@FreeBSD.org Blocks: 230355 Assignee: office@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) $ c++ -v FreeBSD clang version 7.0.0 (branches/release_70 338892) (based on LLVM 7.0.0svn) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin $ make [...] In file included from libs/log/src/syslog_backend.cpp:29: In file included from ./boost/asio/buffer.hpp:27: In file included from ./boost/asio/detail/string_view.hpp:25: /usr/include/c++/v1/experimental/string_view:11:2: error: " has been removed. Use instead." #error " has been removed. Use instead." ^ In file included from libs/log/src/syslog_backend.cpp:29: In file included from ./boost/asio/buffer.hpp:27: ./boost/asio/detail/string_view.hpp:37:12: error: no member named 'experimental' in namespace 'std' using std::experimental::basic_string_view; ~~~~~^ ./boost/asio/detail/string_view.hpp:38:12: error: no member named 'experimental' in namespace 'std' using std::experimental::string_view; ~~~~~^ In file included from libs/log/src/syslog_backend.cpp:29: ./boost/asio/buffer.hpp:1489:5: error: no template named 'basic_string_view= '; did you mean 'std::basic_string_view'? basic_string_view data) BOOST_ASIO_NOEXCEPT ^~~~~~~~~~~~~~~~~ std::basic_string_view /usr/include/c++/v1/string_view:194:28: note: 'std::basic_string_view' decl= ared here class _LIBCPP_TEMPLATE_VIS basic_string_view { ^ In file included from libs/log/src/syslog_backend.cpp:29: ./boost/asio/buffer.hpp:1510:5: error: no template named 'basic_string_view= '; did you mean 'std::basic_string_view'? basic_string_view data, ^~~~~~~~~~~~~~~~~ std::basic_string_view /usr/include/c++/v1/string_view:194:28: note: 'std::basic_string_view' decl= ared here class _LIBCPP_TEMPLATE_VIS basic_string_view { ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:24: ./boost/asio/ip/address_v4.hpp:288:44: error: unknown type name 'string_vie= w'; did you mean 'std::string_view'? BOOST_ASIO_DECL address_v4 make_address_v4(string_view str); ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:24: ./boost/asio/ip/address_v4.hpp:295:5: error: unknown type name 'string_view= '; did you mean 'std::string_view'? string_view str, boost::system::error_code& ec); ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:24: In file included from ./boost/asio/ip/address_v4.hpp:328: ./boost/asio/ip/impl/address_v4.ipp:193:28: error: unknown type name 'string_view'; did you mean 'std::string_view'? address_v4 make_address_v4(string_view str) ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:24: In file included from ./boost/asio/ip/address_v4.hpp:328: ./boost/asio/ip/impl/address_v4.ipp:198:28: error: unknown type name 'string_view'; did you mean 'std::string_view'? address_v4 make_address_v4(string_view str, ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:25: ./boost/asio/ip/address_v6.hpp:277:44: error: unknown type name 'string_vie= w'; did you mean 'std::string_view'? BOOST_ASIO_DECL address_v6 make_address_v6(string_view str); ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:25: ./boost/asio/ip/address_v6.hpp:284:5: error: unknown type name 'string_view= '; did you mean 'std::string_view'? string_view str, boost::system::error_code& ec); ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:25: In file included from ./boost/asio/ip/address_v6.hpp:335: ./boost/asio/ip/impl/address_v6.ipp:309:28: error: unknown type name 'string_view'; did you mean 'std::string_view'? address_v6 make_address_v6(string_view str) ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:25: In file included from ./boost/asio/ip/address_v6.hpp:335: ./boost/asio/ip/impl/address_v6.ipp:314:28: error: unknown type name 'string_view'; did you mean 'std::string_view'? address_v6 make_address_v6(string_view str, ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: ./boost/asio/ip/address.hpp:218:38: error: unknown type name 'string_view';= did you mean 'std::string_view'? BOOST_ASIO_DECL address make_address(string_view str); ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: ./boost/asio/ip/address.hpp:226:5: error: unknown type name 'string_view'; = did you mean 'std::string_view'? string_view str, boost::system::error_code& ec); ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:259: ./boost/asio/ip/impl/address.ipp:140:22: error: unknown type name 'string_view'; did you mean 'std::string_view'? address make_address(string_view str) ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:21: In file included from ./boost/asio/ip/basic_endpoint.hpp:19: In file included from ./boost/asio/ip/address.hpp:259: ./boost/asio/ip/impl/address.ipp:145:22: error: unknown type name 'string_view'; did you mean 'std::string_view'? address make_address(string_view str, ^~~~~~~~~~~ std::string_view /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:22: In file included from ./boost/asio/ip/basic_resolver.hpp:27: In file included from ./boost/asio/ip/basic_resolver_iterator.hpp:27: ./boost/asio/ip/basic_resolver_entry.hpp:54:7: error: no type named 'string_view' in namespace 'boost::asio'; did you mean 'std::string_view'? BOOST_ASIO_STRING_VIEW_PARAM host, BOOST_ASIO_STRING_VIEW_PARAM servi= ce) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ std::string_view ./boost/asio/detail/string_view.hpp:44:39: note: expanded from macro 'BOOST_ASIO_STRING_VIEW_PARAM' # define BOOST_ASIO_STRING_VIEW_PARAM boost::asio::string_view ^~~~~~~~~~~~~ /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ In file included from libs/log/src/syslog_backend.cpp:32: In file included from ./boost/asio/ip/udp.hpp:22: In file included from ./boost/asio/ip/basic_resolver.hpp:27: In file included from ./boost/asio/ip/basic_resolver_iterator.hpp:27: ./boost/asio/ip/basic_resolver_entry.hpp:54:42: error: no type named 'string_view' in namespace 'boost::asio'; did you mean 'std::string_view'? BOOST_ASIO_STRING_VIEW_PARAM host, BOOST_ASIO_STRING_VIEW_PARAM servi= ce) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ std::string_view ./boost/asio/detail/string_view.hpp:44:39: note: expanded from macro 'BOOST_ASIO_STRING_VIEW_PARAM' # define BOOST_ASIO_STRING_VIEW_PARAM boost::asio::string_view ^~~~~~~~~~~~~ /usr/include/c++/v1/string_view:770:37: note: 'std::string_view' declared h= ere typedef basic_string_view string_view; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=3D] 20 errors generated. build log: https://ptpb.pw/YpvE Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230355 [Bug 230355] [exp-run] Against projects/clang700-import branch --=20 You are receiving this mail because: You are the assignee for the bug.=