Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_8b5ad/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8b5ad.dir/build.make CMakeFiles/cmTC_8b5ad.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8b5ad.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_8b5ad.dir/src.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8b5ad /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_8b5ad.dir/link.txt --verbose=1 /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_8b5ad.dir/src.c.o -o cmTC_8b5ad CMakeFiles/cmTC_8b5ad.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_8b5ad] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8b5ad/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_8b862/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8b862.dir/build.make CMakeFiles/cmTC_8b862.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8b862.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_8b862.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_8b862 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_8b862.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_8b862.dir/CheckFunctionExists.c.o -o cmTC_8b862 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_8b862] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8b862/fast] Error 2 Performing C++ SOURCE FILE Test GLIBCXX_USE_CXX11_ABI failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_b7aef/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b7aef.dir/build.make CMakeFiles/cmTC_b7aef.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b7aef.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DGLIBCXX_USE_CXX11_ABI -std=c++11 -o CMakeFiles/cmTC_b7aef.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx:4:4: error: #error NOCXX11 #error NOCXX11 ^ gmake[1]: *** [CMakeFiles/cmTC_b7aef.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b7aef/fast] Error 2 Source file was: #include #if _GLIBCXX_USE_CXX11_ABI == 0 #error NOCXX11 #endif int main() {} Determining if the function sgemm_ exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_31d95/fast && /usr/bin/gmake -f CMakeFiles/cmTC_31d95.dir/build.make CMakeFiles/cmTC_31d95.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_31d95.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=sgemm_ -o CMakeFiles/cmTC_31d95.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_31d95 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_31d95.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=sgemm_ -rdynamic CMakeFiles/cmTC_31d95.dir/CheckFunctionExists.c.o -o cmTC_31d95 CMakeFiles/cmTC_31d95.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_31d95] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_31d95/fast] Error 2 Determining if the include file malloc/malloc.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_407b7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_407b7.dir/build.make CMakeFiles/cmTC_407b7.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_407b7.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_407b7.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:27: fatal error: malloc/malloc.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_407b7.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_407b7/fast] Error 2 Determining if the include file ndir.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_88305/fast && /usr/bin/gmake -f CMakeFiles/cmTC_88305.dir/build.make CMakeFiles/cmTC_88305.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_88305.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_88305.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: ndir.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_88305.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_88305/fast] Error 2 Determining if the include file sys/ndir.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_760de/fast && /usr/bin/gmake -f CMakeFiles/cmTC_760de.dir/build.make CMakeFiles/cmTC_760de.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_760de.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_760de.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: sys/ndir.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_760de.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_760de/fast] Error 2 Determining if the include file valgrind/valgrind.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_22d60/fast && /usr/bin/gmake -f CMakeFiles/cmTC_22d60.dir/build.make CMakeFiles/cmTC_22d60.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_22d60.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_22d60.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:31: fatal error: valgrind/valgrind.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_22d60.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_22d60/fast] Error 2 Determining if the include file mach/mach.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_86042/fast && /usr/bin/gmake -f CMakeFiles/cmTC_86042.dir/build.make CMakeFiles/cmTC_86042.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_86042.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_86042.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: mach/mach.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_86042.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_86042/fast] Error 2 Determining if the include file histedit.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_d524b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d524b.dir/build.make CMakeFiles/cmTC_d524b.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d524b.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_d524b.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: histedit.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_d524b.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d524b/fast] Error 2 Determining if the include file CrashReporterClient.h exists failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_b90c4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b90c4.dir/build.make CMakeFiles/cmTC_b90c4.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b90c4.dir/CheckIncludeFile.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_b90c4.dir/CheckIncludeFile.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:33: fatal error: CrashReporterClient.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_b90c4.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b90c4/fast] Error 2 Determining if the function setupterm exists in the tinfo failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_cba40/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cba40.dir/build.make CMakeFiles/cmTC_cba40.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cba40.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_cba40.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_cba40 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_cba40.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_cba40.dir/CheckFunctionExists.c.o -o cmTC_cba40 -ltinfo -lm /usr/bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_cba40] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_cba40/fast] Error 2 Determining if the function setupterm exists in the terminfo failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_bd620/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bd620.dir/build.make CMakeFiles/cmTC_bd620.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bd620.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_bd620.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_bd620 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_bd620.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_bd620.dir/CheckFunctionExists.c.o -o cmTC_bd620 -lterminfo -lm /usr/bin/ld: cannot find -lterminfo collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_bd620] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_bd620/fast] Error 2 Determining if the function setupterm exists in the curses failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_2dce4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2dce4.dir/build.make CMakeFiles/cmTC_2dce4.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2dce4.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_2dce4.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_2dce4 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_2dce4.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_2dce4.dir/CheckFunctionExists.c.o -o cmTC_2dce4 -lcurses -lm /usr/bin/ld: cannot find -lcurses collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_2dce4] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2dce4/fast] Error 2 Determining if the function setupterm exists in the ncurses failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_3d8a4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3d8a4.dir/build.make CMakeFiles/cmTC_3d8a4.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3d8a4.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_3d8a4.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_3d8a4 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_3d8a4.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_3d8a4.dir/CheckFunctionExists.c.o -o cmTC_3d8a4 -lncurses -lm /usr/bin/ld: cannot find -lncurses collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_3d8a4] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3d8a4/fast] Error 2 Determining if the function setupterm exists in the ncursesw failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_161b3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_161b3.dir/build.make CMakeFiles/cmTC_161b3.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_161b3.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_161b3.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_161b3 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_161b3.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=setupterm -rdynamic CMakeFiles/cmTC_161b3.dir/CheckFunctionExists.c.o -o cmTC_161b3 -lncursesw -lm /usr/bin/ld: cannot find -lncursesw collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_161b3] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_161b3/fast] Error 2 Determining if the function xar_open exists in the xar failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_0e782/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0e782.dir/build.make CMakeFiles/cmTC_0e782.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0e782.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=xar_open -o CMakeFiles/cmTC_0e782.dir/CheckFunctionExists.c.o -c /usr/share/cmake3/Modules/CheckFunctionExists.c Linking C executable cmTC_0e782 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_0e782.dir/link.txt --verbose=1 /usr/bin/cc -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=xar_open -rdynamic CMakeFiles/cmTC_0e782.dir/CheckFunctionExists.c.o -o cmTC_0e782 -lxar -lm /usr/bin/ld: cannot find -lxar collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_0e782] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_0e782/fast] Error 2 Determining if the arc4random exist failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_430a1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_430a1.dir/build.make CMakeFiles/cmTC_430a1.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_430a1.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_430a1.dir/CheckSymbolExists.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function) return ((int*)(&arc4random))[argc]; ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gmake[1]: *** [CMakeFiles/cmTC_430a1.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_430a1/fast] Error 2 File /tmp/root-6.22.08/obj/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_2b4fc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2b4fc.dir/build.make CMakeFiles/cmTC_2b4fc.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2b4fc.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_2b4fc.dir/CheckSymbolExists.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:23: fatal error: malloc_np.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_2b4fc.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2b4fc/fast] Error 2 File /tmp/root-6.22.08/obj/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_9e22f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9e22f.dir/build.make CMakeFiles/cmTC_9e22f.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e22f.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_9e22f.dir/CheckSymbolExists.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:27: fatal error: malloc/malloc.h: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_9e22f.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9e22f/fast] Error 2 File /tmp/root-6.22.08/obj/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_e72f7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e72f7.dir/build.make CMakeFiles/cmTC_e72f7.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e72f7.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_e72f7.dir/CheckSymbolExists.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'strerror_s' undeclared (first use in this function) return ((int*)(&strerror_s))[argc]; ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gmake[1]: *** [CMakeFiles/cmTC_e72f7.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e72f7/fast] Error 2 File /tmp/root-6.22.08/obj/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_602d9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_602d9.dir/build.make CMakeFiles/cmTC_602d9.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_602d9.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_602d9.dir/CheckSymbolExists.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'dladdr' undeclared (first use in this function) return ((int*)(&dladdr))[argc]; ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gmake[1]: *** [CMakeFiles/cmTC_602d9.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_602d9/fast] Error 2 File /tmp/root-6.22.08/obj/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_6fd93/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6fd93.dir/build.make CMakeFiles/cmTC_6fd93.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6fd93.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DSUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Wgnu-zero-variadic-macro-arguments -std=c++11 -o CMakeFiles/cmTC_6fd93.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wgnu-zero-variadic-macro-arguments' gmake[1]: *** [CMakeFiles/cmTC_6fd93.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6fd93/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_c0628/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c0628.dir/build.make CMakeFiles/cmTC_c0628.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0628.dir/src.c.o /usr/bin/cc -pipe -Wall -W -pthread -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -o CMakeFiles/cmTC_c0628.dir/src.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.c cc1: error: -Werror=date-time: no option -Wdate-time gmake[1]: *** [CMakeFiles/cmTC_c0628.dir/src.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c0628/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_52366/fast && /usr/bin/gmake -f CMakeFiles/cmTC_52366.dir/build.make CMakeFiles/cmTC_52366.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_52366.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -std=c++11 -o CMakeFiles/cmTC_52366.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx cc1plus: error: -Werror=date-time: no option -Wdate-time gmake[1]: *** [CMakeFiles/cmTC_52366.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_52366/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_31bb0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_31bb0.dir/build.make CMakeFiles/cmTC_31bb0.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_31bb0.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -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_31bb0.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wnested-anon-types' gmake[1]: *** [CMakeFiles/cmTC_31bb0.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_31bb0/fast] Error 2 Source file was: int main() { return 0;} Determining if the m exist failed with the following output: Change Dir: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_120d0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_120d0.dir/build.make CMakeFiles/cmTC_120d0.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_120d0.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -Wall -W -pthread -o CMakeFiles/cmTC_120d0.dir/CheckSymbolExists.c.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:25: fatal error: __sqrt_finite: No such file or directory #include <__sqrt_finite> ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_120d0.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_120d0/fast] Error 2 File /tmp/root-6.22.08/obj/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_78c41/fast && /usr/bin/gmake -f CMakeFiles/cmTC_78c41.dir/build.make CMakeFiles/cmTC_78c41.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_78c41.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdstringview -std=c++11 -o CMakeFiles/cmTC_78c41.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx:1:23: fatal error: string_view: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_78c41.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_78c41/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_73fba/fast && /usr/bin/gmake -f CMakeFiles/cmTC_73fba.dir/build.make CMakeFiles/cmTC_73fba.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_73fba.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdexpstringview -std=c++11 -o CMakeFiles/cmTC_73fba.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx:1:36: fatal error: experimental/string_view: No such file or directory #include ^ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_73fba.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_73fba/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_85347/fast && /usr/bin/gmake -f CMakeFiles/cmTC_85347.dir/build.make CMakeFiles/cmTC_85347.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_85347.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdapply -std=c++11 -o CMakeFiles/cmTC_85347.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /tmp/root-6.22.08/obj/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_85347.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_85347/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_520cc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_520cc.dir/build.make CMakeFiles/cmTC_520cc.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_520cc.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdinvoke -std=c++11 -o CMakeFiles/cmTC_520cc.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /tmp/root-6.22.08/obj/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_520cc.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_520cc/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: /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_8fcb6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8fcb6.dir/build.make CMakeFiles/cmTC_8fcb6.dir/build gmake[1]: Entering directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_8fcb6.dir/src.cxx.o /usr/bin/c++ -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -Dfound_stdindexsequence -std=c++11 -o CMakeFiles/cmTC_8fcb6.dir/src.cxx.o -c /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /tmp/root-6.22.08/obj/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, ""); ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx:4:30: error: 'integer_sequence' is not a member of 'std' /tmp/root-6.22.08/obj/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 /tmp/root-6.22.08/obj/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; ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx:4:75: error: expected string-literal before 'std' static_assert(std::is_same, std::make_index_sequence<3>>::value, ""); ^ /tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp/src.cxx:4:75: error: expected ')' before 'std' gmake[1]: *** [CMakeFiles/cmTC_8fcb6.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/tmp/root-6.22.08/obj/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8fcb6/fast] Error 2 Source file was: #include #include int main() { static_assert(std::is_same, std::make_index_sequence<3>>::value, ""); return 0; }