Skip to content

cmake fails because all "deps" subfolders are empty #72

@rfringuello89

Description

@rfringuello89

It is not possible to build RetDec because all "deps" subfolders are empty.

Steps:

  • cd /opt/Programs/retdec/retdec/ (sources root)
  • mkdir build && cd build
  • cmake ../

Output:

-- The CXX compiler identification is GNU 6.3.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'Release' as none was specified.
CMake Error at deps/CMakeLists.txt:1 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/capstone2llvmir

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:2 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/ctypes

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:3 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/demangler

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:4 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/fileformat

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:5 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/fnc-patterns

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:9 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/libdwarf

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:10 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/llvm

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:11 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/pdbparser

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:12 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/retdec-config

does not contain a CMakeLists.txt file.

CMake Error at deps/CMakeLists.txt:13 (add_subdirectory):
The source directory

/opt/Programs/retdec/retdec/deps/tl-cpputils

does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!
See also "/opt/Programs/retdec/retdec/build/CMakeFiles/CMakeOutput.log".

Here CMake output in attachment:
CMakeOutput.log

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions