Getting error while installing Root 6.20.00

Hello all

I am facing this error while installing the latest release of Root i.e. 6.20.00 using Cmake.
CMake Error at CMakeLists.txt:231 (add_subdirectory):
add_subdirectory given source “interpreter” which is not an existing
directory.

and several other similar errors with different subdirectories name.

_ROOT Version:6.20.00
_Platform:Ubuntu 16.04
_Compiler:cmake 3.16.4


Where did you get the source? In the source directory what is the output of doing ls -l?

I got the source from this link: https://root.cern.ch/content/release-62000
The output of ls -l:

total 108
drwxrwxr-x 9 shubhamdutta shubhamdutta 4096 Feb 28 01:04 bindings
drwxrwxr-x 7 shubhamdutta shubhamdutta 4096 Feb 28 01:04 build
drwxrwxr-x 9 shubhamdutta shubhamdutta 4096 Feb 28 01:04 builtins
drwxrwxr-x 4 shubhamdutta shubhamdutta 4096 Feb 28 01:04 cmake
-rw-rw-r-- 1 shubhamdutta shubhamdutta 27838 Feb 28 01:04 CMakeLists.txt
drwxrwxr-x 2 shubhamdutta shubhamdutta 4096 Feb 28 01:04 config
-rw-rw-r-- 1 shubhamdutta shubhamdutta 182 Feb 28 01:04 configure
-rw-rw-r-- 1 shubhamdutta shubhamdutta 2485 Feb 28 01:04 CONTRIBUTING.md
drwxrwxr-x 26 shubhamdutta shubhamdutta 4096 Feb 28 01:04 core
drwxrwxr-x 13 shubhamdutta shubhamdutta 4096 Feb 28 01:04 doc
drwxrwxr-x 5 shubhamdutta shubhamdutta 4096 Feb 28 01:04 documentation
-rw-rw-r-- 1 shubhamdutta shubhamdutta 24448 Feb 28 01:04 LGPL2_1.txt
-rw-rw-r-- 1 shubhamdutta shubhamdutta 847 Feb 28 01:04 LICENSE
drwxrwxr-x 3 shubhamdutta shubhamdutta 4096 Feb 28 01:04 README
-rw-rw-r-- 1 shubhamdutta shubhamdutta 5086 Feb 28 01:04 README.md

Btw what does this error mean? Does this mean that cmake is unable to get access to some paths?

This output means that most of the code is missing. It looks like un-tarring the source code file failed. Did you run out of disk space?

Oh! I will untar and check again.

It worked. Thanks a lot!

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