Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_c901a/fast" /usr/bin/gmake -f CMakeFiles/cmTC_c901a.dir/build.make CMakeFiles/cmTC_c901a.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c901a.dir/kwsysPlatformTestsCXX.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -DTEST_KWSYS_CXX_HAS___INT64 -fPIE -std=c++11 -o CMakeFiles/cmTC_c901a.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:24:1: error: '__int64' does not name a type; did you mean '__amd64'? __int64 f(__int64 n) ^~~~~~~ __amd64 /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:30:3: error: '__int64' was not declared in this scope __int64 n = 0; ^~~~~~~ /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:30:3: note: suggested alternative: '__amd64' __int64 n = 0; ^~~~~~~ __amd64 /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:31:29: error: 'n' was not declared in this scope return static_cast(f(n)); ^ /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:31:27: error: 'f' was not declared in this scope return static_cast(f(n)); ^ gmake[1]: *** [CMakeFiles/cmTC_c901a.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c901a/fast] Error 2 Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_5e508/fast" /usr/bin/gmake -f CMakeFiles/cmTC_5e508.dir/build.make CMakeFiles/cmTC_5e508.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5e508.dir/kwsysPlatformTestsCXX.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -fPIE -std=c++11 -o CMakeFiles/cmTC_5e508.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:160:13: error: 'environ' was not declared in this scope char* e = environ[0]; ^~~~~~~ /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:160:13: note: suggested alternative: 'union' char* e = environ[0]; ^~~~~~~ union gmake[1]: *** [CMakeFiles/cmTC_5e508.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [cmTC_5e508/fast] Error 2 Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f9163/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f9163.dir/build.make CMakeFiles/cmTC_f9163.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f9163.dir/kwsysPlatformTestsCXX.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -fPIE -std=c++11 -o CMakeFiles/cmTC_f9163.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:57:15: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)stat1.st_mtimespec.tv_sec; ^~~~~~~~~~~~ st_mtim /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:58:15: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)stat1.st_mtimespec.tv_nsec; ^~~~~~~~~~~~ st_mtim gmake[1]: *** [CMakeFiles/cmTC_f9163.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [cmTC_f9163/fast] Error 2 Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_fa424/fast" /usr/bin/gmake -f CMakeFiles/cmTC_fa424.dir/build.make CMakeFiles/cmTC_fa424.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_fa424.dir/kwsysPlatformTestsCXX.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -DTEST_KWSYS_CXX_HAS__ATOI64 -fPIE -std=c++11 -o CMakeFiles/cmTC_fa424.dir/kwsysPlatformTestsCXX.cxx.o -c /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:210:27: error: '_atoi64' was not declared in this scope return static_cast(_atoi64(str)); ^~~~~~~ /usr/rb/install/ParaView-v5.8.0/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:210:27: note: suggested alternative: 'atoi' return static_cast(_atoi64(str)); ^~~~~~~ atoi gmake[1]: *** [CMakeFiles/cmTC_fa424.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/VTK/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fa424/fast] Error 2 Determining if the pthread_create exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_2bcca/fast" /usr/bin/gmake -f CMakeFiles/cmTC_2bcca.dir/build.make CMakeFiles/cmTC_2bcca.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2bcca.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_2bcca.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_2bcca /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bcca.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_2bcca.dir/CheckSymbolExists.c.o -o cmTC_2bcca CMakeFiles/cmTC_2bcca.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_2bcca] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2bcca/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8dc74/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8dc74.dir/build.make CMakeFiles/cmTC_8dc74.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8dc74.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE -o CMakeFiles/cmTC_8dc74.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_8dc74 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8dc74.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-lc -Wl,-lc CMakeFiles/cmTC_8dc74.dir/CheckFunctionExists.c.o -o cmTC_8dc74 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_8dc74] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8dc74/fast] Error 2 Determining if the function getsockname exists in the socket failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4d71a/fast" /usr/bin/gmake -f CMakeFiles/cmTC_4d71a.dir/build.make CMakeFiles/cmTC_4d71a.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4d71a.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=getsockname -fPIE -o CMakeFiles/cmTC_4d71a.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_4d71a /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d71a.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=getsockname -Wl,-lc -Wl,-lc CMakeFiles/cmTC_4d71a.dir/CheckFunctionExists.c.o -o cmTC_4d71a -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_4d71a] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4d71a/fast] Error 2 Determining if the include file io.h exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_44394/fast" /usr/bin/gmake -f CMakeFiles/cmTC_44394.dir/build.make CMakeFiles/cmTC_44394.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44394.dir/CheckIncludeFile.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -fPIE -o CMakeFiles/cmTC_44394.dir/CheckIncludeFile.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_44394.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_44394/fast] Error 2 Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Wshorten64to32 failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f522b/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f522b.dir/build.make CMakeFiles/cmTC_f522b.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f522b.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -DCOMPILER_SUPPORT_Wshorten64to32 -Werror -fPIE -Wshorten-64-to-32 -std=c++11 -o CMakeFiles/cmTC_f522b.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-Wshorten-64-to-32' gmake[1]: *** [CMakeFiles/cmTC_f522b.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_f522b/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Wenumconversion failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_04c02/fast" /usr/bin/gmake -f CMakeFiles/cmTC_04c02.dir/build.make CMakeFiles/cmTC_04c02.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_04c02.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -DCOMPILER_SUPPORT_Wenumconversion -Werror -fPIE -Wenum-conversion -std=c++11 -o CMakeFiles/cmTC_04c02.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-Wenum-conversion'; did you mean '-Wno-conversion'? gmake[1]: *** [CMakeFiles/cmTC_04c02.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_04c02/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Wcpp11extensions failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_fe98c/fast" /usr/bin/gmake -f CMakeFiles/cmTC_fe98c.dir/build.make CMakeFiles/cmTC_fe98c.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_fe98c.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -DCOMPILER_SUPPORT_Wcpp11extensions -Werror -fPIE -Wc++11-extensions -std=c++11 -o CMakeFiles/cmTC_fe98c.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-Wc++11-extensions'; did you mean '-fms-extensions'? gmake[1]: *** [CMakeFiles/cmTC_fe98c.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_fe98c/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_wd981 failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_31dfc/fast" /usr/bin/gmake -f CMakeFiles/cmTC_31dfc.dir/build.make CMakeFiles/cmTC_31dfc.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_31dfc.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -DCOMPILER_SUPPORT_wd981 -Werror -fPIE -wd981 -std=c++11 -o CMakeFiles/cmTC_31dfc.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-wd981' gmake[1]: *** [CMakeFiles/cmTC_31dfc.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_31dfc/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_wd2304 failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_aee39/fast" /usr/bin/gmake -f CMakeFiles/cmTC_aee39.dir/build.make CMakeFiles/cmTC_aee39.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_aee39.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -DCOMPILER_SUPPORT_wd2304 -Werror -fPIE -wd2304 -std=c++11 -o CMakeFiles/cmTC_aee39.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-wd2304' gmake[1]: *** [CMakeFiles/cmTC_aee39.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_aee39/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_STRICTANSI failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_d0ca4/fast" /usr/bin/gmake -f CMakeFiles/cmTC_d0ca4.dir/build.make CMakeFiles/cmTC_d0ca4.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d0ca4.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -DCOMPILER_SUPPORT_STRICTANSI -Werror -fPIE -strict-ansi -std=c++11 -o CMakeFiles/cmTC_d0ca4.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-strict-ansi'; did you mean '-fstrict-enums'? gmake[1]: *** [CMakeFiles/cmTC_d0ca4.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d0ca4/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Qunusedarguments failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_15d94/fast" /usr/bin/gmake -f CMakeFiles/cmTC_15d94.dir/build.make CMakeFiles/cmTC_15d94.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_15d94.dir/src.cxx.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/g++ -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -DCOMPILER_SUPPORT_Qunusedarguments -Werror -fPIE -Qunused-arguments -std=c++11 -o CMakeFiles/cmTC_15d94.dir/src.cxx.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.cxx g++: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'? gmake[1]: *** [CMakeFiles/cmTC_15d94.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_15d94/fast] Error 2 Source file was: int main() { return 0; } Determining if the include file sys/endian.h exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_26f75/fast" /usr/bin/gmake -f CMakeFiles/cmTC_26f75.dir/build.make CMakeFiles/cmTC_26f75.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_26f75.dir/CheckIncludeFile.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_26f75.dir/CheckIncludeFile.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/endian.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_26f75.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_26f75/fast] Error 2 Determining if the HAVE_BSWAP_16 exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_429da/fast" /usr/bin/gmake -f CMakeFiles/cmTC_429da.dir/build.make CMakeFiles/cmTC_429da.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_429da.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_429da.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'HAVE_BSWAP_16' undeclared (first use in this function) return ((int*)(&HAVE_BSWAP_16))[argc]; ^~~~~~~~~~~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_429da.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_429da/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef HAVE_BSWAP_16 return ((int*)(&HAVE_BSWAP_16))[argc]; #else (void)argc; return 0; #endif } Determining if the HAVE_BSWAP_32 exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_aa312/fast" /usr/bin/gmake -f CMakeFiles/cmTC_aa312.dir/build.make CMakeFiles/cmTC_aa312.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa312.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_aa312.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'HAVE_BSWAP_32' undeclared (first use in this function) return ((int*)(&HAVE_BSWAP_32))[argc]; ^~~~~~~~~~~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_aa312.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_aa312/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef HAVE_BSWAP_32 return ((int*)(&HAVE_BSWAP_32))[argc]; #else (void)argc; return 0; #endif } Determining if the HAVE_BSWAP_64 exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_16a9d/fast" /usr/bin/gmake -f CMakeFiles/cmTC_16a9d.dir/build.make CMakeFiles/cmTC_16a9d.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_16a9d.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_16a9d.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'HAVE_BSWAP_64' undeclared (first use in this function) return ((int*)(&HAVE_BSWAP_64))[argc]; ^~~~~~~~~~~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_16a9d.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_16a9d/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef HAVE_BSWAP_64 return ((int*)(&HAVE_BSWAP_64))[argc]; #else (void)argc; return 0; #endif } Determining size of __int64 failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_3ca6d/fast" /usr/bin/gmake -f CMakeFiles/cmTC_3ca6d.dir/build.make CMakeFiles/cmTC_3ca6d.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3ca6d.dir/__INT64.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_3ca6d.dir/__INT64.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/__INT64.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/__INT64.c:23:22: error: '__int64' undeclared here (not in a function); did you mean '__int64_t'? #define SIZE (sizeof(__int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/__INT64.c:25:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_3ca6d.dir/__INT64.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_3ca6d/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/__INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of unsigned __int64 failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_399ce/fast" /usr/bin/gmake -f CMakeFiles/cmTC_399ce.dir/build.make CMakeFiles/cmTC_399ce.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_399ce.dir/UNSIGNED___INT64.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_399ce.dir/UNSIGNED___INT64.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ')' before '__int64' #define SIZE (sizeof(unsigned __int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:25:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ')' before '__int64' #define SIZE (sizeof(unsigned __int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:26:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 1000)%10)), ^~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ')' before '__int64' #define SIZE (sizeof(unsigned __int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 100)%10)), ^~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ')' before '__int64' #define SIZE (sizeof(unsigned __int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:28:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10)%10)), ^~~~ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ')' before '__int64' #define SIZE (sizeof(unsigned __int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:29:12: note: in expansion of macro 'SIZE' ('0' + (SIZE % 10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_399ce.dir/UNSIGNED___INT64.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_399ce/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(unsigned __int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the getrandom exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_bcdb3/fast" /usr/bin/gmake -f CMakeFiles/cmTC_bcdb3.dir/build.make CMakeFiles/cmTC_bcdb3.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bcdb3.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_bcdb3.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: sys/random.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_bcdb3.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_bcdb3/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef getrandom return ((int*)(&getrandom))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random_buf exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b05dc/fast" /usr/bin/gmake -f CMakeFiles/cmTC_b05dc.dir/build.make CMakeFiles/cmTC_b05dc.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b05dc.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_b05dc.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random_buf' undeclared (first use in this function); did you mean 'srandom_r'? return ((int*)(&arc4random_buf))[argc]; ^~~~~~~~~~~~~~ srandom_r /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_b05dc.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b05dc/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random_buf return ((int*)(&arc4random_buf))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_75ccb/fast" /usr/bin/gmake -f CMakeFiles/cmTC_75ccb.dir/build.make CMakeFiles/cmTC_75ccb.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_75ccb.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_75ccb.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function); did you mean 'srandom'? return ((int*)(&arc4random))[argc]; ^~~~~~~~~~ srandom /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_75ccb.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_75ccb/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/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 off_t exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e6e8c/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e6e8c.dir/build.make CMakeFiles/cmTC_e6e8c.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e6e8c.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_e6e8c.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before 'off_t' return ((int*)(&off_t))[argc]; ^~~~~ gmake[1]: *** [CMakeFiles/cmTC_e6e8c.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e6e8c/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef off_t return ((int*)(&off_t))[argc]; #else (void)argc; return 0; #endif } Determining if the function shl_load exists in the dld; failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_13925/fast" /usr/bin/gmake -f CMakeFiles/cmTC_13925.dir/build.make CMakeFiles/cmTC_13925.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_13925.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=shl_load -fPIE -o CMakeFiles/cmTC_13925.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_13925 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13925.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=shl_load -Wl,-lc -Wl,-lc CMakeFiles/cmTC_13925.dir/CheckFunctionExists.c.o -o cmTC_13925 -ldld /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_13925] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_13925/fast] Error 2 Determining if files sys/types.h;dlfcn.h;fcntl.h;malloc.h;inttypes.h;limits.h;stdint.h;stdlib.h;string.h;sys/stat.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;ctype.h;dl.h exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_c38f7/fast" /usr/bin/gmake -f CMakeFiles/cmTC_c38f7.dir/build.make CMakeFiles/cmTC_c38f7.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c38f7.dir/HAVE_DL_H.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_c38f7.dir/HAVE_DL_H.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/HAVE_DL_H.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/HAVE_DL_H.c:18:10: fatal error: dl.h: No such file or directory #include ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_c38f7.dir/HAVE_DL_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_c38f7/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if the _stat exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_9c600/fast" /usr/bin/gmake -f CMakeFiles/cmTC_9c600.dir/build.make CMakeFiles/cmTC_9c600.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9c600.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_9c600.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: error: '_stat' undeclared (first use in this function); did you mean 'lstat'? return ((int*)(&_stat))[argc]; ^~~~~ lstat /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_9c600.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9c600/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _stat return ((int*)(&_stat))[argc]; #else (void)argc; return 0; #endif } Determining if files sys/file.h;sys/ioctl.h;sys/resource.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;setjmp.h;stddef.h;stdint.h;unistd.h;mach/mach_time.h exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e6902/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e6902.dir/build.make CMakeFiles/cmTC_e6902.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e6902.dir/H5_HAVE_MACH_MACH_TIME_H.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_e6902.dir/H5_HAVE_MACH_MACH_TIME_H.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_MACH_MACH_TIME_H.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_MACH_MACH_TIME_H.c:14:10: fatal error: mach/mach_time.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_e6902.dir/H5_HAVE_MACH_MACH_TIME_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e6902/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/file.h;sys/ioctl.h;sys/resource.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;setjmp.h;stddef.h;stdint.h;unistd.h;io.h exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_51f98/fast" /usr/bin/gmake -f CMakeFiles/cmTC_51f98.dir/build.make CMakeFiles/cmTC_51f98.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_51f98.dir/H5_HAVE_IO_H.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_51f98.dir/H5_HAVE_IO_H.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_IO_H.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_IO_H.c:14:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_51f98.dir/H5_HAVE_IO_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_51f98/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/file.h;sys/ioctl.h;sys/resource.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;setjmp.h;stddef.h;stdint.h;unistd.h;winsock2.h exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8c332/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8c332.dir/build.make CMakeFiles/cmTC_8c332.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c332.dir/H5_HAVE_WINSOCK2_H.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_8c332.dir/H5_HAVE_WINSOCK2_H.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_WINSOCK2_H.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_WINSOCK2_H.c:14:10: fatal error: winsock2.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_8c332.dir/H5_HAVE_WINSOCK2_H.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8c332/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining size of __int64 failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f7c62/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f7c62.dir/build.make CMakeFiles/cmTC_f7c62.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f7c62.dir/H5_SIZEOF___INT64.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_f7c62.dir/H5_SIZEOF___INT64.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c:23:22: error: '__int64' undeclared here (not in a function); did you mean '__int64_t'? #define SIZE (sizeof(__int64)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c:25:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_f7c62.dir/H5_SIZEOF___INT64.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_f7c62/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Performing Other Test HAVE___TM_GMTOFF failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_6c3b2/fast" /usr/bin/gmake -f CMakeFiles/cmTC_6c3b2.dir/build.make CMakeFiles/cmTC_6c3b2.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6c3b2.dir/HDFTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE___TM_GMTOFF -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_6c3b2.dir/HDFTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c:156:30: error: 'struct tm' has no member named '__tm_gmtoff'; did you mean 'tm_gmtoff'? SIMPLE_TEST(struct tm tm; tm.__tm_gmtoff=0); ^ /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c:12:36: note: in definition of macro 'SIMPLE_TEST' #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ gmake[1]: *** [CMakeFiles/cmTC_6c3b2.dir/HDFTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_6c3b2/fast] Error 2 Performing Other Test HAVE_TM_ZONE failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_57616/fast" /usr/bin/gmake -f CMakeFiles/cmTC_57616.dir/build.make CMakeFiles/cmTC_57616.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_57616.dir/HDFTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TM_ZONE -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_57616.dir/HDFTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c Linking C executable cmTC_57616 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57616.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_57616.dir/HDFTests.c.o -o cmTC_57616 /lib/../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_57616] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_57616/fast] Error 2 Performing Other Test HAVE_STRUCT_TM_TM_ZONE failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_963ff/fast" /usr/bin/gmake -f CMakeFiles/cmTC_963ff.dir/build.make CMakeFiles/cmTC_963ff.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_963ff.dir/HDFTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DHAVE_STRUCT_TM_TM_ZONE -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_963ff.dir/HDFTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c Linking C executable cmTC_963ff /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_963ff.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_963ff.dir/HDFTests.c.o -o cmTC_963ff /lib/../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_963ff] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_963ff/fast] Error 2 Performing Other Test HAVE_STRUCT_VIDEOCONFIG failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_d49c4/fast" /usr/bin/gmake -f CMakeFiles/cmTC_d49c4.dir/build.make CMakeFiles/cmTC_d49c4.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d49c4.dir/HDFTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DHAVE_STRUCT_VIDEOCONFIG -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_d49c4.dir/HDFTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c:409:32: error: storage size of 'w' isn't known SIMPLE_TEST(struct videoconfig w; w.numtextcols=0); ^ /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c:12:36: note: in definition of macro 'SIMPLE_TEST' #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ gmake[1]: *** [CMakeFiles/cmTC_d49c4.dir/HDFTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_d49c4/fast] Error 2 Performing Other Test HAVE_STRUCT_TEXT_INFO failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4af69/fast" /usr/bin/gmake -f CMakeFiles/cmTC_4af69.dir/build.make CMakeFiles/cmTC_4af69.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4af69.dir/HDFTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DHAVE_STRUCT_TEXT_INFO -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_4af69.dir/HDFTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c:415:30: error: storage size of 'w' isn't known SIMPLE_TEST(struct text_info w; w.screenwidth=0); ^ /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c:12:36: note: in definition of macro 'SIMPLE_TEST' #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ gmake[1]: *** [CMakeFiles/cmTC_4af69.dir/HDFTests.c.o] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_4af69/fast] Error 2 Determining if the function _getvideoconfig exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_396d2/fast" /usr/bin/gmake -f CMakeFiles/cmTC_396d2.dir/build.make CMakeFiles/cmTC_396d2.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_396d2.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=_getvideoconfig -fPIE -o CMakeFiles/cmTC_396d2.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_396d2 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_396d2.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=_getvideoconfig -Wl,-lc -Wl,-lc CMakeFiles/cmTC_396d2.dir/CheckFunctionExists.c.o -o cmTC_396d2 CMakeFiles/cmTC_396d2.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_getvideoconfig' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_396d2] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_396d2/fast] Error 2 Determining if the function gettextinfo exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f9423/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f9423.dir/build.make CMakeFiles/cmTC_f9423.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f9423.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=gettextinfo -fPIE -o CMakeFiles/cmTC_f9423.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_f9423 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9423.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=gettextinfo -Wl,-lc -Wl,-lc CMakeFiles/cmTC_f9423.dir/CheckFunctionExists.c.o -o cmTC_f9423 CMakeFiles/cmTC_f9423.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `gettextinfo' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_f9423] Error 1 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_f9423/fast] Error 2 Determining if the function _scrsize exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_af05e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_af05e.dir/build.make CMakeFiles/cmTC_af05e.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_af05e.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=_scrsize -fPIE -o CMakeFiles/cmTC_af05e.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_af05e /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af05e.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=_scrsize -Wl,-lc -Wl,-lc CMakeFiles/cmTC_af05e.dir/CheckFunctionExists.c.o -o cmTC_af05e CMakeFiles/cmTC_af05e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_scrsize' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_af05e] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_af05e/fast] Error 2 Determining if the function GetConsoleScreenBufferInfo exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_29c9f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_29c9f.dir/build.make CMakeFiles/cmTC_29c9f.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_29c9f.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=GetConsoleScreenBufferInfo -fPIE -o CMakeFiles/cmTC_29c9f.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_29c9f /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29c9f.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=GetConsoleScreenBufferInfo -Wl,-lc -Wl,-lc CMakeFiles/cmTC_29c9f.dir/CheckFunctionExists.c.o -o cmTC_29c9f CMakeFiles/cmTC_29c9f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `GetConsoleScreenBufferInfo' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_29c9f] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_29c9f/fast] Error 2 Determining if the function setsysinfo exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_736cb/fast" /usr/bin/gmake -f CMakeFiles/cmTC_736cb.dir/build.make CMakeFiles/cmTC_736cb.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_736cb.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=setsysinfo -fPIE -o CMakeFiles/cmTC_736cb.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_736cb /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_736cb.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=setsysinfo -Wl,-lc -Wl,-lc CMakeFiles/cmTC_736cb.dir/CheckFunctionExists.c.o -o cmTC_736cb CMakeFiles/cmTC_736cb.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `setsysinfo' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_736cb] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_736cb/fast] Error 2 Determining if the function sigsetjmp exists failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b590d/fast" /usr/bin/gmake -f CMakeFiles/cmTC_b590d.dir/build.make CMakeFiles/cmTC_b590d.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b590d.dir/CheckFunctionExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=sigsetjmp -fPIE -o CMakeFiles/cmTC_b590d.dir/CheckFunctionExists.c.o -c /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/share/cmake-3.12/Modules/CheckFunctionExists.c Linking C executable cmTC_b590d /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b590d.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DCHECK_FUNCTION_EXISTS=sigsetjmp -Wl,-lc -Wl,-lc CMakeFiles/cmTC_b590d.dir/CheckFunctionExists.c.o -o cmTC_b590d CMakeFiles/cmTC_b590d.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sigsetjmp' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTC_b590d] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_b590d/fast] Error 2 Determining size of _Quad failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_2bf70/fast" /usr/bin/gmake -f CMakeFiles/cmTC_2bf70.dir/build.make CMakeFiles/cmTC_2bf70.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2bf70.dir/H5_SIZEOF__QUAD.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_2bf70.dir/H5_SIZEOF__QUAD.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF__QUAD.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF__QUAD.c:24:22: error: '_Quad' undeclared here (not in a function); did you mean 'u_quad_t'? #define SIZE (sizeof(_Quad)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF__QUAD.c:26:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_2bf70.dir/H5_SIZEOF__QUAD.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_2bf70/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF__QUAD.c: #include #include #include #include "stdbool.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(_Quad)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Test H5_LDOUBLE_TO_LONG_SPECIAL Run failed with the following output and exit code: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_75121/fast" /usr/bin/gmake -f CMakeFiles/cmTC_75121.dir/build.make CMakeFiles/cmTC_75121.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_75121.dir/ConversionTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DH5_LDOUBLE_TO_LONG_SPECIAL_TEST -fPIE -o CMakeFiles/cmTC_75121.dir/ConversionTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_75121 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75121.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DH5_LDOUBLE_TO_LONG_SPECIAL_TEST -Wl,-lc -Wl,-lc CMakeFiles/cmTC_75121.dir/ConversionTests.c.o -o cmTC_75121 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Test H5_LONG_TO_LDOUBLE_SPECIAL Run failed with the following output and exit code: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_90eeb/fast" /usr/bin/gmake -f CMakeFiles/cmTC_90eeb.dir/build.make CMakeFiles/cmTC_90eeb.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_90eeb.dir/ConversionTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DH5_LONG_TO_LDOUBLE_SPECIAL_TEST -fPIE -o CMakeFiles/cmTC_90eeb.dir/ConversionTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_90eeb /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90eeb.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DH5_LONG_TO_LDOUBLE_SPECIAL_TEST -Wl,-lc -Wl,-lc CMakeFiles/cmTC_90eeb.dir/ConversionTests.c.o -o cmTC_90eeb gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Test H5_DISABLE_SOME_LDOUBLE_CONV Run failed with the following output and exit code: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_adbd5/fast" /usr/bin/gmake -f CMakeFiles/cmTC_adbd5.dir/build.make CMakeFiles/cmTC_adbd5.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_adbd5.dir/ConversionTests.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DH5_DISABLE_SOME_LDOUBLE_CONV_TEST -fPIE -o CMakeFiles/cmTC_adbd5.dir/ConversionTests.c.o -c /usr/rb/install/ParaView-v5.8.0/VTK/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_adbd5 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adbd5.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -DH5_DISABLE_SOME_LDOUBLE_CONV_TEST -Wl,-lc -Wl,-lc CMakeFiles/cmTC_adbd5.dir/ConversionTests.c.o -o cmTC_adbd5 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Determining if the _filelengthi64 exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_7ab30/fast" /usr/bin/gmake -f CMakeFiles/cmTC_7ab30.dir/build.make CMakeFiles/cmTC_7ab30.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ab30.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_7ab30.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_7ab30.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_7ab30/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _filelengthi64 return ((int*)(&_filelengthi64))[argc]; #else (void)argc; return 0; #endif } Determining if the strlcat exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e21ea/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e21ea.dir/build.make CMakeFiles/cmTC_e21ea.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e21ea.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_e21ea.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'strlcat' undeclared (first use in this function); did you mean 'strncat'? return ((int*)(&strlcat))[argc]; ^~~~~~~ strncat /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_e21ea.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_e21ea/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef strlcat return ((int*)(&strlcat))[argc]; #else (void)argc; return 0; #endif } Determining if the st_blocksize exist failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8b027/fast" /usr/bin/gmake -f CMakeFiles/cmTC_8b027.dir/build.make CMakeFiles/cmTC_8b027.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8b027.dir/CheckSymbolExists.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_8b027.dir/CheckSymbolExists.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'st_blocksize' undeclared (first use in this function); did you mean '__blksize_t'? return ((int*)(&st_blocksize))[argc]; ^~~~~~~~~~~~ __blksize_t /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_8b027.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_8b027/fast] Error 2 File /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef st_blocksize return ((int*)(&st_blocksize))[argc]; #else (void)argc; return 0; #endif } Determining size of longlong failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_7c426/fast" /usr/bin/gmake -f CMakeFiles/cmTC_7c426.dir/build.make CMakeFiles/cmTC_7c426.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7c426.dir/HAVE_LONGLONG.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_7c426.dir/HAVE_LONGLONG.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c:23:22: error: 'longlong' undeclared here (not in a function); did you mean 'long int'? #define SIZE (sizeof(longlong)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c:25:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_7c426.dir/HAVE_LONGLONG.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_7c426/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(longlong)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of uchar failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_9e308/fast" /usr/bin/gmake -f CMakeFiles/cmTC_9e308.dir/build.make CMakeFiles/cmTC_9e308.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e308.dir/HAVE_UCHAR.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_9e308.dir/HAVE_UCHAR.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c:23:22: error: 'uchar' undeclared here (not in a function); did you mean 'u_char'? #define SIZE (sizeof(uchar)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c:25:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_9e308.dir/HAVE_UCHAR.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_9e308/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(uchar)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of schar failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f02f5/fast" /usr/bin/gmake -f CMakeFiles/cmTC_f02f5.dir/build.make CMakeFiles/cmTC_f02f5.dir/build gmake[1]: Entering directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f02f5.dir/HAVE_SCHAR.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -fPIE -o CMakeFiles/cmTC_f02f5.dir/HAVE_SCHAR.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c:23:22: error: 'schar' undeclared here (not in a function); did you mean 'char'? #define SIZE (sizeof(schar)) ^ /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c:25:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ gmake[1]: *** [CMakeFiles/cmTC_f02f5.dir/HAVE_SCHAR.c.o] Error 1 gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTC_f02f5/fast] Error 2 /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(schar)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Performing C SOURCE FILE Test have_flag_logical-op-parentheses failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_9e14e/fast" /usr/bin/gmake -f CMakeFiles/cmTC_9e14e.dir/build.make CMakeFiles/cmTC_9e14e.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e14e.dir/src.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Dhave_flag_logical-op-parentheses -fPIE -Wno-logical-op-parentheses -o CMakeFiles/cmTC_9e14e.dir/src.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.c :0:18: warning: ISO C99 requires whitespace after the macro name cc1: warning: unrecognized command line option '-Wno-logical-op-parentheses' Linking C executable cmTC_9e14e /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e14e.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Dhave_flag_logical-op-parentheses -Wl,-lc -Wl,-lc CMakeFiles/cmTC_9e14e.dir/src.c.o -o cmTC_9e14e gmake[1]: Leaving directory `/ / /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test have_flag_shift-op-parentheses failed with the following output: Change Dir: /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_43593/fast" /usr/bin/gmake -f CMakeFiles/cmTC_43593.dir/build.make CMakeFiles/cmTC_43593.dir/build gmake[1]: Entering directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_43593.dir/src.c.o /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Dhave_flag_shift-op-parentheses -fPIE -Wno-shift-op-parentheses -o CMakeFiles/cmTC_43593.dir/src.c.o -c /usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp/src.c :0:16: warning: ISO C99 requires whitespace after the macro name cc1: warning: unrecognized command line option '-Wno-shift-op-parentheses' Linking C executable cmTC_43593 /usr/share/apps/compilers/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.12.3-qd2xkvdfpka7dsq46omrtp6xo25ffqtf/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43593.dir/link.txt --verbose=1 /usr/share/apps/base/2020-05-12/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/gcc-7.4.0-souakh7kejf6aqahqqvckm6ufkbublh3/bin/gcc -Dhave_flag_shift-op-parentheses -Wl,-lc -Wl,-lc CMakeFiles/cmTC_43593.dir/src.c.o -o cmTC_43593 gmake[1]: Leaving directory `/usr/rb/install/ParaView-v5.8.0/build/CMakeFiles/CMakeTmp' Source file was: int main(void) { return 0; }