Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error on ubuntu #234

Closed
akashtalole opened this issue Mar 20, 2022 · 1 comment
Closed

Compile error on ubuntu #234

akashtalole opened this issue Mar 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@akashtalole
Copy link

akashtalole commented Mar 20, 2022

I am compiling darwin on ubuntu

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:

  1. Clone repo
  2. cmake .
  3. 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".`

@akashtalole akashtalole added the bug Something isn't working label Mar 20, 2022
@ThibaudCartegnie
Copy link
Contributor

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).

Let me know if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants