Determining if the __clang__ exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1678049377/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1678049377.dir/build.make CMakeFiles/cmTryCompileExec1678049377.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/cmTryCompileExec1678049377.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1678049377.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:7:19: error: '__clang__' undeclared (first use in this function) return ((int*)(&__clang__))[argc]; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1678049377.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec1678049377/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef __clang__ return ((int*)(&__clang__))[argc]; #else (void)argc; return 0; #endif } Determining if the _strnicmp exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2496177345/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2496177345.dir/build.make CMakeFiles/cmTryCompileExec2496177345.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/cmTryCompileExec2496177345.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec2496177345.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: '_strnicmp' undeclared (first use in this function) return ((int*)(&_strnicmp))[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]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2496177345.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2496177345/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _strnicmp return ((int*)(&_strnicmp))[argc]; #else (void)argc; return 0; #endif } Determining if the _stricmp exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3103644143/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3103644143.dir/build.make CMakeFiles/cmTryCompileExec3103644143.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/cmTryCompileExec3103644143.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec3103644143.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: '_stricmp' undeclared (first use in this function) return ((int*)(&_stricmp))[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]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3103644143.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec3103644143/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _stricmp return ((int*)(&_stricmp))[argc]; #else (void)argc; return 0; #endif } Determining if the daemon exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4097614780/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4097614780.dir/build.make CMakeFiles/cmTryCompileExec4097614780.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/cmTryCompileExec4097614780.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec4097614780.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: 'daemon' undeclared (first use in this function) return ((int*)(&daemon))[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]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4097614780.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec4097614780/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef daemon return ((int*)(&daemon))[argc]; #else (void)argc; return 0; #endif } Determining if the dup exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1650004343/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1650004343.dir/build.make CMakeFiles/cmTryCompileExec1650004343.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/cmTryCompileExec1650004343.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1650004343.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1650004343.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1650004343/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef dup return ((int*)(&dup))[argc]; #else (void)argc; return 0; #endif } Determining if the pthread_create exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3152938989/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3152938989.dir/build.make CMakeFiles/cmTryCompileExec3152938989.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/cmTryCompileExec3152938989.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec3152938989.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec3152938989 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3152938989.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec3152938989.dir/CheckSymbolExists.c.o -o cmTryCompileExec3152938989 -rdynamic CMakeFiles/cmTryCompileExec3152938989.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0xa): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3152938989] Error 1 make: *** [cmTryCompileExec3152938989/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3255076810/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3255076810.dir/build.make CMakeFiles/cmTryCompileExec3255076810.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/cmTryCompileExec3255076810.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3255076810.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3255076810 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3255076810.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3255076810.dir/CheckFunctionExists.c.o -o cmTryCompileExec3255076810 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec3255076810] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3255076810/fast] Error 2 Determining if the function pgettext exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3346505996/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3346505996.dir/build.make CMakeFiles/cmTryCompileExec3346505996.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/cmTryCompileExec3346505996.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pgettext -o CMakeFiles/cmTryCompileExec3346505996.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3346505996 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3346505996.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pgettext CMakeFiles/cmTryCompileExec3346505996.dir/CheckFunctionExists.c.o -o cmTryCompileExec3346505996 -rdynamic CMakeFiles/cmTryCompileExec3346505996.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `pgettext' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec3346505996] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3346505996/fast] Error 2 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 "cmTryCompileExec1610587550/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1610587550.dir/build.make CMakeFiles/cmTryCompileExec1610587550.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/cmTryCompileExec1610587550.dir/src.c.o /usr/lib/ccache/cc -Werror -DICONV_SECOND_ARGUMENT_IS_CONST -o CMakeFiles/cmTryCompileExec1610587550.dir/src.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:9:5: error: passing argument 2 of 'iconv' from incompatible pointer type [-Werror] iconv(conv, &in, &ilen, &out, &olen); ^ In file included from /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:2:0: /usr/include/iconv.h:42:15: note: expected 'char ** __restrict__' but argument is of type 'const char **' extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^ cc1: all warnings being treated as errors make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1610587550.dir/src.c.o] Error 1 make: *** [cmTryCompileExec1610587550/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; } Performing C SOURCE FILE Test HAVE_MACRO_FUNC failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2224502490/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2224502490.dir/build.make CMakeFiles/cmTryCompileExec2224502490.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/cmTryCompileExec2224502490.dir/src.c.o /usr/lib/ccache/cc -DHAVE_MACRO_FUNC -o CMakeFiles/cmTryCompileExec2224502490.dir/src.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:5:13: error: '__FUNC__' undeclared (first use in this function) printf( __FUNC__); ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:5:13: note: each undeclared identifier is reported only once for each function it appears in make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2224502490.dir/src.c.o] Error 1 make: *** [cmTryCompileExec2224502490/fast] Error 2 Source file was: #include int main(void) { printf( __FUNC__); return 0; }