Determining if compiler supports C++ auto_ptr failed with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6632d/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_6632d.dir/build.make CMakeFiles/cmTC_6632d.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6632d.dir/cm_cxx_auto_ptr.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -std=gnu++14 -o CMakeFiles/cmTC_6632d.dir/cm_cxx_auto_ptr.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: In function 'std::auto_ptr get_auto_ptr()': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:5:22: warning: 'auto_ptr' is deprecated (declared at /accts/mlweber1/instance-2/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/4.9.4/backward/auto_ptr.h:87) [-Wdeprecated-declarations] std::auto_ptr ptr; ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:6:38: warning: 'auto_ptr' is deprecated (declared at /accts/mlweber1/instance-2/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/4.9.4/backward/auto_ptr.h:87) [-Wdeprecated-declarations] ptr = std::auto_ptr(new int(0)); ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: At global scope: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:10:40: warning: 'auto_ptr' is deprecated (declared at /accts/mlweber1/instance-2/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/4.9.4/backward/auto_ptr.h:87) [-Wdeprecated-declarations] int use_auto_ptr(std::auto_ptr ptr) ^ Linking CXX executable cmTC_6632d /accts/mlweber1/instance-2/output/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6632d.dir/link.txt --verbose=1 /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -rdynamic CMakeFiles/cmTC_6632d.dir/cm_cxx_auto_ptr.cxx.o -o cmTC_6632d make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the environ exist failed with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_eec56/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_eec56.dir/build.make CMakeFiles/cmTC_eec56.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eec56.dir/CheckSymbolExists.c.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-gcc --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_eec56.dir/CheckSymbolExists.c.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'environ' undeclared (first use in this function) return ((int*)(&environ))[argc]; ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_eec56.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_eec56/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' File /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef environ return ((int*)(&environ))[argc]; #else (void)argc; return 0; #endif } Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e789c/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_e789c.dir/build.make CMakeFiles/cmTC_e789c.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e789c.dir/kwsysPlatformTestsCXX.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -DTEST_KWSYS_CXX_HAS___INT64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_e789c.dir/kwsysPlatformTestsCXX.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:1: error: '__int64' does not name a type __int64 f(__int64 n) ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: '__int64' was not declared in this scope __int64 n = 0; ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:29: error: 'n' was not declared in this scope return static_cast(f(n)); ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:30: error: 'f' was not declared in this scope return static_cast(f(n)); ^ make[2]: *** [CMakeFiles/cmTC_e789c.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_e789c/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_51531/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_51531.dir/build.make CMakeFiles/cmTC_51531.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_51531.dir/kwsysPlatformTestsCXX.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_51531.dir/kwsysPlatformTestsCXX.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:196:13: error: 'environ' was not declared in this scope char* e = environ[0]; ^ make[2]: *** [CMakeFiles/cmTC_51531.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_51531/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b1e29/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_b1e29.dir/build.make CMakeFiles/cmTC_b1e29.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b1e29.dir/kwsysPlatformTestsCXX.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_b1e29.dir/kwsysPlatformTestsCXX.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:57:15: error: 'struct stat' has no member named 'st_mtimespec' (void)stat1.st_mtimespec.tv_sec; ^ /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:58:15: error: 'struct stat' has no member named 'st_mtimespec' (void)stat1.st_mtimespec.tv_nsec; ^ make[2]: *** [CMakeFiles/cmTC_b1e29.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_b1e29/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c09e1/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_c09e1.dir/build.make CMakeFiles/cmTC_c09e1.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c09e1.dir/kwsysPlatformTestsCXX.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -DTEST_KWSYS_CXX_HAS__ATOI64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_c09e1.dir/kwsysPlatformTestsCXX.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:252:38: error: '_atoi64' was not declared in this scope return static_cast(_atoi64(str)); ^ make[2]: *** [CMakeFiles/cmTC_c09e1.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_c09e1/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Determining if the include file execinfo.h exists failed with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f5e37/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_f5e37.dir/build.make CMakeFiles/cmTC_f5e37.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f5e37.dir/CheckIncludeFile.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_f5e37.dir/CheckIncludeFile.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:22: fatal error: execinfo.h: No such file or directory #include ^ compilation terminated. make[2]: *** [CMakeFiles/cmTC_f5e37.dir/CheckIncludeFile.cxx.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_f5e37/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Checking whether CXX compiler has getloadavg failed to compile with the following output: Change Dir: /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5b892/fast" make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_5b892.dir/build.make CMakeFiles/cmTC_5b892.dir/build make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5b892.dir/kwsysPlatformTestsCXX.cxx.o /accts/mlweber1/instance-2/output/host/bin/arm-linux-g++ --sysroot=/accts/mlweber1/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot -DTEST_KWSYS_CXX_HAS_GETLOADAVG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_5b892.dir/kwsysPlatformTestsCXX.cxx.o -c /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:210:31: error: 'getloadavg' was not declared in this scope return getloadavg(loadavg, 3); ^ make[2]: *** [CMakeFiles/cmTC_5b892.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5b892/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp'