zookeeper-cpp
zookeeper-cpp copied to clipboard
Fetching ZooKeeper Server 3.5.5... Stuck
When bulding the repo and configuring cmake using the following command
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release
I get the following output with it being stuck on the last line. I already have zookeeper installed and even added to $PATH
-- The CXX compiler identification is GNU 13.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Software Version: 0.2.3
CMake Deprecation Warning at CMakeLists.txt:21 (cmake_policy):
The OLD behavior for policy CMP0037 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Found Java: /usr/bin/java (found version "21.0.5") found components: Runtime
CMake Warning (dev) at cmake/modules/ZooKeeper.cmake:25 (find_program):
Policy CMP0109 is not set: find_program() requires permission to execute
but not to read. Run "cmake --help-policy CMP0109" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The file
/usr/share/java/ivy.jar
is readable but not executable. CMake is using it for compatibility.
Call Stack (most recent call first):
CMakeLists.txt:30 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuration: Release
-- Features:
-- CODE_COVERAGE: OFF
-- BUFFER: STD_VECTOR
-- FUTURE: STD
-- Found GTest: /usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.14.0")
-- zkpp-tests : src/zk/tests
-- + executable
-- + library (1)
-- zkpp : src/zk
-- + library (9)
-- + test library (7)
-- zkpp-server : src/zk/server
-- + library (13)
-- + test library (7)
-- Fetching ZooKeeper Server 3.5.5...