maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #04736
Re: MariaDB 5.5.24 release prep
Hi, md!
On May 31, md wrote:
> Sergei:
>
> I guess you can get 5.5.24 to build ok. I had a bunch of trouble with
> 5.5.23 and a compiler error that I could not seem to make go away.
>
> [ 47%] Building CXX object
> storage/oqgraph/CMakeFiles/oqgraph.dir/graphcore.cc.o
>
> In file included from
> /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:27:0,
This is a known issue. An the OQGraph engine that we include is
incompatible with the new Boost.
It is a third-party engine, not ours. OQGraph developer knows about this
problem and he's working on it. When he'll fix OQGraph, we will update
it in our sources. Meanwhile we build without.
Try to run
cmake -DWITHOUT_OQGRAPH=1
in your build tree, and run make again.
In 5.5.25 I'll make this the default behavior, until OQGraph is fixed.
Regards,
Sergei
References