Date: Mon, 25 Sep 2017 00:57:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222439] databases/clickhouse: fails to build with system boost 1.65 Message-ID: <bug-222439-13-0MLkjxsgR6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222439-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222439-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222439 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Mon Sep 25 00:57:35 UTC 2017 New revision: 450563 URL: https://svnweb.freebsd.org/changeset/ports/450563 Log: 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 =3D=3D (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<unsi= gned __int128>' requested here IntType g =3D 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 =3D 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) Changes: head/databases/clickhouse/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222439-13-0MLkjxsgR6>