From owner-freebsd-ports-bugs@freebsd.org Mon Apr 24 10:35:53 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 25F9AD4DB25 for ; Mon, 24 Apr 2017 10:35:53 +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 mx1.freebsd.org (Postfix) with ESMTPS id 14AF61AF8 for ; Mon, 24 Apr 2017 10:35:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v3OAZqoA081676 for ; Mon, 24 Apr 2017 10:35:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218841] databases/clickhouse: fails to build with boost 1.64 Date: Mon, 24 Apr 2017 10:35:52 +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-patch 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: freebsd-ports-bugs@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 cc 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 10:35:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218841 Bug ID: 218841 Summary: databases/clickhouse: fails to build with boost 1.64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: proler@gmail.com Blocks: 218835 CC: proler@gmail.com Flags: maintainer-feedback?(proler@gmail.com) Bug 218835 is going to land shortly after exp-run and render this port BROK= EN. Can you help with investigation? In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:16: /usr/local/include/boost/rational.hpp:207:75: error: no member named 'radix= ' in 'std::__1::numeric_limits<__uint128_t>' && (std::numeric_limits::radix =3D=3D std::numeric_limits::radix) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:112:36: note: in instantiation of template class 'boost::rational' reques= ted here ostr << ASTSampleRatio::toString(x.numerator()) << "/" << ASTSampleRatio::toString(x.denominator()); ^ In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:16: /usr/local/include/boost/rational.hpp:218:75: error: no member named 'radix= ' in 'std::__1::numeric_limits<__uint128_t>' && (std::numeric_limits::radix =3D=3D std::numeric_limits::radix) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:231:75: error: no member named 'radix= ' in 'std::__1::numeric_limits<__uint128_t>' && (std::numeric_limits::radix =3D=3D std::numeric_limits::radix) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:241:75: error: no member named 'radix= ' in 'std::__1::numeric_limits<__uint128_t>' && (std::numeric_limits::radix =3D=3D std::numeric_limits::radix) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:416:120: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits > std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D false), bool>::type is_safe_narrowing_conversion(const T& val) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:424:120: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits > std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D true) && (std::numeric_limits::is_signed =3D=3D true), bool>::type is_safe_narrowing_conversion(const T& val) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:436:120: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits > std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D true) && (std::numeric_limits::is_signed =3D=3D false), bool>::type is_safe_narrowing_conversion(const T& val) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:444:121: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits <=3D std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D true) && (std::numeric_limits::is_signed =3D=3D false), bool>::type is_safe_narrowing_conversion(const T& val) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:452:121: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits <=3D std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D false) && (std::numeric_limits::is_signed =3D=3D true), bool>::type is_safe_narrowing_conversion(const T&) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:460:121: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits <=3D std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D false) && (std::numeric_limits::is_signed =3D=3D false), bool>::ty= pe is_safe_narrowing_conversion(const T&) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:468:121: error: no member named 'digi= ts' in 'std::__1::numeric_limits<__uint128_t>' BOOST_CONSTEXPR static typename boost::enable_if_c<(std::numeric_limits::digits <=3D std::numeric_limits::digits) && (std::numeric_limits::is_signed= =3D=3D true) && (std::numeric_limits::is_signed =3D=3D true), bool>::type is_safe_narrowing_conversion(const T&) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/rational.hpp:120:82: error: no member named 'digit= s' in 'std::__1::numeric_limits<__uint128_t>' && (std::numeric_limits::digits <=3D std::numeric_limits::digits) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/local/include/boost/config/suffix.hpp:394:72: note: expanded from macro 'BOOST_STATIC_CONSTANT' # define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~ /usr/local/include/boost/rational.hpp:157:25: note: in instantiation of template class 'boost::rational_detail::is_compatible_integer, unsigned __int128>' requested here rational_detail::is_compatible_integer::value ^ dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:112:10: note: w= hile substituting deduced template arguments into function template 'rational' [= with T =3D std::__1::basic_string] ostr << ASTSampleRatio::toString(x.numerator()) << "/" << ASTSampleRatio::toString(x.denominator()); ^ In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:3: /usr/include/c++/v1/limits:147:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return type();} ^ /usr/include/c++/v1/limits:441:15: note: in instantiation of template class 'std::__1::__libcpp_numeric_limits' requested here : private __libcpp_numeric_limits::type> ^ /usr/local/include/boost/rational.hpp:119:50: note: in instantiation of template class 'std::__1::numeric_limits' requested here BOOST_STATIC_CONSTANT(bool, value =3D ((std::numeric_limits::is_specialized && std::numeric_limits::is_integer ^ /usr/local/include/boost/rational.hpp:157:25: note: in instantiation of template class 'boost::rational_detail::is_compatible_integer' requested here rational_detail::is_compatible_integer::value ^ dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:112:53: note: w= hile substituting deduced template arguments into function template 'rational' [= with T =3D char [2]] ostr << ASTSampleRatio::toString(x.numerator()) << "/" << ASTSampleRatio::toString(x.denominator()); ^ In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:3: /usr/include/c++/v1/limits:148:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return type();} ^ /usr/include/c++/v1/limits:149:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXC= EPT {return type();} ^ /usr/include/c++/v1/limits:158:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEX= CEPT {return type();} ^ /usr/include/c++/v1/limits:159:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();} ^ /usr/include/c++/v1/limits:171:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type();} ^ /usr/include/c++/v1/limits:172:56: error: function cannot return array type 'type' (aka 'char [2]') _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN() _NOEXCEPT {return type();} ^ fatal error: too many errors emitted, stopping now [-ferror-limit=3D] 20 errors generated. build log: http://sprunge.us/FKGj Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218835 [Bug 218835] devel/boost-all: update to 1.64 --=20 You are receiving this mail because: You are the assignee for the bug.=