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 "cmTryCompileExec3017231345/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3017231345.dir/build.make CMakeFiles/cmTryCompileExec3017231345.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/cmTryCompileExec3017231345.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec3017231345.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]: *** [CMakeFiles/cmTryCompileExec3017231345.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3017231345/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 "cmTryCompileExec790418679/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec790418679.dir/build.make CMakeFiles/cmTryCompileExec790418679.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/cmTryCompileExec790418679.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec790418679.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/cmTryCompileExec790418679.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec790418679/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 "cmTryCompileExec4263551876/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4263551876.dir/build.make CMakeFiles/cmTryCompileExec4263551876.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/cmTryCompileExec4263551876.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -I/usr/lib/qt4/include -o CMakeFiles/cmTryCompileExec4263551876.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]: *** [CMakeFiles/cmTryCompileExec4263551876.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec4263551876/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 "cmTryCompileExec149713978/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec149713978.dir/build.make CMakeFiles/cmTryCompileExec149713978.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/cmTryCompileExec149713978.dir/CheckSymbolExists.c.o /usr/lib/ccache/cc -o CMakeFiles/cmTryCompileExec149713978.dir/CheckSymbolExists.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec149713978 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec149713978.dir/link.txt --verbose=1 /usr/lib/ccache/cc CMakeFiles/cmTryCompileExec149713978.dir/CheckSymbolExists.c.o -o cmTryCompileExec149713978 -rdynamic CMakeFiles/cmTryCompileExec149713978.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]: *** [cmTryCompileExec149713978] Error 1 make: *** [cmTryCompileExec149713978/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 "cmTryCompileExec2575626245/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2575626245.dir/build.make CMakeFiles/cmTryCompileExec2575626245.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/cmTryCompileExec2575626245.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec2575626245.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2575626245 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2575626245.dir/link.txt --verbose=1 /usr/lib/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec2575626245.dir/CheckFunctionExists.c.o -o cmTryCompileExec2575626245 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2575626245] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2575626245/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 "cmTryCompileExec3822307264/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3822307264.dir/build.make CMakeFiles/cmTryCompileExec3822307264.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/cmTryCompileExec3822307264.dir/src.cxx.o /usr/lib/ccache/c++ -D_OFFT_IS_64BIT -o CMakeFiles/cmTryCompileExec3822307264.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]: *** [CMakeFiles/cmTryCompileExec3822307264.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3822307264/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 mpc/mpcdec.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2444151597/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2444151597.dir/build.make CMakeFiles/cmTryCompileExec2444151597.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/cmTryCompileExec2444151597.dir/CheckIncludeFiles.c.o /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 -o CMakeFiles/cmTryCompileExec2444151597.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: mpc/mpcdec.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2444151597.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2444151597/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files mpcdec/mpcdec.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec249537379/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec249537379.dir/build.make CMakeFiles/cmTryCompileExec249537379.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/cmTryCompileExec249537379.dir/CheckIncludeFiles.c.o /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 -o CMakeFiles/cmTryCompileExec249537379.dir/CheckIncludeFiles.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:27: fatal error: mpcdec/mpcdec.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec249537379.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec249537379/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files musepack/musepack.h exist failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3325535512/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3325535512.dir/build.make CMakeFiles/cmTryCompileExec3325535512.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/cmTryCompileExec3325535512.dir/CheckIncludeFiles.c.o /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 -o CMakeFiles/cmTryCompileExec3325535512.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: musepack/musepack.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3325535512.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3325535512/fast] Error 2 Source: /* */ #include int main(){return 0;} 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 "cmTryCompileExec2143184912/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2143184912.dir/build.make CMakeFiles/cmTryCompileExec2143184912.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/cmTryCompileExec2143184912.dir/TestEndianess.c.o /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 -o CMakeFiles/cmTryCompileExec2143184912.dir/TestEndianess.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec2143184912 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2143184912.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 CMakeFiles/cmTryCompileExec2143184912.dir/TestEndianess.c.o -o cmTryCompileExec2143184912 -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; } Performing C++ SOURCE FILE Test FLAC_LESS_THAN_1_1_1 failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3819926877/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3819926877.dir/build.make CMakeFiles/cmTryCompileExec3819926877.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/cmTryCompileExec3819926877.dir/src.cxx.o /usr/lib/ccache/c++ -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 -DFLAC_LESS_THAN_1_1_1 -o CMakeFiles/cmTryCompileExec3819926877.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:6:27: error: request for member 'get_field' in 'vc->FLAC::Metadata::VorbisComment::get_vendor_string()', which is of non-class type 'const FLAC__byte* {aka const unsigned char*}' vc->get_vendor_string().get_field(); ^ make[1]: *** [CMakeFiles/cmTryCompileExec3819926877.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3819926877/fast] Error 2 Source file was: #include int main() { FLAC::Metadata::VorbisComment* vc; vc->get_vendor_string().get_field(); return 0; }