I have an installation of Metron running on a single node. I receive an error when I try to provision the VM with
either "sensors" or more specifically "yaf" tag. The error happens during this task:
TASK [yaf : Compile and Install fixbuf] ****************************************
and is as follows:
failed: [node1] => (item=./configure) => {"changed": true, "cmd": "./configure", "delta": "0:00:00.879759", "end": "2016-10-22 00:56:24.976554", "failed": true, "invocation": {"module_args": {"_raw_params": "./configure", "_uses_shell": true, "chdir": "/tmp/libfixbuf-1.7.1", "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": "./configure", "rc": 1, "start": "2016-10-22 00:56:24.096795", "stderr": "configure: error: cannot find install-sh, install.sh, or shtool in autoconf \".\"/autoconf", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [node1] => (item=make) => {"changed": true, "cmd": "make", "delta": "0:00:00.014689", "end": "2016-10-22 00:56:25.601005", "failed": true, "invocation": {"module_args": {"_raw_params": "make", "_uses_shell": true, "chdir": "/tmp/libfixbuf-1.7.1", "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": "make", "rc": 2, "start": "2016-10-22 00:56:25.586316", "stderr": "make: *** No rule to make target `Makefile.am', needed by `Makefile.in'. Stop.", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [node1] => (item=make install) => {"changed": true, "cmd": "make install", "delta": "0:00:00.027586", "end": "2016-10-22 00:56:26.259226", "failed": true, "invocation": {"module_args": {"_raw_params": "make install", "_uses_shell": true, "chdir": "/tmp/libfixbuf-1.7.1", "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": "make install", "rc": 2, "start": "2016-10-22 00:56:26.231640", "stderr": "make: *** No rule to make target `Makefile.am', needed by `Makefile.in'. Stop.", "stdout": "", "stdout_lines": [], "warnings": []}
It seems to be the same error as METRON-104: https://issues.apache.org/jira/browse/METRON-104 , which is marked as resolved.
Any suggestions on how to resolve the issue?