Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.21, 10.0.21-galera
-
Debian jessie
Ubuntu trusty, utopic and vivid
Description
Similar to MDEV-6330 but now fixable since on MariaDB 10 everything builds nicely with libboost-dev from Debian or Ubuntu repos.
In detail
Building mariadb-10.0 using the Debian/Ubuntu sources provided on MariaDB Repositories fails with:
dh_movefiles: debian/tmp/usr/lib/mysql/plugin/ha_oqgraph.so not found (supposed to put it in mariadb-oqgraph-engine-10.0)
|
The error comes from OQGraph not getting built because it depends on libboost-dev and libjudy-dev. Both these libs are not installed when we do a
apt-get source mariadb-server-10.0
|
Either they should be added to the build dependencies or OQGraph plugin should be removed from the build process.