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 "cmTryCompileExec294337063/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec294337063.dir/build.make CMakeFiles/cmTryCompileExec294337063.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/cmTryCompileExec294337063.dir/TestEndianess.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec294337063.dir/TestEndianess.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec294337063 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec294337063.dir/link.txt --verbose=1 /usr/lib/ccache/cc -ldl CMakeFiles/cmTryCompileExec294337063.dir/TestEndianess.c.o -o cmTryCompileExec294337063 -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 files linux/awe_voice.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1510255318/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1510255318.dir/build.make CMakeFiles/cmTryCompileExec1510255318.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/cmTryCompileExec1510255318.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1510255318.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:29: fatal error: linux/awe_voice.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1510255318.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1510255318/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files machine/soundcard.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec172364406/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec172364406.dir/build.make CMakeFiles/cmTryCompileExec172364406.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/cmTryCompileExec172364406.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec172364406.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: machine/soundcard.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec172364406.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec172364406/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files soundcard.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1075048235/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1075048235.dir/build.make CMakeFiles/cmTryCompileExec1075048235.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/cmTryCompileExec1075048235.dir/CheckIncludeFiles.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec1075048235.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: soundcard.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1075048235.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1075048235/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function getexecname exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3783282866/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3783282866.dir/build.make CMakeFiles/cmTryCompileExec3783282866.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/cmTryCompileExec3783282866.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=getexecname -o CMakeFiles/cmTryCompileExec3783282866.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3783282866 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3783282866.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=getexecname -ldl CMakeFiles/cmTryCompileExec3783282866.dir/CheckFunctionExists.c.o -o cmTryCompileExec3783282866 -rdynamic CMakeFiles/cmTryCompileExec3783282866.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `getexecname' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3783282866] Error 1 make: *** [cmTryCompileExec3783282866/fast] Error 2 Determining if the function stricmp exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1264251229/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1264251229.dir/build.make CMakeFiles/cmTryCompileExec1264251229.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/cmTryCompileExec1264251229.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTryCompileExec1264251229.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1264251229 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1264251229.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=stricmp -ldl CMakeFiles/cmTryCompileExec1264251229.dir/CheckFunctionExists.c.o -o cmTryCompileExec1264251229 -rdynamic CMakeFiles/cmTryCompileExec1264251229.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `stricmp' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1264251229] Error 1 make: *** [cmTryCompileExec1264251229/fast] Error 2 Determining if the function strlwr exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2831605325/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2831605325.dir/build.make CMakeFiles/cmTryCompileExec2831605325.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/cmTryCompileExec2831605325.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=strlwr -o CMakeFiles/cmTryCompileExec2831605325.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2831605325 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2831605325.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=strlwr -ldl CMakeFiles/cmTryCompileExec2831605325.dir/CheckFunctionExists.c.o -o cmTryCompileExec2831605325 -rdynamic CMakeFiles/cmTryCompileExec2831605325.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `strlwr' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2831605325] Error 1 make: *** [cmTryCompileExec2831605325/fast] Error 2 Determining if the function strupr exists failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec646171664/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec646171664.dir/build.make CMakeFiles/cmTryCompileExec646171664.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/cmTryCompileExec646171664.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTryCompileExec646171664.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec646171664 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec646171664.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=strupr -ldl CMakeFiles/cmTryCompileExec646171664.dir/CheckFunctionExists.c.o -o cmTryCompileExec646171664 -rdynamic CMakeFiles/cmTryCompileExec646171664.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x7): undefined reference to `strupr' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec646171664] Error 1 make: *** [cmTryCompileExec646171664/fast] Error 2 Performing C SOURCE FILE Test ALLEGRO_HAVE_SV_PROCFS_H failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1663791995/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1663791995.dir/build.make CMakeFiles/cmTryCompileExec1663791995.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/cmTryCompileExec1663791995.dir/src.c.o /usr/lib/ccache/cc -DALLEGRO_HAVE_SV_PROCFS_H -o CMakeFiles/cmTryCompileExec1663791995.dir/src.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c:5:29: error: storage size of 'psinfo' isn't known struct prpsinfo psinfo; ^ /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c:6:22: error: 'PIOCPSINFO' undeclared (first use in this function) ioctl(0, PIOCPSINFO, &psinfo); ^ /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c:6:22: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [CMakeFiles/cmTryCompileExec1663791995.dir/src.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1663791995/fast] Error 2 Source file was: #include #include int main(void) { struct prpsinfo psinfo; ioctl(0, PIOCPSINFO, &psinfo); return 0; } Performing C SOURCE FILE Test ALLEGRO_HAVE_PROCFS_ARGCV failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3222338901/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3222338901.dir/build.make CMakeFiles/cmTryCompileExec3222338901.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/cmTryCompileExec3222338901.dir/src.c.o /usr/lib/ccache/cc -DALLEGRO_HAVE_PROCFS_ARGCV -o CMakeFiles/cmTryCompileExec3222338901.dir/src.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/src.c:4:29: error: storage size of 'psinfo' isn't known struct prpsinfo psinfo; ^ make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3222338901.dir/src.c.o] Error 1 make: *** [cmTryCompileExec3222338901/fast] Error 2 Source file was: #include int main(void) { struct prpsinfo psinfo; psinfo.pr_argc = 0; return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3560388227/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3560388227.dir/build.make CMakeFiles/cmTryCompileExec3560388227.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/cmTryCompileExec3560388227.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -o CMakeFiles/cmTryCompileExec3560388227.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec3560388227 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3560388227.dir/link.txt --verbose=1 /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -ldl CMakeFiles/cmTryCompileExec3560388227.dir/CheckSymbolExists.c.o -o cmTryCompileExec3560388227 -rdynamic CMakeFiles/cmTryCompileExec3560388227.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/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3560388227] Error 1 make: *** [cmTryCompileExec3560388227/fast] Error 2 File /var/uhubuild/work/compile/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/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec718347833/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec718347833.dir/build.make CMakeFiles/cmTryCompileExec718347833.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/cmTryCompileExec718347833.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec718347833.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec718347833 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec718347833.dir/link.txt --verbose=1 /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=pthread_create -ldl CMakeFiles/cmTryCompileExec718347833.dir/CheckFunctionExists.c.o -o cmTryCompileExec718347833 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec718347833] Error 1 make: *** [cmTryCompileExec718347833/fast] Error 2 Determining if the function alOpenPort exists in the audio failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2275510431/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2275510431.dir/build.make CMakeFiles/cmTryCompileExec2275510431.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/cmTryCompileExec2275510431.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=alOpenPort -o CMakeFiles/cmTryCompileExec2275510431.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2275510431 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2275510431.dir/link.txt --verbose=1 /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=alOpenPort -ldl CMakeFiles/cmTryCompileExec2275510431.dir/CheckFunctionExists.c.o -o cmTryCompileExec2275510431 -rdynamic -laudio /usr/bin/ld: cannot find -laudio collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2275510431] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2275510431/fast] Error 2 Determining if the function XDGAQueryExtension exists in the Xxf86dga failed with the following output: Change Dir: /var/uhubuild/work/compile/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3271291916/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3271291916.dir/build.make CMakeFiles/cmTryCompileExec3271291916.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/cmTryCompileExec3271291916.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=XDGAQueryExtension -o CMakeFiles/cmTryCompileExec3271291916.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3271291916 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3271291916.dir/link.txt --verbose=1 /usr/lib/ccache/cc -W -Wall -Wno-unused-parameter -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=XDGAQueryExtension -ldl CMakeFiles/cmTryCompileExec3271291916.dir/CheckFunctionExists.c.o -o cmTryCompileExec3271291916 -L/usr/pkg/xorg/lib -rdynamic -lXxf86dga -Wl,-rpath,/usr/pkg/xorg/lib /usr/bin/ld: cannot find -lXxf86dga collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3271291916] Error 1 make: *** [cmTryCompileExec3271291916/fast] Error 2