root-project/root

CMake >= 3.24 fails to build LZMA: WARNING: 'aclocal-1.15' is missing on your system.

Closed this issue · 2 comments

  • Checked for duplicates

With CMake >= 3.24 we get

.../LZMA-prefix/src/LZMA-stamp/LZMA-build-Release.cmake:49 (message):
  Command failed: 2

   'make'

  See also

    .../LZMA-prefix/src/LZMA-stamp/LZMA-build-*.log

which has

WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile:514: aclocal.m4] Error 127

Fixed by this PR: