Determining if the environ exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3814159885/fast" make -f CMakeFiles/cmTryCompileExec3814159885.dir/build.make CMakeFiles/cmTryCompileExec3814159885.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3814159885.dir/CheckSymbolExists.c.o /usr/lib/ccache/gcc -o CMakeFiles/cmTryCompileExec3814159885.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'environ' undeclared (first use in this function) return ((int*)(&environ))[argc]; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [CMakeFiles/cmTryCompileExec3814159885.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3814159885/fast] Error 2 File /var/uhubuild/work/compile/build/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 for non-standard argument to stl allocator<>::max_size failed to compile with the following output: Change Dir: /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3739480543/fast" make -f CMakeFiles/cmTryCompileExec3739480543.dir/build.make CMakeFiles/cmTryCompileExec3739480543.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec3739480543.dir/kwsysPlatformTestsCXX.cxx.o /usr/lib/ccache/g++ -DKWSYS_STL_HAVE_STD=1 -DTEST_KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT -o CMakeFiles/cmTryCompileExec3739480543.dir/kwsysPlatformTestsCXX.cxx.o -c /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'void f(const std::allocator&)': /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:256:25: error: no matching function for call to 'std::allocator::max_size(unsigned int) const' a.max_size(sizeof(int)); ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:256:25: note: candidate is: In file included from /usr/include/c++/4.8.3/i686-uhu-linux/bits/c++allocator.h:33:0, from /usr/include/c++/4.8.3/bits/allocator.h:46, from /usr/include/c++/4.8.3/memory:63, from /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:253: /usr/include/c++/4.8.3/ext/new_allocator.h:113:7: note: __gnu_cxx::new_allocator<_Tp>::size_type __gnu_cxx::new_allocator<_Tp>::max_size() const [with _Tp = char; __gnu_cxx::new_allocator<_Tp>::size_type = unsigned int] max_size() const _GLIBCXX_USE_NOEXCEPT ^ /usr/include/c++/4.8.3/ext/new_allocator.h:113:7: note: candidate expects 0 arguments, 1 provided make[1]: Leaving directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3739480543.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make: *** [cmTryCompileExec3739480543/fast] Error 2 Checking whether "<>" is needed for template friends failed to compile with the following output: Change Dir: /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3830747101/fast" make -f CMakeFiles/cmTryCompileExec3830747101.dir/build.make CMakeFiles/cmTryCompileExec3830747101.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec3830747101.dir/kwsysPlatformTestsCXX.cxx.o /usr/lib/ccache/g++ -DTEST_KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS -o CMakeFiles/cmTryCompileExec3830747101.dir/kwsysPlatformTestsCXX.cxx.o -c /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:141:21: warning: friend declaration 'int f(A&)' declares a non-template function [-Wnon-template-friend] friend int f(A&); ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:141:21: note: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx: In instantiation of 'int f(A&) [with T = int]': /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:147:23: required from here /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:143:7: error: 'int A::x' is private int x; ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:146:48: error: within this context template int f(A& a) { return a.x = 0; } ^ make[1]: *** [CMakeFiles/cmTryCompileExec3830747101.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3830747101/fast] Error 2 Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2295477220/fast" make -f CMakeFiles/cmTryCompileExec2295477220.dir/build.make CMakeFiles/cmTryCompileExec2295477220.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2295477220.dir/kwsysPlatformTestsCXX.cxx.o /usr/lib/ccache/g++ -DTEST_KWSYS_CXX_HAS___INT64 -o CMakeFiles/cmTryCompileExec2295477220.dir/kwsysPlatformTestsCXX.cxx.o -c /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:126:1: error: '__int64' does not name a type __int64 f(__int64 n) { return n; } ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:129:3: error: '__int64' was not declared in this scope __int64 n = 0; ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:129:11: error: expected ';' before 'n' __int64 n = 0; ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:130:29: error: 'n' was not declared in this scope return static_cast(f(n)); ^ /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:130:30: error: 'f' was not declared in this scope return static_cast(f(n)); ^ make[1]: *** [CMakeFiles/cmTryCompileExec2295477220.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2295477220/fast] Error 2 Determining size of __int64 failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2364618036/fast" make -f CMakeFiles/cmTryCompileExec2364618036.dir/build.make CMakeFiles/cmTryCompileExec2364618036.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2364618036.dir/KWSYS_SIZEOF___INT64.c.o /usr/lib/ccache/gcc -o CMakeFiles/cmTryCompileExec2364618036.dir/KWSYS_SIZEOF___INT64.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:19:20: error: '__int64' undeclared here (not in a function) ('0' + ((SIZE / 10000)%10)), ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2364618036.dir/KWSYS_SIZEOF___INT64.c.o] Error 1 make: *** [cmTryCompileExec2364618036/fast] Error 2 /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/KWSYS_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','_','_' #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; } Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec483143472/fast" make -f CMakeFiles/cmTryCompileExec483143472.dir/build.make CMakeFiles/cmTryCompileExec483143472.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec483143472.dir/kwsysPlatformTestsCXX.cxx.o /usr/lib/ccache/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -o CMakeFiles/cmTryCompileExec483143472.dir/kwsysPlatformTestsCXX.cxx.o -c /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:450:13: error: 'environ' was not declared in this scope char* e = environ[0]; ^ make[1]: *** [CMakeFiles/cmTryCompileExec483143472.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec483143472/fast] Error 2 Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1124298318/fast" make -f CMakeFiles/cmTryCompileExec1124298318.dir/build.make CMakeFiles/cmTryCompileExec1124298318.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/Bootstrap.cmk/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1124298318.dir/kwsysPlatformTestsCXX.cxx.o /usr/lib/ccache/g++ -DTEST_KWSYS_CXX_HAS__ATOI64 -o CMakeFiles/cmTryCompileExec1124298318.dir/kwsysPlatformTestsCXX.cxx.o -c /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function 'int main()': /var/uhubuild/work/compile/Source/kwsys/kwsysPlatformTestsCXX.cxx:493:38: error: '_atoi64' was not declared in this scope return static_cast(_atoi64(str)); ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/Source/kwsys/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1124298318.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make: *** [cmTryCompileExec1124298318/fast] Error 2 Looking for a Fortran compiler failed with the following output: -- The Fortran compiler identification is unknown CMake Error: your Fortran compiler: "CMAKE_Fortran_COMPILER-NOTFOUND" was not found. Please set CMAKE_Fortran_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! See also "/var/uhubuild/work/compile/build/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log". See also "/var/uhubuild/work/compile/build/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log".