Determining if the system is big endian passed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec114796517/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec114796517.dir/build.make CMakeFiles/cmTryCompileExec114796517.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec114796517.dir/TestEndianess.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -o CMakeFiles/cmTryCompileExec114796517.dir/TestEndianess.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec114796517 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec114796517.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib CMakeFiles/cmTryCompileExec114796517.dir/TestEndianess.c.o -o cmTryCompileExec114796517 -rdynamic make[1]: Leaving directory `/var/uhubuild/work/compile/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 sys/filio.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3010587610/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3010587610.dir/build.make CMakeFiles/cmTryCompileExec3010587610.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3010587610.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -o CMakeFiles/cmTryCompileExec3010587610.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: sys/filio.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3010587610.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3010587610/fast] Error 2 Determining if the function libiconv_open exists in the iconv failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1726297394/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1726297394.dir/build.make CMakeFiles/cmTryCompileExec1726297394.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1726297394.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=libiconv_open -o CMakeFiles/cmTryCompileExec1726297394.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1726297394 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1726297394.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=libiconv_open CMakeFiles/cmTryCompileExec1726297394.dir/CheckFunctionExists.c.o -o cmTryCompileExec1726297394 -rdynamic -liconv /usr/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1726297394] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1726297394/fast] Error 2 Determining if the function _dyld_present exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2907954062/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2907954062.dir/build.make CMakeFiles/cmTryCompileExec2907954062.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2907954062.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=_dyld_present -o CMakeFiles/cmTryCompileExec2907954062.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2907954062 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2907954062.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=_dyld_present CMakeFiles/cmTryCompileExec2907954062.dir/CheckFunctionExists.c.o -o cmTryCompileExec2907954062 -rdynamic CMakeFiles/cmTryCompileExec2907954062.dir/CheckFunctionExists.c.o: In function `main': /usr/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `_dyld_present' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2907954062] Error 1 make: *** [cmTryCompileExec2907954062/fast] Error 2 Determining if the function __snprintf exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3227215815/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3227215815.dir/build.make CMakeFiles/cmTryCompileExec3227215815.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3227215815.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=__snprintf -o CMakeFiles/cmTryCompileExec3227215815.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3227215815 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3227215815.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=__snprintf CMakeFiles/cmTryCompileExec3227215815.dir/CheckFunctionExists.c.o -o cmTryCompileExec3227215815 -rdynamic CMakeFiles/cmTryCompileExec3227215815.dir/CheckFunctionExists.c.o: In function `main': /usr/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `__snprintf' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3227215815] Error 1 make: *** [cmTryCompileExec3227215815/fast] Error 2 Determining if the include file ft2build.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4155625284/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4155625284.dir/build.make CMakeFiles/cmTryCompileExec4155625284.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4155625284.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -o CMakeFiles/cmTryCompileExec4155625284.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: ft2build.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4155625284.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec4155625284/fast] Error 2 Determining if the include file sys/ndir.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4130667831/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4130667831.dir/build.make CMakeFiles/cmTryCompileExec4130667831.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4130667831.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -o CMakeFiles/cmTryCompileExec4130667831.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: sys/ndir.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4130667831.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec4130667831/fast] Error 2 Determining if the include file ndir.h exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1882764112/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1882764112.dir/build.make CMakeFiles/cmTryCompileExec1882764112.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1882764112.dir/CheckIncludeFile.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -o CMakeFiles/cmTryCompileExec1882764112.dir/CheckIncludeFile.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: ndir.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1882764112.dir/CheckIncludeFile.c.o] Error 1 make: *** [cmTryCompileExec1882764112/fast] Error 2 Determining if the system is big endian passed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3970938720/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3970938720.dir/build.make CMakeFiles/cmTryCompileExec3970938720.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3970938720.dir/TestEndianess.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -o CMakeFiles/cmTryCompileExec3970938720.dir/TestEndianess.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec3970938720 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3970938720.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib CMakeFiles/cmTryCompileExec3970938720.dir/TestEndianess.c.o -o cmTryCompileExec3970938720 -rdynamic make[1]: Leaving directory `/var/uhubuild/work/compile/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 function uuidgen exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec899168946/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec899168946.dir/build.make CMakeFiles/cmTryCompileExec899168946.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec899168946.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=uuidgen -o CMakeFiles/cmTryCompileExec899168946.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec899168946 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec899168946.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=uuidgen CMakeFiles/cmTryCompileExec899168946.dir/CheckFunctionExists.c.o -o cmTryCompileExec899168946 -rdynamic CMakeFiles/cmTryCompileExec899168946.dir/CheckFunctionExists.c.o: In function `main': /usr/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `uuidgen' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec899168946] Error 1 make: *** [cmTryCompileExec899168946/fast] Error 2 Determining if the function uuid_generate exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec147748362/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec147748362.dir/build.make CMakeFiles/cmTryCompileExec147748362.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec147748362.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=uuid_generate -o CMakeFiles/cmTryCompileExec147748362.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec147748362 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec147748362.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=uuid_generate CMakeFiles/cmTryCompileExec147748362.dir/CheckFunctionExists.c.o -o cmTryCompileExec147748362 -rdynamic CMakeFiles/cmTryCompileExec147748362.dir/CheckFunctionExists.c.o: In function `main': /usr/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `uuid_generate' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec147748362] Error 1 make: *** [cmTryCompileExec147748362/fast] Error 2 Determining if the function uuid_create exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1412505679/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1412505679.dir/build.make CMakeFiles/cmTryCompileExec1412505679.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1412505679.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=uuid_create -o CMakeFiles/cmTryCompileExec1412505679.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1412505679 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1412505679.dir/link.txt --verbose=1 /usr/lib/ccache/cc -g -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -DCHECK_FUNCTION_EXISTS=uuid_create CMakeFiles/cmTryCompileExec1412505679.dir/CheckFunctionExists.c.o -o cmTryCompileExec1412505679 -rdynamic CMakeFiles/cmTryCompileExec1412505679.dir/CheckFunctionExists.c.o: In function `main': /usr/share/cmake-2.8/Modules/CheckFunctionExists.c:11: undefined reference to `uuid_create' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1412505679] Error 1 make: *** [cmTryCompileExec1412505679/fast] Error 2