Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_d5c11/fast && /bin/gmake -f CMakeFiles/cmTC_d5c11.dir/build.make CMakeFiles/cmTC_d5c11.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d5c11.dir/src.c.o /bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_d5c11.dir/src.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_d5c11 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5c11.dir/link.txt --verbose=1 /bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_d5c11.dir/src.c.o -o cmTC_d5c11 CMakeFiles/cmTC_d5c11.dir/src.c.o: In function `main': src.c:(.text+0x2d): undefined reference to `pthread_create' src.c:(.text+0x39): undefined reference to `pthread_detach' src.c:(.text+0x45): undefined reference to `pthread_cancel' src.c:(.text+0x56): undefined reference to `pthread_join' src.c:(.text+0x6a): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_d5c11] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d5c11/fast] Error 2 Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_5aa55/fast && /bin/gmake -f CMakeFiles/cmTC_5aa55.dir/build.make CMakeFiles/cmTC_5aa55.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5aa55.dir/CheckFunctionExists.c.o /bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_5aa55.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_5aa55 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5aa55.dir/link.txt --verbose=1 /bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_5aa55.dir/CheckFunctionExists.c.o -o cmTC_5aa55 -lpthreads /bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_5aa55] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_5aa55/fast] Error 2 Performing C++ SOURCE FILE Test GLIBCXX_USE_CXX11_ABI failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_b609f/fast && /bin/gmake -f CMakeFiles/cmTC_b609f.dir/build.make CMakeFiles/cmTC_b609f.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b609f.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DGLIBCXX_USE_CXX11_ABI -std=c++11 -o CMakeFiles/cmTC_b609f.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:4:4: error: #error NOCXX11 #error NOCXX11 ^ gmake[1]: *** [CMakeFiles/cmTC_b609f.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b609f/fast] Error 2 Source file was: #include #if _GLIBCXX_USE_CXX11_ABI == 0 #error NOCXX11 #endif int main() {} Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Determining if the function sgemm_ exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_d429e/fast && /bin/gmake -f CMakeFiles/cmTC_d429e.dir/build.make CMakeFiles/cmTC_d429e.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d429e.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=sgemm_ -o CMakeFiles/cmTC_d429e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_d429e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d429e.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=sgemm_ -rdynamic CMakeFiles/cmTC_d429e.dir/CheckFunctionExists.c.o -o cmTC_d429e CMakeFiles/cmTC_d429e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sgemm_' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_d429e] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d429e/fast] Error 2 Determining if the include file malloc/malloc.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_3bfcc/fast && /bin/gmake -f CMakeFiles/cmTC_3bfcc.dir/build.make CMakeFiles/cmTC_3bfcc.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3bfcc.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_3bfcc.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:27: fatal error: malloc/malloc.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_3bfcc.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3bfcc/fast] Error 2 Determining if the include file ndir.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_fb666/fast && /bin/gmake -f CMakeFiles/cmTC_fb666.dir/build.make CMakeFiles/cmTC_fb666.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fb666.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_fb666.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: ndir.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_fb666.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fb666/fast] Error 2 Determining if the include file sys/ndir.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_c220c/fast && /bin/gmake -f CMakeFiles/cmTC_c220c.dir/build.make CMakeFiles/cmTC_c220c.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c220c.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_c220c.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: sys/ndir.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_c220c.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c220c/fast] Error 2 Determining if the include file valgrind/valgrind.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_8af3a/fast && /bin/gmake -f CMakeFiles/cmTC_8af3a.dir/build.make CMakeFiles/cmTC_8af3a.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8af3a.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_8af3a.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:31: fatal error: valgrind/valgrind.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_8af3a.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8af3a/fast] Error 2 Determining if the include file mach/mach.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_e6276/fast && /bin/gmake -f CMakeFiles/cmTC_e6276.dir/build.make CMakeFiles/cmTC_e6276.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e6276.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_e6276.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: mach/mach.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_e6276.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e6276/fast] Error 2 Determining if the include file histedit.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_fdd05/fast && /bin/gmake -f CMakeFiles/cmTC_fdd05.dir/build.make CMakeFiles/cmTC_fdd05.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fdd05.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_fdd05.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: histedit.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_fdd05.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fdd05/fast] Error 2 Determining if the include file CrashReporterClient.h exists failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_05444/fast && /bin/gmake -f CMakeFiles/cmTC_05444.dir/build.make CMakeFiles/cmTC_05444.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_05444.dir/CheckIncludeFile.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_05444.dir/CheckIncludeFile.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:33: fatal error: CrashReporterClient.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_05444.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_05444/fast] Error 2 Determining if the function setupterm exists in the tinfo failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_c33bd/fast && /bin/gmake -f CMakeFiles/cmTC_c33bd.dir/build.make CMakeFiles/cmTC_c33bd.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c33bd.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_c33bd.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_c33bd /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c33bd.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_c33bd.dir/CheckFunctionExists.c.o -o cmTC_c33bd -ltinfo -lm /bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_c33bd] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c33bd/fast] Error 2 Determining if the function setupterm exists in the terminfo failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_13aac/fast && /bin/gmake -f CMakeFiles/cmTC_13aac.dir/build.make CMakeFiles/cmTC_13aac.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_13aac.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_13aac.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_13aac /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13aac.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_13aac.dir/CheckFunctionExists.c.o -o cmTC_13aac -lterminfo -lm /bin/ld: cannot find -lterminfo collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_13aac] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_13aac/fast] Error 2 Determining if the function setupterm exists in the curses failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_e7b97/fast && /bin/gmake -f CMakeFiles/cmTC_e7b97.dir/build.make CMakeFiles/cmTC_e7b97.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e7b97.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_e7b97.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_e7b97 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e7b97.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_e7b97.dir/CheckFunctionExists.c.o -o cmTC_e7b97 -lcurses -lm /bin/ld: cannot find -lcurses collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_e7b97] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e7b97/fast] Error 2 Determining if the function setupterm exists in the ncurses failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_9cee6/fast && /bin/gmake -f CMakeFiles/cmTC_9cee6.dir/build.make CMakeFiles/cmTC_9cee6.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9cee6.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_9cee6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_9cee6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9cee6.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_9cee6.dir/CheckFunctionExists.c.o -o cmTC_9cee6 -lncurses -lm /bin/ld: cannot find -lncurses collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_9cee6] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9cee6/fast] Error 2 Determining if the function setupterm exists in the ncursesw failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_82488/fast && /bin/gmake -f CMakeFiles/cmTC_82488.dir/build.make CMakeFiles/cmTC_82488.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_82488.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_82488.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_82488 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82488.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_82488.dir/CheckFunctionExists.c.o -o cmTC_82488 -lncursesw -lm /bin/ld: cannot find -lncursesw collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_82488] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_82488/fast] Error 2 Determining if the function xar_open exists in the xar failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_49113/fast && /bin/gmake -f CMakeFiles/cmTC_49113.dir/build.make CMakeFiles/cmTC_49113.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_49113.dir/CheckFunctionExists.c.o /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=xar_open -o CMakeFiles/cmTC_49113.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.17/Modules/CheckFunctionExists.c Linking C executable cmTC_49113 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49113.dir/link.txt --verbose=1 /bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=xar_open -rdynamic CMakeFiles/cmTC_49113.dir/CheckFunctionExists.c.o -o cmTC_49113 -lxar -lm /bin/ld: cannot find -lxar collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_49113] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_49113/fast] Error 2 Determining if the arc4random exist failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_39ee3/fast && /bin/gmake -f CMakeFiles/cmTC_39ee3.dir/build.make CMakeFiles/cmTC_39ee3.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_39ee3.dir/CheckSymbolExists.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_39ee3.dir/CheckSymbolExists.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function) return ((int*)(&arc4random))[argc]; ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gmake[1]: *** [CMakeFiles/cmTC_39ee3.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_39ee3/fast] Error 2 File /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random return ((int*)(&arc4random))[argc]; #else (void)argc; return 0; #endif } Determining if the mallctl exist failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_b32db/fast && /bin/gmake -f CMakeFiles/cmTC_b32db.dir/build.make CMakeFiles/cmTC_b32db.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b32db.dir/CheckSymbolExists.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_b32db.dir/CheckSymbolExists.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:23: fatal error: malloc_np.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_b32db.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b32db/fast] Error 2 File /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef mallctl return ((int*)(&mallctl))[argc]; #else (void)argc; return 0; #endif } Determining if the malloc_zone_statistics exist failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_3c5e1/fast && /bin/gmake -f CMakeFiles/cmTC_3c5e1.dir/build.make CMakeFiles/cmTC_3c5e1.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3c5e1.dir/CheckSymbolExists.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_3c5e1.dir/CheckSymbolExists.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:27: fatal error: malloc/malloc.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_3c5e1.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3c5e1/fast] Error 2 File /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef malloc_zone_statistics return ((int*)(&malloc_zone_statistics))[argc]; #else (void)argc; return 0; #endif } Determining if the strerror_s exist failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_44127/fast && /bin/gmake -f CMakeFiles/cmTC_44127.dir/build.make CMakeFiles/cmTC_44127.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44127.dir/CheckSymbolExists.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_44127.dir/CheckSymbolExists.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'strerror_s' undeclared (first use in this function) return ((int*)(&strerror_s))[argc]; ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gmake[1]: *** [CMakeFiles/cmTC_44127.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_44127/fast] Error 2 File /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef strerror_s return ((int*)(&strerror_s))[argc]; #else (void)argc; return 0; #endif } Determining if the dladdr exist failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_3ff25/fast && /bin/gmake -f CMakeFiles/cmTC_3ff25.dir/build.make CMakeFiles/cmTC_3ff25.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3ff25.dir/CheckSymbolExists.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_3ff25.dir/CheckSymbolExists.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'dladdr' undeclared (first use in this function) return ((int*)(&dladdr))[argc]; ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gmake[1]: *** [CMakeFiles/cmTC_3ff25.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3ff25/fast] Error 2 File /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef dladdr return ((int*)(&dladdr))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_3bb37/fast && /bin/gmake -f CMakeFiles/cmTC_3bb37.dir/build.make CMakeFiles/cmTC_3bb37.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3bb37.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -fvisibility=hidden -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Wgnu-zero-variadic-macro-arguments -std=c++11 -o CMakeFiles/cmTC_3bb37.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wgnu-zero-variadic-macro-arguments' gmake[1]: *** [CMakeFiles/cmTC_3bb37.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3bb37/fast] Error 2 Source file was: int main() { return 0;} Performing C SOURCE FILE Test C_SUPPORTS_WERROR_DATE_TIME failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_dc69b/fast && /bin/gmake -f CMakeFiles/cmTC_dc69b.dir/build.make CMakeFiles/cmTC_dc69b.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dc69b.dir/src.c.o /bin/cc -pipe -Wall -W -pthread -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -o CMakeFiles/cmTC_dc69b.dir/src.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.c cc1: error: -Werror=date-time: no option -Wdate-time gmake[1]: *** [CMakeFiles/cmTC_dc69b.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_dc69b/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_DATE_TIME failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_4f8a5/fast && /bin/gmake -f CMakeFiles/cmTC_4f8a5.dir/build.make CMakeFiles/cmTC_4f8a5.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4f8a5.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -fvisibility=hidden -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -std=c++11 -o CMakeFiles/cmTC_4f8a5.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx cc1plus: error: -Werror=date-time: no option -Wdate-time gmake[1]: *** [CMakeFiles/cmTC_4f8a5.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4f8a5/fast] Error 2 Source file was: int main() { return 0;} Performing C++ SOURCE FILE Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_bd3fd/fast && /bin/gmake -f CMakeFiles/cmTC_bd3fd.dir/build.make CMakeFiles/cmTC_bd3fd.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_bd3fd.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -fvisibility=hidden -fPIC -fvisibility-inlines-hidden -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -Werror -Wnested-anon-types -std=c++11 -o CMakeFiles/cmTC_bd3fd.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wnested-anon-types' gmake[1]: *** [CMakeFiles/cmTC_bd3fd.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_bd3fd/fast] Error 2 Source file was: int main() { return 0;} Determining if the m exist failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_9e88a/fast && /bin/gmake -f CMakeFiles/cmTC_9e88a.dir/build.make CMakeFiles/cmTC_9e88a.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e88a.dir/CheckSymbolExists.c.o /bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_9e88a.dir/CheckSymbolExists.c.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:25: fatal error: __sqrt_finite: No such file or directory #include <__sqrt_finite> ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_9e88a.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9e88a/fast] Error 2 File /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include <__sqrt_finite> int main(int argc, char** argv) { (void)argv; #ifndef m return ((int*)(&m))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test found_stdstringview failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_8f552/fast && /bin/gmake -f CMakeFiles/cmTC_8f552.dir/build.make CMakeFiles/cmTC_8f552.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_8f552.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdstringview -std=c++11 -o CMakeFiles/cmTC_8f552.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:1:23: fatal error: string_view: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_8f552.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8f552/fast] Error 2 Source file was: #include int main() { char arr[3] = {'B', 'a', 'r'}; std::string_view strv(arr, sizeof(arr)); return 0;} Performing C++ SOURCE FILE Test found_stdexpstringview failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_4c963/fast && /bin/gmake -f CMakeFiles/cmTC_4c963.dir/build.make CMakeFiles/cmTC_4c963.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4c963.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdexpstringview -std=c++11 -o CMakeFiles/cmTC_4c963.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:1:36: fatal error: experimental/string_view: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_4c963.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4c963/fast] Error 2 Source file was: #include int main() { char arr[3] = {'B', 'a', 'r'}; std::experimental::string_view strv(arr, sizeof(arr)); return 0;} Performing C++ SOURCE FILE Test found_stdapply failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_1d2a3/fast && /bin/gmake -f CMakeFiles/cmTC_1d2a3.dir/build.make CMakeFiles/cmTC_1d2a3.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_1d2a3.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdapply -std=c++11 -o CMakeFiles/cmTC_1d2a3.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:2:14: error: 'apply' is not a member of 'std' int main() { std::apply([](int, int){}, std::make_tuple(1,2)); return 0;} ^ gmake[1]: *** [CMakeFiles/cmTC_1d2a3.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_1d2a3/fast] Error 2 Source file was: #include int main() { std::apply([](int, int){}, std::make_tuple(1,2)); return 0;} Performing C++ SOURCE FILE Test found_stdinvoke failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_ac4d4/fast && /bin/gmake -f CMakeFiles/cmTC_ac4d4.dir/build.make CMakeFiles/cmTC_ac4d4.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ac4d4.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdinvoke -std=c++11 -o CMakeFiles/cmTC_ac4d4.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:2:21: error: 'invoke' is not a member of 'std' int main() { return std::invoke([](int i){return i;}, 0); } ^ gmake[1]: *** [CMakeFiles/cmTC_ac4d4.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_ac4d4/fast] Error 2 Source file was: #include int main() { return std::invoke([](int i){return i;}, 0); } Performing C++ SOURCE FILE Test found_stdindexsequence failed with the following output: Change Dir: /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp Run Build Command(s):/bin/gmake cmTC_b7a9f/fast && /bin/gmake -f CMakeFiles/cmTC_b7a9f.dir/build.make CMakeFiles/cmTC_b7a9f.dir/build gmake[1]: Entering directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b7a9f.dir/src.cxx.o /bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdindexsequence -std=c++11 -o CMakeFiles/cmTC_b7a9f.dir/src.cxx.o -c /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:4:30: error: 'integer_sequence' is not a member of 'std' static_assert(std::is_same, std::make_index_sequence<3>>::value, ""); ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:4:30: error: 'integer_sequence' is not a member of 'std' /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:4:72: error: wrong number of template arguments (4, should be 2) static_assert(std::is_same, std::make_index_sequence<3>>::value, ""); ^ In file included from /usr/include/c++/4.8.2/bits/move.h:57:0, from /usr/include/c++/4.8.2/bits/stl_pair.h:59, from /usr/include/c++/4.8.2/utility:70, from /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:1: /usr/include/c++/4.8.2/type_traits:823:12: error: provided for 'template struct std::is_same' struct is_same; ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:4:75: error: expected string-literal before 'std' static_assert(std::is_same, std::make_index_sequence<3>>::value, ""); ^ /opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp/src.cxx:4:75: error: expected ')' before 'std' gmake[1]: *** [CMakeFiles/cmTC_b7a9f.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/opt/root/root-6.18.04-build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b7a9f/fast] Error 2 Source file was: #include #include int main() { static_assert(std::is_same, std::make_index_sequence<3>>::value, ""); return 0; } Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: CMAKE_CUDA_COMPILER-NOTFOUND Build flags: Id flags: -v;--keep;--keep-dir;tmp The output was: No such file or directory