Determining if the Q_WS_WIN exist failed with the following output: Change Dir: /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_63633/fast" /usr/bin/gmake -f CMakeFiles/cmTC_63633.dir/build.make CMakeFiles/cmTC_63633.dir/build gmake[1]: Entering directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_63633.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=amdfam10 -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTC_63633.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_WIN’ undeclared (first use in this function) return ((int*)(&Q_WS_WIN))[argc]; ^ /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_63633.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_63633.dir/CheckSymbolExists.c.o' failed gmake[1]: *** [CMakeFiles/cmTC_63633.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_63633/fast' failed gmake: *** [cmTC_63633/fast] Error 2 File /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_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/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_a1e1b/fast" /usr/bin/gmake -f CMakeFiles/cmTC_a1e1b.dir/build.make CMakeFiles/cmTC_a1e1b.dir/build gmake[1]: Entering directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a1e1b.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=amdfam10 -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTC_a1e1b.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_QWS’ undeclared (first use in this function) return ((int*)(&Q_WS_QWS))[argc]; ^ /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_a1e1b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a1e1b.dir/CheckSymbolExists.c.o' failed gmake[1]: *** [CMakeFiles/cmTC_a1e1b.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a1e1b/fast' failed gmake: *** [cmTC_a1e1b/fast] Error 2 File /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_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/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_62a6d/fast" /usr/bin/gmake -f CMakeFiles/cmTC_62a6d.dir/build.make CMakeFiles/cmTC_62a6d.dir/build gmake[1]: Entering directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_62a6d.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=amdfam10 -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTC_62a6d.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_MAC’ undeclared (first use in this function) return ((int*)(&Q_WS_MAC))[argc]; ^ /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_62a6d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_62a6d.dir/CheckSymbolExists.c.o' failed gmake[1]: *** [CMakeFiles/cmTC_62a6d.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_62a6d/fast' failed gmake: *** [cmTC_62a6d/fast] Error 2 File /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_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/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_65975/fast" /usr/bin/gmake -f CMakeFiles/cmTC_65975.dir/build.make CMakeFiles/cmTC_65975.dir/build gmake[1]: Entering directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_65975.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=amdfam10 -O2 -pipe -o CMakeFiles/cmTC_65975.dir/CheckSymbolExists.c.o -c /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_65975 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65975.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_65975.dir/CheckSymbolExists.c.o -o cmTC_65975 -rdynamic CMakeFiles/cmTC_65975.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_65975.dir/build.make:97: recipe for target 'cmTC_65975' failed gmake[1]: *** [cmTC_65975] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_65975/fast' failed gmake: *** [cmTC_65975/fast] Error 2 File /var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_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/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e5afe/fast" /usr/bin/gmake -f CMakeFiles/cmTC_e5afe.dir/build.make CMakeFiles/cmTC_e5afe.dir/build gmake[1]: Entering directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e5afe.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_DEBUG -DNDEBUG -march=amdfam10 -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e5afe.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_e5afe /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5afe.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_e5afe.dir/CheckFunctionExists.c.o -o cmTC_e5afe -rdynamic -lpthreads /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_e5afe.dir/build.make:97: recipe for target 'cmTC_e5afe' failed gmake[1]: *** [cmTC_e5afe] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/app-office/calligra-l10n-2.9.6/work/calligra-l10n-2.9.6_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e5afe/fast' failed gmake: *** [cmTC_e5afe/fast] Error 2