Determining if compiler supports C++ auto_ptr failed with the following output: Change Dir: /home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_37b46/fast" gmake[1]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_37b46.dir/build.make CMakeFiles/cmTC_37b46.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_37b46.dir/cm_cxx_auto_ptr.cxx.o /home/naourr/work/instance-2/output/host/bin/mips64el-linux-g++ --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -std=gnu++14 -o CMakeFiles/cmTC_37b46.dir/cm_cxx_auto_ptr.cxx.o -c /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:3:6: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr get_auto_ptr() ^~~~~~~~ In file included from /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: In function 'std::auto_ptr get_auto_ptr()': /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:5:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr ptr; ^~~~~~~~ In file included from /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:6:14: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] ptr = std::auto_ptr(new int(0)); ^~~~~~~~ In file included from /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: At global scope: /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:10:23: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] int use_auto_ptr(std::auto_ptr ptr) ^~~~~~~~ In file included from /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-2/output/host/opt/ext-toolchain/mips64el-buildroot-linux-gnu/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ Linking CXX executable cmTC_37b46 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37b46.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output/host/bin/mips64el-linux-g++ --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -rdynamic CMakeFiles/cmTC_37b46.dir/cm_cxx_auto_ptr.cxx.o -o cmTC_37b46 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the environ exist failed with the following output: Change Dir: /home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_25188/fast" gmake[1]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_25188.dir/build.make CMakeFiles/cmTC_25188.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_25188.dir/CheckSymbolExists.c.o /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_25188.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/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]; ^~~~~~~ /home/naourr/work/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 gmake[2]: *** [CMakeFiles/cmTC_25188.dir/build.make:66: CMakeFiles/cmTC_25188.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_25188/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/naourr/work/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: /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_9cd68/fast" gmake[1]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_9cd68.dir/build.make CMakeFiles/cmTC_9cd68.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9cd68.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-2/output/host/bin/mips64el-linux-g++ --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/sysroot -DTEST_KWSYS_CXX_HAS___INT64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_9cd68.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/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) ^~~~~~~ /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/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; ^~~~~~~ /home/naourr/work/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)); ^ /home/naourr/work/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)); ^ gmake[2]: *** [CMakeFiles/cmTC_9cd68.dir/build.make:66: CMakeFiles/cmTC_9cd68.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_9cd68/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4e82c/fast" gmake[1]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_4e82c.dir/build.make CMakeFiles/cmTC_4e82c.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4e82c.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-2/output/host/bin/mips64el-linux-g++ --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/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_4e82c.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/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]; ^~~~~~~ gmake[2]: *** [CMakeFiles/cmTC_4e82c.dir/build.make:66: CMakeFiles/cmTC_4e82c.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_4e82c/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_f06ca/fast" gmake[1]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_f06ca.dir/build.make CMakeFiles/cmTC_f06ca.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f06ca.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-2/output/host/bin/mips64el-linux-g++ --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/sysroot -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_f06ca.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:57:15: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)stat1.st_mtimespec.tv_sec; ^~~~~~~~~~~~ /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:58:15: error: 'struct stat' has no member named 'st_mtimespec'; did you mean 'st_mtim'? (void)stat1.st_mtimespec.tv_nsec; ^~~~~~~~~~~~ gmake[2]: *** [CMakeFiles/cmTC_f06ca.dir/build.make:66: CMakeFiles/cmTC_f06ca.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_f06ca/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_bbf1e/fast" gmake[1]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_bbf1e.dir/build.make CMakeFiles/cmTC_bbf1e.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_bbf1e.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-2/output/host/bin/mips64el-linux-g++ --sysroot=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-gnu/sysroot -DTEST_KWSYS_CXX_HAS__ATOI64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_bbf1e.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/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)); ^ gmake[2]: *** [CMakeFiles/cmTC_bbf1e.dir/build.make:66: CMakeFiles/cmTC_bbf1e.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_bbf1e/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp'