Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 16:10:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229705] databases/clickhouse: fails to build with boost 1.68
Message-ID:  <bug-229705-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229705

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: proler@gmail.com
            Blocks: 229569
                CC: proler@gmail.com
             Flags: maintainer-feedback?(proler@gmail.com)

After bug 229569 lands this port will end up BROKEN. Can you help? I've alr=
eady
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 memb=
er
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 =3D rational<IntType>(static_cast<IntType>(n),
static_cast<IntType>(d));
                      ^
/usr/local/include/boost/rational.hpp:212:8: note: in instantiation of func=
tion
template specialization 'boost::rational<unsigned __int128>::assign<int, in=
t>'
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=3D229569
[Bug 229569] devel/boost-all: Update to 1.68.0 (currently, Beta phase)
--=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-229705-7788>