Unable to access 'https://github.com/vgvassilev/clad.git/': GnuTLS recv error (-54): Error in the pull function

I want to install the ROOT 6.24.06, when I go to the step"sudo make install",


the error shows in the below


-- stdout output is:
-- Had to git clone more than once:
          3 times.

-- stderr output is:
Cloning into 'clad'...
fatal: unable to access 'https://github.com/vgvassilev/clad.git/': GnuTLS recv error (-54): Error in the pull function.
Cloning into 'clad'...
fatal: unable to access 'https://github.com/vgvassilev/clad.git/': Failed to connect to github.com port 443: Connection refused
Cloning into 'clad'...
fatal: unable to access 'https://github.com/vgvassilev/clad.git/': Failed to connect to github.com port 443: Connection refused
CMake Error at /home/xxc/root-6.24.06/build/interpreter/cling/tools/plugins/clad/clad-prefix/tmp/clad-gitclone.cmake:31 (message):
  Failed to clone repository: 'https://github.com/vgvassilev/clad.git'



CMake Error at clad-stamp/clad-download-Release.cmake:47 (message):
  Stopping after outputting logs.


make[2]: *** [interpreter/cling/tools/plugins/clad/CMakeFiles/clad.dir/build.make:110: interpreter/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:25229: interpreter/cling/tools/plugins/clad/CMakeFiles/clad.dir/all] Error 2
make: *** [Makefile:171: all] Error 2


Please read tips for efficient and successful posting and posting code

ROOT Version: ROOT-6.24.06
Platform: Ubuntu
Compiler: Not Provided


Hi @XiCheng ,
from your screenshot you are ROOT v6.16 , not v6.24?

The error you posted is an internet connection error. The installation procedure tries to download some dependencies and fails.

You don’t necessarily have to build ROOT from source to install it on Ubuntu though (in fact we discourage it unless strictly required). You can use the snap or conda packages or the pre-compiled binaries, as described here: Installing ROOT - ROOT .

Cheers,
Enrico

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