/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja -G Ninja /Users/okislal/workspace/madlib CMake Deprecation Warning at CMakeLists.txt:18 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Error at /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.21/Modules/FindBoost.cmake:1794 (file): file STRINGS file "/usr/local/include/boost/version.hpp" cannot be read. Call Stack (most recent call first): CMakeLists.txt:89 (find_package) -- Found Boost: /usr/local/include (found version "0.0.0") -- Found Boost 0.0.0, but too old for MADlib. Will download a compatible version -- Found PythonInterp: /usr/local/bin/python (found version "2.7.17") CMake Warning (dev) at cmake/Utils.cmake:198 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "extension" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/ports/postgres/cmake/PostgreSQLUtils.cmake:58 (get_filtered_list) src/ports/postgres/CMakeLists.txt:366 (determine_target_versions) This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at src/ports/postgres/cmake/FindPostgreSQL.cmake:44 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): src/ports/postgres/cmake/PostgreSQLUtils.cmake:67 (find_package) src/ports/postgres/CMakeLists.txt:366 (determine_target_versions) -- Could NOT find PostgreSQL (missing: POSTGRESQL_EXECUTABLE POSTGRESQL_CLIENT_INCLUDE_DIR POSTGRESQL_SERVER_INCLUDE_DIR) CMake Deprecation Warning at src/ports/postgres/cmake/FindPostgreSQL.cmake:44 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): src/ports/greenplum/cmake/FindGreenplum.cmake:15 (include) src/ports/postgres/cmake/PostgreSQLUtils.cmake:67 (find_package) src/ports/greenplum/CMakeLists.txt:300 (determine_target_versions) -- Could NOT find Greenplum (missing: GREENPLUM_EXECUTABLE GREENPLUM_CLIENT_INCLUDE_DIR GREENPLUM_SERVER_INCLUDE_DIR) -- Using default web-based MathJax -- Could NOT find BISON: Found unsuitable version "2.3", but required is at least "2.4" (found /usr/bin/bison) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could not find recent versions of at least one of flex, bison, doxygen, or dot (part of graphviz, needed for doxygen). Documentation will not be built. -- Configuring incomplete, errors occurred! See also "/Users/okislal/workspace/madlib/cmake-build-debug/CMakeFiles/CMakeOutput.log".