HomeFreeBSD

databases/clickhouse: mark BROKEN after r450560

Description

databases/clickhouse: mark BROKEN after r450560

In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:19:
In file included from contrib/libboost/boost_1_65_0/boost/rational.hpp:82:
contrib/libboost/boost_1_65_0/boost/integer/common_factor_rt.hpp:447:44: error: no member named 'min' in 'std::1::numeric_limits<uint128_t>'

if(a == (std::numeric_limits<Integer>::min)())
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

contrib/libboost/boost_1_65_0/boost/rational.hpp:854:26: note: in instantiation of function template specialization 'boost::integer::gcd<unsigned __int128>' requested here

IntType g = integer::gcd(num, den);
                     ^

contrib/libboost/boost_1_65_0/boost/rational.hpp:163:8: note: in instantiation of member function 'boost::rational<unsigned __int128>::normalize' requested here

normalize();
^

contrib/libboost/boost_1_65_0/boost/rational.hpp:251:23: note: in instantiation of function template specialization 'boost::rational<unsigned int128>::rational<unsigned int128, unsigned __int128>' requested here

return *this = rational<IntType>(static_cast<IntType>(n), static_cast<IntType>(d));
               ^

contrib/libboost/boost_1_65_0/boost/rational.hpp:211:8: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::assign<int, int>' requested here

assign(n, static_cast<T>(1));
^

dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:122:16: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::rational<int>' requested here

return 1;
       ^

[...]

PR: 222439
Pointy hat to: jbeich (bundled boost didn't help)

Details

Provenance
jbeichAuthored on
Parents
rP450562: devel/google{test,mock}: update to 1.8.0.358
Branches
Unknown
Tags
Unknown