sophos / talpa

Talpa Kernel file access interception modules
GNU General Public License v2.0
17 stars 11 forks source link

Build Failure: aclocal-1.15 #12

Closed bargru closed 6 years ago

bargru commented 6 years ago

The talpa build fails with an error while creating tests. Version 1.15 of aclocal is explicitly required.

 create mode 100644 tests/configure/mount.c
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 
/bin/sh: aclocal-1.15: Kommando nicht gefunden.
make: *** [makefile:914: aclocal.m4] Fehler 127

On my machine version 1.16.1 is installed. This is the latest version from 2018-03-11.

aclocal --version
aclocal (GNU automake) 1.16.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.

Does version 1.15 have to be installed explicitly or is it sufficient that aclocal is present?

bargru commented 6 years ago

It was my mistake... I made a git pull in my build directory. After deleting the old files it worked.