[MDEV-20239] default `cmake` checks/warns for missing *ancient* aclocal version Created: 2019-08-02 Updated: 2019-10-11 Resolved: 2019-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Configuration |
| Affects Version/s: | 10.4.7, 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | pgnd | Assignee: | Vladislav Vaintroub |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | TokuDB | ||
| Description |
|
building latest 10.4 branch on linux default `cmake` warns about missing aclocal 1.11
Last automake v11x release was in 2012 > https://ftp.gnu.org/gnu/automake/
most current release, v1.16.1, has been out since 2018,
and is widely available in distro-packaging |
| Comments |
| Comment by Vladislav Vaintroub [ 2019-10-11 ] |
|
CMake does not do " Performing build step for 'build_lzma'". That's what make would do. It is building 3rd party external project or deprecated (by upstream) 3rd party storage engine. Nothing is using autotools in MariaDB, except deprecated third party engine. I think it makes sense to complain at the right address. Percona is the maintainer of that code. |