[MDEV-16109] Ubuntu 18.04 bionic fails to build Created: 2018-05-07 Updated: 2018-05-08 Resolved: 2018-05-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.1.33, 10.2.15, 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Bartholomew | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Ubuntu 18.04 Bionic is currently failing in buildbot. Here are links to recent builds: From these logs it appears it isn't even getting out of the cmake configure stage. In case it helps, I've attached the CMakeOutput.log and CmakeError.log log files from a manual build of 10.1.32 I did on the buildbot builder. |
| Comments |
| Comment by Daniel Bartholomew [ 2018-05-08 ] |
|
cvicentiu Do you know if there's a way I can disable Mroonga so that I can manually build packages for the 10.1.33 release I'm working on today? I'd really like to have it in the release if possible. People are complaining that we don't yet have Ubuntu Bionic repositories... The normal way to disable Mroonga is just export CMAKEFLAGS="-DPLUGIN_MROONGA=NO" before building but that doesn't seem work with the debian/autobake-deb.sh script we use to build .deb packages. |
| Comment by Vicențiu Ciorbaru [ 2018-05-08 ] |
|
Fixed with: https://github.com/MariaDB/server/commit/b62224e232fedf982598aa4b373962c4c3746400 |