From owner-freebsd-office@freebsd.org Mon Aug 6 00:42:05 2018 Return-Path: Delivered-To: freebsd-office@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 9B692106430A 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 38C077F96D for ; Mon, 6 Aug 2018 00:42:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id F0C711064305; Mon, 6 Aug 2018 00:42:04 +0000 (UTC) Delivered-To: office@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 CECBC1064303 for ; Mon, 6 Aug 2018 00:42:04 +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 705637F968 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 BDC75C5AE for ; Mon, 6 Aug 2018 00:42:03 +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 w760g3CZ052975 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 w760g3ws052974 for office@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 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: maintainer-feedback requested: [Bug 230401] devel/boost-libs: fails to build with libc++ 7 Date: Mon, 06 Aug 2018 00:42:03 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 00:42:05 -0000 Bugzilla Automation has asked freebsd-office mailing list for maintainer-feedback: Bug 230401: devel/boost-libs: fails to build with libc++ 7 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230401 --- Description --- $ 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