CMake Error at clad-stamp/clad-download-Release.cmake:49 (message):


_ROOT Version: 6.16
_Platform: Fedora30
_Compiler: Clang


Hi I receive the following error when installing and running make -f Makefile:
[ 73%] Performing download step (git clone) for ‘clad’
CMake Error at clad-stamp/clad-download-Release.cmake:49 (message):
Command failed: 1

‘/usr/bin/cmake’ ‘-P’ ‘/home/seanmeredith/Programs/build-root/interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/tmp/clad-gitclone.cmake’

See also

/home/seanmeredith/Programs/build-root/interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-download-*.log

make[2]: *** [interpreter/llvm/src/tools/cling/tools/plugins/clad/CMakeFiles/clad.dir/build.make:91: interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:15471: interpreter/llvm/src/tools/cling/tools/plugins/clad/CMakeFiles/clad.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Not sure what to do.

Please post the actual error from the log file CMake indicates:

See also:
/home/seanmeredith/Programs/build-root/interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-download-*.log

::::::::::::::
/home/seanmeredith/Programs/build-root/interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-download-err.log
::::::::::::::
Cloning into ‘clad’…
fatal: unable to access ‘https://github.com/vgvassilev/clad.git/’: SSL certificate problem: unable to get local issuer certificate
Cloning into ‘clad’…
fatal: unable to access ‘https://github.com/vgvassilev/clad.git/’: SSL certificate problem: unable to get local issuer certificate
Cloning into ‘clad’…
fatal: unable to access ‘https://github.com/vgvassilev/clad.git/’: SSL certificate problem: unable to get local issuer certificate
CMake Error at /home/seanmeredith/Programs/build-root/interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/tmp/clad-gitclone.cmake:66 (message):
Failed to clone repository: ‘https://github.com/vgvassilev/clad.git

::::::::::::::
/home/seanmeredith/Programs/build-root/interpreter/llvm/src/tools/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-download-out.log
::::::::::::::
– Had to git clone more than once:
3 times.

I am connected to the internet

I included it. Is there a way to just avoid this download entirely if it’s unnecessary?

Just add -Dclad=OFF to your CMake command line.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.