Performing C++ SOURCE FILE Test FLAG_MISSING_VARIABLE_DECLARATIONS failed with the following output: Change Dir: /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_59c4d/fast" /usr/bin/gmake -f CMakeFiles/cmTC_59c4d.dir/build.make CMakeFiles/cmTC_59c4d.dir/build gmake[1]: Entering directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_59c4d.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -DNDEBUG -march=native -O2 -pipe -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -DFLAG_MISSING_VARIABLE_DECLARATIONS -Wmissing-variable-declarations -o CMakeFiles/cmTC_59c4d.dir/src.cxx.o -c /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp/src.cxx x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-Wmissing-variable-declarations' CMakeFiles/cmTC_59c4d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_59c4d.dir/src.cxx.o' failed gmake[1]: *** [CMakeFiles/cmTC_59c4d.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_59c4d/fast' failed gmake: *** [cmTC_59c4d/fast] Error 2 Source file was: int main() { return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_29a38/fast" /usr/bin/gmake -f CMakeFiles/cmTC_29a38.dir/build.make CMakeFiles/cmTC_29a38.dir/build gmake[1]: Entering directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_29a38.dir/CheckSymbolExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -DNDEBUG -march=native -O2 -pipe -o CMakeFiles/cmTC_29a38.dir/CheckSymbolExists.c.o -c /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_29a38 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29a38.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_29a38.dir/CheckSymbolExists.c.o -o cmTC_29a38 -rdynamic CMakeFiles/cmTC_29a38.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_29a38.dir/build.make:97: recipe for target 'cmTC_29a38' failed gmake[1]: Leaving directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_29a38/fast' failed gmake[1]: *** [cmTC_29a38] Error 1 gmake: *** [cmTC_29a38/fast] Error 2 File /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_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/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_54d0f/fast" /usr/bin/gmake -f CMakeFiles/cmTC_54d0f.dir/build.make CMakeFiles/cmTC_54d0f.dir/build gmake[1]: Entering directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_54d0f.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -DNDEBUG -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_54d0f.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_54d0f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54d0f.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_54d0f.dir/CheckFunctionExists.c.o -o cmTC_54d0f -rdynamic -lpthreads /usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_54d0f.dir/build.make:97: recipe for target 'cmTC_54d0f' failed gmake[1]: Leaving directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' gmake[1]: *** [cmTC_54d0f] Error 1 Makefile:126: recipe for target 'cmTC_54d0f/fast' failed gmake: *** [cmTC_54d0f/fast] Error 2 Determining if the function LLVMVerifyFunction exists in the LLVM-3.7.1 failed with the following output: Change Dir: /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_77081/fast" /usr/bin/gmake -f CMakeFiles/cmTC_77081.dir/build.make CMakeFiles/cmTC_77081.dir/build gmake[1]: Entering directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_77081.dir/CheckFunctionExists.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -DNDEBUG -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=LLVMVerifyFunction -o CMakeFiles/cmTC_77081.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_77081 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77081.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DCHECK_FUNCTION_EXISTS=LLVMVerifyFunction -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_77081.dir/CheckFunctionExists.c.o -o cmTC_77081 -L/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp/-L/usr/lib64 -rdynamic -lLLVM-3.7.1 -Wl,-rpath,/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp/-L/usr/lib64 /usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lLLVM-3.7.1 collect2: error: ld returned 1 exit status CMakeFiles/cmTC_77081.dir/build.make:97: recipe for target 'cmTC_77081' failed gmake[1]: Leaving directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' gmake[1]: *** [cmTC_77081] Error 1 Makefile:126: recipe for target 'cmTC_77081/fast' failed gmake: *** [cmTC_77081/fast] Error 2 Performing C++ SOURCE FILE Test PORTAUDIO failed with the following output: Change Dir: /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_6e763/fast" /usr/bin/gmake -f CMakeFiles/cmTC_6e763.dir/build.make CMakeFiles/cmTC_6e763.dir/build gmake[1]: Entering directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6e763.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -DNDEBUG -march=native -O2 -pipe -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -fvisibility=hidden -DPORTAUDIO -o CMakeFiles/cmTC_6e763.dir/src.cxx.o -c /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp/src.cxx /var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp/src.cxx:1:23: fatal error: portaudio.h: No such file or directory compilation terminated. CMakeFiles/cmTC_6e763.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6e763.dir/src.cxx.o' failed gmake[1]: Leaving directory '/var/tmp/portage/games-emulation/dolphin-9999/work/dolphin-9999_build/CMakeFiles/CMakeTmp' gmake[1]: *** [CMakeFiles/cmTC_6e763.dir/src.cxx.o] Error 1 Makefile:126: recipe for target 'cmTC_6e763/fast' failed gmake: *** [cmTC_6e763/fast] Error 2 Return value: 1 Source file was: #include int main(int argc, char **argv) { if(Pa_GetVersion() >= 1890) return 0; else return 1; }