Performing C++ SOURCE FILE Test ICONV_SECOND_ARGUMENT_IS_CONST failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2968417432/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2968417432.dir/build.make CMakeFiles/cmTryCompileExec2968417432.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2968417432.dir/src.cxx.o /usr/lib/ccache/c++ -DICONV_SECOND_ARGUMENT_IS_CONST -o CMakeFiles/cmTryCompileExec2968417432.dir/src.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:9:40: error: invalid conversion from 'const char**' to 'char**' [-fpermissive] iconv(conv, &in, &ilen, &out, &olen); ^ In file included from /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/iconv.h:42:15: error: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' [-fpermissive] extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2968417432.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2968417432/fast] Error 2 Source file was: #include int main(){ iconv_t conv = 0; const char* in = 0; size_t ilen = 0; char* out = 0; size_t olen = 0; iconv(conv, &in, &ilen, &out, &olen); return 0; } Determining if the include file sys/iconv.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec61955369/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec61955369.dir/build.make CMakeFiles/cmTryCompileExec61955369.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec61955369.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec61955369.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: sys/iconv.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec61955369.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec61955369/fast] Error 2 Determining if the system is big endian passed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4294676643/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4294676643.dir/build.make CMakeFiles/cmTryCompileExec4294676643.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4294676643.dir/TestEndianess.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec4294676643.dir/TestEndianess.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec4294676643 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4294676643.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec4294676643.dir/TestEndianess.c.o -o cmTryCompileExec4294676643 -rdynamic make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' TestEndianess.c: /* A 16 bit integer is required. */ typedef unsigned short cmakeint16; /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." On a big endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." On a little endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_little[argc]; require += info_big[argc]; (void)argv; return require; } Determining if the include file ieeefp.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1618732053/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1618732053.dir/build.make CMakeFiles/cmTryCompileExec1618732053.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1618732053.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1618732053.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: ieeefp.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1618732053.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec1618732053/fast] Error 2 Determining if the function _finite exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3383296128/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3383296128.dir/build.make CMakeFiles/cmTryCompileExec3383296128.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3383296128.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=_finite -I/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/math.h -o CMakeFiles/cmTryCompileExec3383296128.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3383296128 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3383296128.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=_finite CMakeFiles/cmTryCompileExec3383296128.dir/CheckFunctionExists.c.o -o cmTryCompileExec3383296128 -rdynamic -lm CMakeFiles/cmTryCompileExec3383296128.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `_finite' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3383296128] Error 1 make: *** [cmTryCompileExec3383296128/fast] Error 2