Replies: 3 comments 4 replies
-
It looks that libcurl in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe it's caused by this PR: #583 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you try to download cmake binary directly from here instead of building from its source code? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error Detail as below:
[ 11%] Creating directories for 'jemalloc-populate'
[ 22%] Performing download step (download, verify and extract) for 'jemalloc-populate'
-- Downloading...
dst='/data0/kvrocks/incubator-kvrocks/build/_deps/jemalloc-subbuild/jemalloc-populate-prefix/src/12cd13cd418512d9e7596921ccdb62e25a103f87.zip'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/jemalloc/jemalloc/archive/12cd13cd418512d9e7596921ccdb62e25a103f87.zip'
CMake Error at jemalloc-subbuild/jemalloc-populate-prefix/src/jemalloc-populate-stamp/download-jemalloc-populate.cmake:170 (message):
Each download failed!
Closing connection -1
gmake[2]: *** [jemalloc-populate-prefix/src/jemalloc-populate-stamp/jemalloc-populate-download] Error 1
gmake[1]: *** [CMakeFiles/jemalloc-populate.dir/all] Error 2
gmake: *** [all] Error 2
CMake Error at build/cmake/share/cmake-3.23/Modules/FetchContent.cmake:1088 (message):
Build step for jemalloc failed: 2
Call Stack (most recent call first):
build/cmake/share/cmake-3.23/Modules/FetchContent.cmake:1217:EVAL:2 (__FetchContent_directPopulate)
build/cmake/share/cmake-3.23/Modules/FetchContent.cmake:1217 (cmake_language)
cmake/jemalloc.cmake:29 (FetchContent_Populate)
CMakeLists.txt:50 (include)
-- Configuring incomplete, errors occurred!
See also "/data0/kvrocks/incubator-kvrocks/build/CMakeFiles/CMakeOutput.log".
Beta Was this translation helpful? Give feedback.
All reactions