Closed ghost closed 4 years ago
Indicate project sysflow_telemetry/sf-collector
Describe the bug During the install part of make install, the file SysFlow.avsc is not found.
To reproduce Steps to reproduce the behavior:
... mkdir -p /usr/local/sysflow/conf && cp avro/avsc/SysFlow.avsc /usr/local/sysflow/conf && cp conf/log4cxx.properties /usr/local/sysflow/conf cp: cannot stat 'avro/avsc/SysFlow.avsc': No such file or directory Makefile:63: recipe for target 'install' failed make[1]: *** [install] Error 1 make[1]: Leaving directory '/root/sf-collector/src' Makefile:36: recipe for target 'install' failed make: *** [install] Error 2
Expected behavior Successful finish of install part of the build.
Environment (please complete the following information):
Additional context Making the file in question available via in sf-collector eg ln -s ../modules/sysflow/avro/ sf-collector/src/avro/ fixes the issue.
ln -s ../modules/sysflow/avro/ sf-collector/src/avro/
Indicate project sysflow_telemetry/sf-collector
Describe the bug During the install part of make install, the file SysFlow.avsc is not found.
To reproduce Steps to reproduce the behavior:
Expected behavior Successful finish of install part of the build.
Environment (please complete the following information):
Additional context Making the file in question available via in sf-collector eg
ln -s ../modules/sysflow/avro/ sf-collector/src/avro/
fixes the issue.