[Bug 229705] databases/clickhouse: fails to build with boost 1.68
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 11 16:10:33 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229705
Bug ID: 229705
Summary: databases/clickhouse: fails to build with boost 1.68
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: proler at gmail.com
Blocks: 229569
CC: proler at gmail.com
Flags: maintainer-feedback?(proler at gmail.com)
After bug 229569 lands this port will end up BROKEN. Can you help? I've already
reported upstream.
In file included from
dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:1:
/usr/local/include/boost/rational.hpp:860:47: error: no member named 'max' in
'std::__1::numeric_limits<__uint128_t>'
if (den < -(std::numeric_limits<IntType>::max)())
^
/usr/local/include/boost/rational.hpp:164:8: note: in instantiation of member
function 'boost::rational<unsigned __int128>::normalize' requested here
normalize();
^
/usr/local/include/boost/rational.hpp:252: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));
^
/usr/local/include/boost/rational.hpp:212: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:124:16: note: in
instantiation of function template specialization 'boost::rational<unsigned
__int128>::rational<int>' requested here
return 1;
^
1 error generated.
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229569
[Bug 229569] devel/boost-all: Update to 1.68.0 (currently, Beta phase)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list