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 "cmTryCompileExec1711374694/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1711374694.dir/build.make CMakeFiles/cmTryCompileExec1711374694.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/cmTryCompileExec1711374694.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1711374694.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/cmTryCompileExec1711374694.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1711374694/fast] Error 2 Source: /* */ #include int main(){return 0;} 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 "cmTryCompileExec1894588922/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1894588922.dir/build.make CMakeFiles/cmTryCompileExec1894588922.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/cmTryCompileExec1894588922.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1894588922.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec1894588922 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1894588922.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec1894588922.dir/CheckSymbolExists.c.o -o cmTryCompileExec1894588922 -rdynamic CMakeFiles/cmTryCompileExec1894588922.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]: *** [cmTryCompileExec1894588922] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1894588922/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 "cmTryCompileExec4217175806/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4217175806.dir/build.make CMakeFiles/cmTryCompileExec4217175806.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/cmTryCompileExec4217175806.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec4217175806.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec4217175806 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4217175806.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec4217175806.dir/CheckFunctionExists.c.o -o cmTryCompileExec4217175806 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec4217175806] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec4217175806/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 "cmTryCompileExec1057942295/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1057942295.dir/build.make CMakeFiles/cmTryCompileExec1057942295.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/cmTryCompileExec1057942295.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -o CMakeFiles/cmTryCompileExec1057942295.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1057942295 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1057942295.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np CMakeFiles/cmTryCompileExec1057942295.dir/CheckFunctionExists.c.o -o cmTryCompileExec1057942295 -rdynamic -lpthread CMakeFiles/cmTryCompileExec1057942295.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]: *** [cmTryCompileExec1057942295] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1057942295/fast] Error 2 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 "cmTryCompileExec4182147229/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4182147229.dir/build.make CMakeFiles/cmTryCompileExec4182147229.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/cmTryCompileExec4182147229.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec4182147229.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]: *** [CMakeFiles/cmTryCompileExec4182147229.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec4182147229/fast] Error 2 Source: /* */ #include #include int main(){return 0;}