Determining if compiler supports C++ auto_ptr failed with the following output: Change Dir: /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_c5031/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_c5031.dir/build.make CMakeFiles/cmTC_c5031.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c5031.dir/cm_cxx_auto_ptr.cxx.o /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -std=gnu++14 -o CMakeFiles/cmTC_c5031.dir/cm_cxx_auto_ptr.cxx.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx /home/naourr/work/instance-3/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-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/naourr/work/instance-3/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-3/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-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/naourr/work/instance-3/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-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx: At global scope: /home/naourr/work/instance-3/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-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/memory:81:0, from /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/Checks/cm_cxx_auto_ptr.cxx:1: /home/naourr/work/instance-3/output/host/opt/ext-toolchain/i586-buildroot-linux-musl/include/c++/6.4.0/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ Linking CXX executable cmTC_c5031 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5031.dir/link.txt --verbose=1 /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -rdynamic CMakeFiles/cmTC_c5031.dir/cm_cxx_auto_ptr.cxx.o -o cmTC_c5031 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' gmake[1]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Determining if the environ exist failed with the following output: Change Dir: /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_4fcd1/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_4fcd1.dir/build.make CMakeFiles/cmTC_4fcd1.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4fcd1.dir/CheckSymbolExists.c.o /home/naourr/work/instance-3/output/host/bin/i586-linux-gcc --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_4fcd1.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-3/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-3/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_4fcd1.dir/build.make:66: CMakeFiles/cmTC_4fcd1.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_4fcd1/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-3/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-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e9f70/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_e9f70.dir/build.make CMakeFiles/cmTC_e9f70.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e9f70.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -DTEST_KWSYS_CXX_HAS___INT64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_e9f70.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-3/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-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/instance-3/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-3/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-3/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_e9f70.dir/build.make:66: CMakeFiles/cmTC_e9f70.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_e9f70/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-3/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-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_1f76c/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_1f76c.dir/build.make CMakeFiles/cmTC_1f76c.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_1f76c.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/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_1f76c.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/instance-3/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_1f76c.dir/build.make:66: CMakeFiles/cmTC_1f76c.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_1f76c/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-3/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-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_d3774/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_d3774.dir/build.make CMakeFiles/cmTC_d3774.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d3774.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_d3774.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/instance-3/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-3/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_d3774.dir/build.make:66: CMakeFiles/cmTC_d3774.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_d3774/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-3/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-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_aeb5f/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_aeb5f.dir/build.make CMakeFiles/cmTC_aeb5f.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_aeb5f.dir/kwsysPlatformTestsCXX.cxx.o /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -DTEST_KWSYS_CXX_HAS__ATOI64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_aeb5f.dir/kwsysPlatformTestsCXX.cxx.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx /home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /home/naourr/work/instance-3/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_aeb5f.dir/build.make:66: CMakeFiles/cmTC_aeb5f.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/Source/kwsys/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_aeb5f/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-3/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: /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_67764/fast" gmake[1]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_67764.dir/build.make CMakeFiles/cmTC_67764.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_67764.dir/CheckIncludeFile.cxx.o /home/naourr/work/instance-3/output/host/bin/i586-linux-g++ --sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_67764.dir/CheckIncludeFile.cxx.o -c /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:22: fatal error: execinfo.h: No such file or directory #include ^ compilation terminated. gmake[2]: *** [CMakeFiles/cmTC_67764.dir/build.make:66: CMakeFiles/cmTC_67764.dir/CheckIncludeFile.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_67764/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-3/output/build/cmake-3.8.2/CMakeFiles/CMakeTmp'