You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plateform (please complete the following information):
OS (version): Ubuntu 20.04
Darwin version: 1.5.3
Clients version (if applicable):
To Reproduce
Steps to reproduce the behavior:
Clone repo
cmake .
See error below
`Generating CMake files for the filters: HOSTLOOKUP;SESSION;DGA;CONNECTION;TANOMALY;ANOMALY;CONTENT_INSPECTION;BUFFER;YARA
CMake Error at cmake/fdga.cmake:20 (add_subdirectory):
add_subdirectory given source
"/home/sky/github/darwin/tensorflow/tensorflow/lite" which is not an
existing directory.
Call Stack (most recent call first):
CMakeLists.txt:133 (include)
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Faup (missing: FAUP_LIBRARIES FAUP_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindFaup.cmake:32 (find_package_handle_standard_args)
cmake/fdga.cmake:24 (find_package)
CMakeLists.txt:133 (include)
-- Configuring incomplete, errors occurred!
See also "/home/sky/github/darwin/CMakeFiles/CMakeOutput.log".
See also "/home/sky/github/darwin/CMakeFiles/CMakeError.log".`
The text was updated successfully, but these errors were encountered:
Hello @akashtalole, seeing the error message, you need to install the dependency FAUP (https://github.com/stricaud/faup/tree/v1.5) and clone Tensorflow (you can do so by pulling the submodule of the Darwin repository).
I am compiling darwin on ubuntu
Plateform (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
`Generating CMake files for the filters: HOSTLOOKUP;SESSION;DGA;CONNECTION;TANOMALY;ANOMALY;CONTENT_INSPECTION;BUFFER;YARA
CMake Error at cmake/fdga.cmake:20 (add_subdirectory):
add_subdirectory given source
"/home/sky/github/darwin/tensorflow/tensorflow/lite" which is not an
existing directory.
Call Stack (most recent call first):
CMakeLists.txt:133 (include)
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Faup (missing: FAUP_LIBRARIES FAUP_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindFaup.cmake:32 (find_package_handle_standard_args)
cmake/fdga.cmake:24 (find_package)
CMakeLists.txt:133 (include)
-- Configuring incomplete, errors occurred!
See also "/home/sky/github/darwin/CMakeFiles/CMakeOutput.log".
See also "/home/sky/github/darwin/CMakeFiles/CMakeError.log".`
The text was updated successfully, but these errors were encountered: