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 "cmTryCompileExec2351175163/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2351175163.dir/build.make CMakeFiles/cmTryCompileExec2351175163.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/cmTryCompileExec2351175163.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec2351175163.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/cmTryCompileExec2351175163.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2351175163/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 "cmTryCompileExec3426504886/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3426504886.dir/build.make CMakeFiles/cmTryCompileExec3426504886.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/cmTryCompileExec3426504886.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec3426504886.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]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3426504886.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec3426504886/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 "cmTryCompileExec2857048829/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2857048829.dir/build.make CMakeFiles/cmTryCompileExec2857048829.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/cmTryCompileExec2857048829.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec2857048829.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/cmTryCompileExec2857048829.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2857048829/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 "cmTryCompileExec1529519028/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1529519028.dir/build.make CMakeFiles/cmTryCompileExec1529519028.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/cmTryCompileExec1529519028.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1529519028.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec1529519028 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1529519028.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec1529519028.dir/CheckSymbolExists.c.o -o cmTryCompileExec1529519028 -rdynamic CMakeFiles/cmTryCompileExec1529519028.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]: *** [cmTryCompileExec1529519028] Error 1 make: *** [cmTryCompileExec1529519028/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 "cmTryCompileExec2897260552/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2897260552.dir/build.make CMakeFiles/cmTryCompileExec2897260552.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/cmTryCompileExec2897260552.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec2897260552.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2897260552 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2897260552.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec2897260552.dir/CheckFunctionExists.c.o -o cmTryCompileExec2897260552 -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]: *** [cmTryCompileExec2897260552] Error 1 make: *** [cmTryCompileExec2897260552/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 "cmTryCompileExec531474171/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec531474171.dir/build.make CMakeFiles/cmTryCompileExec531474171.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/cmTryCompileExec531474171.dir/src.cxx.o /usr/lib/ccache/c++ -D_OFFT_IS_64BIT -o CMakeFiles/cmTryCompileExec531474171.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]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec531474171.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec531474171/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 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 "cmTryCompileExec1050307145/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1050307145.dir/build.make CMakeFiles/cmTryCompileExec1050307145.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/cmTryCompileExec1050307145.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec1050307145.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/cmTryCompileExec1050307145.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1050307145/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sysent.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec723733588/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec723733588.dir/build.make CMakeFiles/cmTryCompileExec723733588.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/cmTryCompileExec723733588.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec723733588.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: sysent.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec723733588.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec723733588/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/ucred.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1903949988/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1903949988.dir/build.make CMakeFiles/cmTryCompileExec1903949988.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/cmTryCompileExec1903949988.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec1903949988.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/ucred.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1903949988.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1903949988/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files stdio.h;sys/mnttab.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3516520953/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3516520953.dir/build.make CMakeFiles/cmTryCompileExec3516520953.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/cmTryCompileExec3516520953.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec3516520953.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:24: fatal error: sys/mnttab.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3516520953.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3516520953/fast] Error 2 Source: /* */ #include #include int main(){return 0;} Determining if files sys/mntent.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec702594329/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec702594329.dir/build.make CMakeFiles/cmTryCompileExec702594329.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/cmTryCompileExec702594329.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec702594329.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/mntent.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec702594329.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec702594329/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files valgrind/memcheck.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3577971895/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3577971895.dir/build.make CMakeFiles/cmTryCompileExec3577971895.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/cmTryCompileExec3577971895.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec3577971895.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: valgrind/memcheck.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3577971895.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec3577971895/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files crtdbg.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2297778419/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2297778419.dir/build.make CMakeFiles/cmTryCompileExec2297778419.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/cmTryCompileExec2297778419.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec2297778419.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: crtdbg.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2297778419.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec2297778419/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 "cmTryCompileExec3889029409/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3889029409.dir/build.make CMakeFiles/cmTryCompileExec3889029409.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/cmTryCompileExec3889029409.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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 -o CMakeFiles/cmTryCompileExec3889029409.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3889029409 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3889029409.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/cmTryCompileExec3889029409.dir/CheckFunctionExists.c.o -o cmTryCompileExec3889029409 -rdynamic CMakeFiles/cmTryCompileExec3889029409.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]: *** [cmTryCompileExec3889029409] Error 1 make: *** [cmTryCompileExec3889029409/fast] Error 2 Determining if the function volmgt_running exists in the volmgt failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1084758616/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1084758616.dir/build.make CMakeFiles/cmTryCompileExec1084758616.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/cmTryCompileExec1084758616.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=volmgt_running -o CMakeFiles/cmTryCompileExec1084758616.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1084758616 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1084758616.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=volmgt_running CMakeFiles/cmTryCompileExec1084758616.dir/CheckFunctionExists.c.o -o cmTryCompileExec1084758616 -rdynamic -lvolmgt /usr/bin/ld: cannot find -lvolmgt collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1084758616] Error 1 make: *** [cmTryCompileExec1084758616/fast] Error 2 Determining if the function res_init exists in the resolv failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3323624368/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3323624368.dir/build.make CMakeFiles/cmTryCompileExec3323624368.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/cmTryCompileExec3323624368.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=res_init -o CMakeFiles/cmTryCompileExec3323624368.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3323624368 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3323624368.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=res_init CMakeFiles/cmTryCompileExec3323624368.dir/CheckFunctionExists.c.o -o cmTryCompileExec3323624368 -rdynamic -lresolv CMakeFiles/cmTryCompileExec3323624368.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `res_init' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3323624368] Error 1 make: *** [cmTryCompileExec3323624368/fast] Error 2 Determining if files sys/types.h;libutil.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec195648539/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec195648539.dir/build.make CMakeFiles/cmTryCompileExec195648539.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/cmTryCompileExec195648539.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec195648539.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:21: fatal error: libutil.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec195648539.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec195648539/fast] Error 2 Source: /* */ #include #include int main(){return 0;} Determining if files util.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3182834323/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3182834323.dir/build.make CMakeFiles/cmTryCompileExec3182834323.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/cmTryCompileExec3182834323.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec3182834323.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3182834323.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec3182834323/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/filio.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec670722723/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec670722723.dir/build.make CMakeFiles/cmTryCompileExec670722723.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/cmTryCompileExec670722723.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec670722723.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/filio.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec670722723.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec670722723/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function addToUtmp exists in the utempter failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2207719845/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2207719845.dir/build.make CMakeFiles/cmTryCompileExec2207719845.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/cmTryCompileExec2207719845.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=addToUtmp -o CMakeFiles/cmTryCompileExec2207719845.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2207719845 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2207719845.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=addToUtmp CMakeFiles/cmTryCompileExec2207719845.dir/CheckFunctionExists.c.o -o cmTryCompileExec2207719845 -rdynamic -lutempter /usr/bin/ld: cannot find -lutempter collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2207719845] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2207719845/fast] Error 2 Determining if files utempter.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec811193630/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec811193630.dir/build.make CMakeFiles/cmTryCompileExec811193630.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/cmTryCompileExec811193630.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec811193630.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:22: fatal error: utempter.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec811193630.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec811193630/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function login exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3890524837/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3890524837.dir/build.make CMakeFiles/cmTryCompileExec3890524837.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/cmTryCompileExec3890524837.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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 -o CMakeFiles/cmTryCompileExec3890524837.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3890524837 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3890524837.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 CMakeFiles/cmTryCompileExec3890524837.dir/CheckFunctionExists.c.o -o cmTryCompileExec3890524837 -rdynamic CMakeFiles/cmTryCompileExec3890524837.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `login' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3890524837] Error 1 make: *** [cmTryCompileExec3890524837/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_STRUCT_UTMP_UT_SYSLEN failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4282196579/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4282196579.dir/build.make CMakeFiles/cmTryCompileExec4282196579.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/cmTryCompileExec4282196579.dir/src.cxx.o /usr/lib/ccache/c++ -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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_UTMP_UT_SYSLEN -o CMakeFiles/cmTryCompileExec4282196579.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 utmp' has no member named 'ut_syslen' tmp->ut_syslen; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4282196579.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec4282196579/fast] Error 2 Source file was: #include int main() { struct utmp* tmp; tmp->ut_syslen; return 0; } Determining if the function openpty exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2962698114/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2962698114.dir/build.make CMakeFiles/cmTryCompileExec2962698114.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/cmTryCompileExec2962698114.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=openpty -o CMakeFiles/cmTryCompileExec2962698114.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2962698114 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2962698114.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=openpty CMakeFiles/cmTryCompileExec2962698114.dir/CheckFunctionExists.c.o -o cmTryCompileExec2962698114 -rdynamic CMakeFiles/cmTryCompileExec2962698114.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `openpty' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2962698114] Error 1 make: *** [cmTryCompileExec2962698114/fast] Error 2 Determining if the function getmntinfo exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec475808154/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec475808154.dir/build.make CMakeFiles/cmTryCompileExec475808154.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/cmTryCompileExec475808154.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=getmntinfo -o CMakeFiles/cmTryCompileExec475808154.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec475808154 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec475808154.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=getmntinfo CMakeFiles/cmTryCompileExec475808154.dir/CheckFunctionExists.c.o -o cmTryCompileExec475808154 -rdynamic CMakeFiles/cmTryCompileExec475808154.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `getmntinfo' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec475808154] Error 1 make: *** [cmTryCompileExec475808154/fast] Error 2 Determining if the function strlcpy exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3459451381/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3459451381.dir/build.make CMakeFiles/cmTryCompileExec3459451381.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/cmTryCompileExec3459451381.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=strlcpy -o CMakeFiles/cmTryCompileExec3459451381.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3459451381 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3459451381.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=strlcpy CMakeFiles/cmTryCompileExec3459451381.dir/CheckFunctionExists.c.o -o cmTryCompileExec3459451381 -rdynamic CMakeFiles/cmTryCompileExec3459451381.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec3459451381] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3459451381/fast] Error 2 Determining if the function strlcat exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec757224382/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec757224382.dir/build.make CMakeFiles/cmTryCompileExec757224382.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/cmTryCompileExec757224382.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=strlcat -o CMakeFiles/cmTryCompileExec757224382.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec757224382 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec757224382.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=strlcat CMakeFiles/cmTryCompileExec757224382.dir/CheckFunctionExists.c.o -o cmTryCompileExec757224382 -rdynamic CMakeFiles/cmTryCompileExec757224382.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `strlcat' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec757224382] Error 1 make: *** [cmTryCompileExec757224382/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_STRLCAT_PROTO failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1127876433/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1127876433.dir/build.make CMakeFiles/cmTryCompileExec1127876433.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/cmTryCompileExec1127876433.dir/src.cxx.o /usr/lib/ccache/c++ -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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_STRLCAT_PROTO -o CMakeFiles/cmTryCompileExec1127876433.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:20: error: 'strlcat' was not declared in this scope int i = sizeof(&strlcat); ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:7:8: warning: unused variable 'i' [-Wunused-variable] int i = sizeof(&strlcat); ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1127876433.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec1127876433/fast] Error 2 Source file was: #include int main() { #ifndef strlcat int i = sizeof(&strlcat); #endif return 0; } Performing C++ SOURCE FILE Test HAVE_STRLCPY_PROTO failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec746929747/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec746929747.dir/build.make CMakeFiles/cmTryCompileExec746929747.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/cmTryCompileExec746929747.dir/src.cxx.o /usr/lib/ccache/c++ -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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_STRLCPY_PROTO -o CMakeFiles/cmTryCompileExec746929747.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:20: error: 'strlcpy' was not declared in this scope int i = sizeof(&strlcpy); ^ /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:7:8: warning: unused variable 'i' [-Wunused-variable] int i = sizeof(&strlcpy); ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec746929747.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec746929747/fast] Error 2 Source file was: #include int main() { #ifndef strlcpy int i = sizeof(&strlcpy); #endif return 0; } Performing C++ SOURCE FILE Test GETMNTINFO_USES_STATVFS failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2216056406/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2216056406.dir/build.make CMakeFiles/cmTryCompileExec2216056406.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/cmTryCompileExec2216056406.dir/src.cxx.o /usr/lib/ccache/c++ -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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 -DGETMNTINFO_USES_STATVFS -o CMakeFiles/cmTryCompileExec2216056406.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:38: error: 'getmntinfo' was not declared in this scope return getmntinfo(&mntbufp, flags); ^ make[1]: *** [CMakeFiles/cmTryCompileExec2216056406.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2216056406/fast] Error 2 Source file was: #include #include int main(){ struct statvfs *mntbufp; int flags; return getmntinfo(&mntbufp, flags); } 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 "cmTryCompileExec2579098314/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2579098314.dir/build.make CMakeFiles/cmTryCompileExec2579098314.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/cmTryCompileExec2579098314.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec2579098314.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2579098314 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2579098314.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/cmTryCompileExec2579098314.dir/CheckFunctionExists.c.o -o cmTryCompileExec2579098314 -rdynamic -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2579098314] Error 1 make: *** [cmTryCompileExec2579098314/fast] Error 2 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 "cmTryCompileExec2181950654/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2181950654.dir/build.make CMakeFiles/cmTryCompileExec2181950654.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/cmTryCompileExec2181950654.dir/src.cxx.o /usr/lib/ccache/c++ -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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 -o CMakeFiles/cmTryCompileExec2181950654.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' has no member named 'sa_len' tmp->sa_len; ^ make[1]: *** [CMakeFiles/cmTryCompileExec2181950654.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2181950654/fast] Error 2 Source file was: #include #include int main() { struct sockaddr* tmp; tmp->sa_len; return 0; } 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 "cmTryCompileExec2232041826/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2232041826.dir/build.make CMakeFiles/cmTryCompileExec2232041826.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/cmTryCompileExec2232041826.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec2232041826.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2232041826 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2232041826.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/cmTryCompileExec2232041826.dir/CheckFunctionExists.c.o -o cmTryCompileExec2232041826 -rdynamic CMakeFiles/cmTryCompileExec2232041826.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]: *** [cmTryCompileExec2232041826] Error 1 make: *** [cmTryCompileExec2232041826/fast] Error 2 Determining if the function pthread_attr_get_np exists in the pthread failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4292840789/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4292840789.dir/build.make CMakeFiles/cmTryCompileExec4292840789.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/cmTryCompileExec4292840789.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=pthread_attr_get_np -o CMakeFiles/cmTryCompileExec4292840789.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec4292840789 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4292840789.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=pthread_attr_get_np CMakeFiles/cmTryCompileExec4292840789.dir/CheckFunctionExists.c.o -o cmTryCompileExec4292840789 -rdynamic -lpthread CMakeFiles/cmTryCompileExec4292840789.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `pthread_attr_get_np' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec4292840789] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec4292840789/fast] Error 2 Determining if files ieeefp.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec426317545/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec426317545.dir/build.make CMakeFiles/cmTryCompileExec426317545.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/cmTryCompileExec426317545.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec426317545.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2: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/cmTryCompileExec426317545.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec426317545/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files pthread.h;pthread_np.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec224242274/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec224242274.dir/build.make CMakeFiles/cmTryCompileExec224242274.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/cmTryCompileExec224242274.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec224242274.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:24: fatal error: pthread_np.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec224242274.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec224242274/fast] Error 2 Source: /* */ #include #include int main(){return 0;} Determining if files valgrind/memcheck.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec539668580/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec539668580.dir/build.make CMakeFiles/cmTryCompileExec539668580.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/cmTryCompileExec539668580.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec539668580.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: valgrind/memcheck.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec539668580.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec539668580/fast] Error 2 Source: /* */ #include int main(){return 0;} 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 "cmTryCompileExec1068547459/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1068547459.dir/build.make CMakeFiles/cmTryCompileExec1068547459.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/cmTryCompileExec1068547459.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=_finite -o CMakeFiles/cmTryCompileExec1068547459.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1068547459 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1068547459.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=_finite CMakeFiles/cmTryCompileExec1068547459.dir/CheckFunctionExists.c.o -o cmTryCompileExec1068547459 -rdynamic -lm CMakeFiles/cmTryCompileExec1068547459.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]: *** [cmTryCompileExec1068547459] Error 1 make: *** [cmTryCompileExec1068547459/fast] Error 2 Determining if files arpa/nameser8_compat.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3454602131/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3454602131.dir/build.make CMakeFiles/cmTryCompileExec3454602131.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/cmTryCompileExec3454602131.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec3454602131.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:34: fatal error: arpa/nameser8_compat.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3454602131.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec3454602131/fast] Error 2 Source: /* */ #include int main(){return 0;} Performing C++ SOURCE FILE Test HAVE_PPC_ALTIVEC failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2732445683/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2732445683.dir/build.make CMakeFiles/cmTryCompileExec2732445683.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/cmTryCompileExec2732445683.dir/src.cxx.o /usr/lib/ccache/c++ -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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_PPC_ALTIVEC -o CMakeFiles/cmTryCompileExec2732445683.dir/src.cxx.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx: Assembler messages: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:4: Error: no such instruction: `mtspr 256,%eax' /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.cxx:4: Error: no such instruction: `vand %v0,%v0,%v0' make[1]: *** [CMakeFiles/cmTryCompileExec2732445683.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2732445683/fast] Error 2 Source file was: #ifdef __SUNPRO_CC #define __asm__ asm #endif int main() { __asm__("mtspr 256, %0; vand %%v0, %%v0, %%v0" : : "r"(-1) ); } Determining if files sys/pstat.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3565666677/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3565666677.dir/build.make CMakeFiles/cmTryCompileExec3565666677.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/cmTryCompileExec3565666677.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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/cmTryCompileExec3565666677.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/pstat.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3565666677.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec3565666677/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function pstat exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2872161067/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2872161067.dir/build.make CMakeFiles/cmTryCompileExec2872161067.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/cmTryCompileExec2872161067.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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=pstat -o CMakeFiles/cmTryCompileExec2872161067.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2872161067 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2872161067.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=pstat CMakeFiles/cmTryCompileExec2872161067.dir/CheckFunctionExists.c.o -o cmTryCompileExec2872161067 -rdynamic CMakeFiles/cmTryCompileExec2872161067.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `pstat' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2872161067] Error 1 make: *** [cmTryCompileExec2872161067/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 "cmTryCompileExec1984174747/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1984174747.dir/build.make CMakeFiles/cmTryCompileExec1984174747.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/cmTryCompileExec1984174747.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -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 -o CMakeFiles/cmTryCompileExec1984174747.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1984174747 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1984174747.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/cmTryCompileExec1984174747.dir/CheckFunctionExists.c.o -o cmTryCompileExec1984174747 -rdynamic CMakeFiles/cmTryCompileExec1984174747.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `setproctitle' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1984174747] Error 1 make: *** [cmTryCompileExec1984174747/fast] Error 2