Determining if the system is big endian passed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec646230525/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec646230525.dir/build.make CMakeFiles/cmTryCompileExec646230525.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/cmTryCompileExec646230525.dir/TestEndianess.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec646230525.dir/TestEndianess.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec646230525 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec646230525.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec646230525.dir/TestEndianess.c.o -o cmTryCompileExec646230525 -rdynamic make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' TestEndianess.c: /* A 16 bit integer is required. */ typedef unsigned short cmakeint16; /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." On a big endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." On a little endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_little[argc]; require += info_big[argc]; (void)argv; return require; } Determining if the include file windows.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1122425668/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1122425668.dir/build.make CMakeFiles/cmTryCompileExec1122425668.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/cmTryCompileExec1122425668.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1122425668.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1122425668.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec1122425668/fast] Error 2 Determining if the include file sys/sam9407.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec636671090/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec636671090.dir/build.make CMakeFiles/cmTryCompileExec636671090.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/cmTryCompileExec636671090.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec636671090.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:25: fatal error: sys/sam9407.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec636671090.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec636671090/fast] Error 2 Determining if the srandom exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec808276476/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec808276476.dir/build.make CMakeFiles/cmTryCompileExec808276476.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/cmTryCompileExec808276476.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec808276476.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: 'srandom' undeclared (first use in this function) return ((int*)(&srandom))[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/cmTryCompileExec808276476.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec808276476/fast] Error 2 File /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef srandom return ((int*)(&srandom))[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 "cmTryCompileExec4196432518/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4196432518.dir/build.make CMakeFiles/cmTryCompileExec4196432518.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/cmTryCompileExec4196432518.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec4196432518.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec4196432518 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4196432518.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec4196432518.dir/CheckSymbolExists.c.o -o cmTryCompileExec4196432518 -rdynamic CMakeFiles/cmTryCompileExec4196432518.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]: *** [cmTryCompileExec4196432518] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec4196432518/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 "cmTryCompileExec1556679354/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1556679354.dir/build.make CMakeFiles/cmTryCompileExec1556679354.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/cmTryCompileExec1556679354.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec1556679354.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1556679354 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1556679354.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec1556679354.dir/CheckFunctionExists.c.o -o cmTryCompileExec1556679354 -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]: *** [cmTryCompileExec1556679354] Error 1 make: *** [cmTryCompileExec1556679354/fast] Error 2 Determining if the include file machine/soundcard.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1775206713/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1775206713.dir/build.make CMakeFiles/cmTryCompileExec1775206713.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/cmTryCompileExec1775206713.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1775206713.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:31: fatal error: machine/soundcard.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1775206713.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec1775206713/fast] Error 2 Determining if the include file soundcard.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1684231320/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1684231320.dir/build.make CMakeFiles/cmTryCompileExec1684231320.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/cmTryCompileExec1684231320.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1684231320.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: soundcard.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1684231320.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1684231320/fast] Error 2