Determining if the Q_WS_WIN exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1662641521/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1662641521.dir/build.make CMakeFiles/cmTryCompileExec1662641521.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/cmTryCompileExec1662641521.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec1662641521.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: 'Q_WS_WIN' undeclared (first use in this function) return ((int*)(&Q_WS_WIN))[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/cmTryCompileExec1662641521.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec1662641521/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_WIN return ((int*)(&Q_WS_WIN))[argc]; #else (void)argc; return 0; #endif } Determining if the Q_WS_QWS exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1397170714/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1397170714.dir/build.make CMakeFiles/cmTryCompileExec1397170714.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/cmTryCompileExec1397170714.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec1397170714.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: 'Q_WS_QWS' undeclared (first use in this function) return ((int*)(&Q_WS_QWS))[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/cmTryCompileExec1397170714.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1397170714/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_QWS return ((int*)(&Q_WS_QWS))[argc]; #else (void)argc; return 0; #endif } Determining if the Q_WS_MAC exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1574009014/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1574009014.dir/build.make CMakeFiles/cmTryCompileExec1574009014.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/cmTryCompileExec1574009014.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec1574009014.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: 'Q_WS_MAC' undeclared (first use in this function) return ((int*)(&Q_WS_MAC))[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/cmTryCompileExec1574009014.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec1574009014/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_MAC return ((int*)(&Q_WS_MAC))[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 "cmTryCompileExec3148464273/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3148464273.dir/build.make CMakeFiles/cmTryCompileExec3148464273.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/cmTryCompileExec3148464273.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec3148464273.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec3148464273 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3148464273.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec3148464273.dir/CheckSymbolExists.c.o -o cmTryCompileExec3148464273 -rdynamic CMakeFiles/cmTryCompileExec3148464273.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]: *** [cmTryCompileExec3148464273] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3148464273/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 "cmTryCompileExec3956682721/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3956682721.dir/build.make CMakeFiles/cmTryCompileExec3956682721.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/cmTryCompileExec3956682721.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3956682721.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3956682721 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3956682721.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3956682721.dir/CheckFunctionExists.c.o -o cmTryCompileExec3956682721 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3956682721] Error 1 make: *** [cmTryCompileExec3956682721/fast] Error 2 Performing C++ SOURCE FILE Test _OFFT_IS_64BIT failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2502887846/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2502887846.dir/build.make CMakeFiles/cmTryCompileExec2502887846.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/cmTryCompileExec2502887846.dir/src.cxx.o /usr/lib/ccache/c++ -D_OFFT_IS_64BIT -o CMakeFiles/cmTryCompileExec2502887846.dir/src.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:9:38: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:9:62: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:9:161: error: size of array 'off_t_is_large' is negative int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; ^ make[1]: *** [CMakeFiles/cmTryCompileExec2502887846.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2502887846/fast] Error 2 Source file was: #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main() { return 0; } Determining if the function getpassphrase exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2392959430/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2392959430.dir/build.make CMakeFiles/cmTryCompileExec2392959430.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/cmTryCompileExec2392959430.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTryCompileExec2392959430.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2392959430 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2392959430.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpassphrase CMakeFiles/cmTryCompileExec2392959430.dir/CheckFunctionExists.c.o -o cmTryCompileExec2392959430 -rdynamic CMakeFiles/cmTryCompileExec2392959430.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `getpassphrase' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2392959430] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2392959430/fast] Error 2 Determining size of struct ucred failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3123795257/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3123795257.dir/build.make CMakeFiles/cmTryCompileExec3123795257.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/cmTryCompileExec3123795257.dir/STRUCT_UCRED.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec3123795257.dir/STRUCT_UCRED.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:20:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred' ('0' + ((SIZE / 10000)%10)), ^ /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:21:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred' ('0' + ((SIZE / 1000)%10)), ^ /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:22:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred' ('0' + ((SIZE / 100)%10)), ^ /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:23:20: error: invalid application of 'sizeof' to incomplete type 'struct ucred' ('0' + ((SIZE / 10)%10)), ^ /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c:24:19: error: invalid application of 'sizeof' to incomplete type 'struct ucred' ('0' + (SIZE % 10)), ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3123795257.dir/STRUCT_UCRED.c.o] Error 1 make: *** [cmTryCompileExec3123795257/fast] Error 2 /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/STRUCT_UCRED.c: #include #include #include #include "sys/socket.h" #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(struct ucred)) 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; } Determining if the function getpeereid exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1639592140/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1639592140.dir/build.make CMakeFiles/cmTryCompileExec1639592140.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/cmTryCompileExec1639592140.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpeereid -o CMakeFiles/cmTryCompileExec1639592140.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1639592140 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1639592140.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpeereid CMakeFiles/cmTryCompileExec1639592140.dir/CheckFunctionExists.c.o -o cmTryCompileExec1639592140 -rdynamic CMakeFiles/cmTryCompileExec1639592140.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `getpeereid' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1639592140] Error 1 make: *** [cmTryCompileExec1639592140/fast] Error 2 Determining if files sys/endian.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec8364499/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec8364499.dir/build.make CMakeFiles/cmTryCompileExec8364499.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/cmTryCompileExec8364499.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec8364499.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec8364499.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec8364499/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files devinfo.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3674101435/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3674101435.dir/build.make CMakeFiles/cmTryCompileExec3674101435.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/cmTryCompileExec3674101435.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec3674101435.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: devinfo.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3674101435.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec3674101435/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/sockio.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1439375690/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1439375690.dir/build.make CMakeFiles/cmTryCompileExec1439375690.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/cmTryCompileExec1439375690.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec1439375690.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1439375690.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1439375690/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the getnameinfo exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1889178022/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1889178022.dir/build.make CMakeFiles/cmTryCompileExec1889178022.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/cmTryCompileExec1889178022.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec1889178022.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:9:19: error: 'getnameinfo' undeclared (first use in this function) return ((int*)(&getnameinfo))[argc]; ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: note: each undeclared identifier is reported only once for each function it appears in /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:5:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:14:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1889178022.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec1889178022/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include int main(int argc, char** argv) { (void)argv; #ifndef getnameinfo return ((int*)(&getnameinfo))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_SA_LEN failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec919922724/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec919922724.dir/build.make CMakeFiles/cmTryCompileExec919922724.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/cmTryCompileExec919922724.dir/src.cxx.o /usr/lib/ccache/c++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_SA_LEN -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec919922724.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:7:9: error: 'struct sockaddr' has no member named 'sa_len' tmp->sa_len; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec919922724.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec919922724/fast] Error 2 Source file was: #include int main() { struct sockaddr* tmp; tmp->sa_len; return 0; } Performing C++ SOURCE FILE Test HAVE_STRUCT_PASSWD_PW_EXPIRE failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2487903485/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2487903485.dir/build.make CMakeFiles/cmTryCompileExec2487903485.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/cmTryCompileExec2487903485.dir/src.cxx.o /usr/lib/ccache/c++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_PASSWD_PW_EXPIRE -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec2487903485.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:7:9: error: 'struct passwd' has no member named 'pw_expire' tmp->pw_expire; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2487903485.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2487903485/fast] Error 2 Source file was: #include int main() { struct passwd* tmp; tmp->pw_expire; return 0; } Determining if the systeminfo exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2152115129/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2152115129.dir/build.make CMakeFiles/cmTryCompileExec2152115129.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/cmTryCompileExec2152115129.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec2152115129.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:28: fatal error: sys/systeminfo.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2152115129.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2152115129/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef systeminfo return ((int*)(&systeminfo))[argc]; #else (void)argc; return 0; #endif } Determining if the getdomainname exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2182099020/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2182099020.dir/build.make CMakeFiles/cmTryCompileExec2182099020.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/cmTryCompileExec2182099020.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec2182099020.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: 'getdomainname' undeclared (first use in this function) return ((int*)(&getdomainname))[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 /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2182099020.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2182099020/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef getdomainname return ((int*)(&getdomainname))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_SETLOGIN failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2113040514/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2113040514.dir/build.make CMakeFiles/cmTryCompileExec2113040514.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/cmTryCompileExec2113040514.dir/src.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DHAVE_SETLOGIN -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec2113040514.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:6:5: error: implicit declaration of function 'setlogin' [-Werror=implicit-function-declaration] setlogin(0); ^ cc1: some warnings being treated as errors make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2113040514.dir/src.c.o] Error 1 make: *** [cmTryCompileExec2113040514/fast] Error 2 Return value: 1 Source file was: #include #include int main() { setlogin(0); return errno == ENOSYS; } Determining if files crt_externs.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1445504798/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1445504798.dir/build.make CMakeFiles/cmTryCompileExec1445504798.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/cmTryCompileExec1445504798.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec1445504798.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:25: fatal error: crt_externs.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1445504798.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1445504798/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function _NSGetEnviron exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4186418360/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4186418360.dir/build.make CMakeFiles/cmTryCompileExec4186418360.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/cmTryCompileExec4186418360.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_NSGetEnviron -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec4186418360.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec4186418360 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4186418360.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_NSGetEnviron CMakeFiles/cmTryCompileExec4186418360.dir/CheckFunctionExists.c.o -o cmTryCompileExec4186418360 -rdynamic -lXrandr CMakeFiles/cmTryCompileExec4186418360.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `_NSGetEnviron' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec4186418360] Error 1 make: *** [cmTryCompileExec4186418360/fast] Error 2 Determining if the function setusercontext exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1593790476/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1593790476.dir/build.make CMakeFiles/cmTryCompileExec1593790476.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/cmTryCompileExec1593790476.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setusercontext -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec1593790476.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1593790476 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1593790476.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setusercontext CMakeFiles/cmTryCompileExec1593790476.dir/CheckFunctionExists.c.o -o cmTryCompileExec1593790476 -rdynamic -lutil make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' CMakeFiles/cmTryCompileExec1593790476.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `setusercontext' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1593790476] Error 1 make: *** [cmTryCompileExec1593790476/fast] Error 2 Determining if the function login_getclass exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2962135145/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2962135145.dir/build.make CMakeFiles/cmTryCompileExec2962135145.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/cmTryCompileExec2962135145.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=login_getclass -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec2962135145.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2962135145 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2962135145.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=login_getclass CMakeFiles/cmTryCompileExec2962135145.dir/CheckFunctionExists.c.o -o cmTryCompileExec2962135145 -rdynamic -lutil CMakeFiles/cmTryCompileExec2962135145.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `login_getclass' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2962135145] Error 1 make: *** [cmTryCompileExec2962135145/fast] Error 2 Determining if the function auth_timeok exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1809715955/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1809715955.dir/build.make CMakeFiles/cmTryCompileExec1809715955.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/cmTryCompileExec1809715955.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=auth_timeok -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec1809715955.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1809715955 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1809715955.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=auth_timeok CMakeFiles/cmTryCompileExec1809715955.dir/CheckFunctionExists.c.o -o cmTryCompileExec1809715955 -rdynamic -lutil CMakeFiles/cmTryCompileExec1809715955.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `auth_timeok' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1809715955] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1809715955/fast] Error 2 Determining if the function authenticate exists in the s failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2371779780/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2371779780.dir/build.make CMakeFiles/cmTryCompileExec2371779780.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/cmTryCompileExec2371779780.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=authenticate -o CMakeFiles/cmTryCompileExec2371779780.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2371779780 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2371779780.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=authenticate CMakeFiles/cmTryCompileExec2371779780.dir/CheckFunctionExists.c.o -o cmTryCompileExec2371779780 -rdynamic -ls -lXrandr /usr/bin/ld: cannot find -ls collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2371779780] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2371779780/fast] Error 2 Determining if the function sched_yield exists in the posix4 failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2785274767/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2785274767.dir/build.make CMakeFiles/cmTryCompileExec2785274767.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/cmTryCompileExec2785274767.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=sched_yield -o CMakeFiles/cmTryCompileExec2785274767.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2785274767 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2785274767.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=sched_yield CMakeFiles/cmTryCompileExec2785274767.dir/CheckFunctionExists.c.o -o cmTryCompileExec2785274767 -rdynamic -lposix4 -lXrandr /usr/bin/ld: cannot find -lposix4 collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2785274767] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2785274767/fast] Error 2 Determining if the function connect exists in the socket failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec266500582/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec266500582.dir/build.make CMakeFiles/cmTryCompileExec266500582.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/cmTryCompileExec266500582.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec266500582.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec266500582 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec266500582.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTryCompileExec266500582.dir/CheckFunctionExists.c.o -o cmTryCompileExec266500582 -rdynamic -lsocket -lXrandr make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec266500582] Error 1 make: *** [cmTryCompileExec266500582/fast] Error 2 Determining if the function arc4random exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1621571139/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1621571139.dir/build.make CMakeFiles/cmTryCompileExec1621571139.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/cmTryCompileExec1621571139.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=arc4random -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec1621571139.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1621571139 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1621571139.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=arc4random CMakeFiles/cmTryCompileExec1621571139.dir/CheckFunctionExists.c.o -o cmTryCompileExec1621571139 -rdynamic -lXrandr CMakeFiles/cmTryCompileExec1621571139.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `arc4random' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1621571139] Error 1 make: *** [cmTryCompileExec1621571139/fast] Error 2 Determining if the function setproctitle exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2274685961/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2274685961.dir/build.make CMakeFiles/cmTryCompileExec2274685961.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/cmTryCompileExec2274685961.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setproctitle -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec2274685961.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2274685961 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2274685961.dir/link.txt --verbose=1 /usr/lib/ccache/cc -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setproctitle CMakeFiles/cmTryCompileExec2274685961.dir/CheckFunctionExists.c.o -o cmTryCompileExec2274685961 -rdynamic -lXrandr CMakeFiles/cmTryCompileExec2274685961.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `setproctitle' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2274685961] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2274685961/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4260399608/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4260399608.dir/build.make CMakeFiles/cmTryCompileExec4260399608.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/cmTryCompileExec4260399608.dir/src.cxx.o /usr/lib/ccache/c++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_IN_SIN_LEN -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec4260399608.dir/src.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:8:9: error: 'struct sockaddr_in' has no member named 'sin_len' tmp->sin_len; ^ make[1]: *** [CMakeFiles/cmTryCompileExec4260399608.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec4260399608/fast] Error 2 Source file was: #include #include int main() { struct sockaddr_in* tmp; tmp->sin_len; return 0; } Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3197713728/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3197713728.dir/build.make CMakeFiles/cmTryCompileExec3197713728.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/cmTryCompileExec3197713728.dir/src.cxx.o /usr/lib/ccache/c++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN -I/usr/include/Xrandr.h -o CMakeFiles/cmTryCompileExec3197713728.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:8:9: error: 'struct sockaddr_in6' has no member named 'sin6_len' tmp->sin6_len; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3197713728.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec3197713728/fast] Error 2 Source file was: #include #include int main() { struct sockaddr_in6* tmp; tmp->sin6_len; return 0; }