Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_4110f/fast && make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_4110f.dir/build.make CMakeFiles/cmTC_4110f.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4110f.dir/src.c.o /home/buildroot/autobuild/run/instance-2/output-1/host/bin/powerpc64-linux-gcc --sysroot=/home/buildroot/autobuild/run/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -DCMAKE_HAVE_LIBC_PTHREAD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DNDEBUG -o CMakeFiles/cmTC_4110f.dir/src.c.o -c /home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_4110f /home/buildroot/autobuild/run/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4110f.dir/link.txt --verbose=1 /home/buildroot/autobuild/run/instance-2/output-1/host/bin/powerpc64-linux-gcc --sysroot=/home/buildroot/autobuild/run/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DNDEBUG -latomic CMakeFiles/cmTC_4110f.dir/src.c.o -o cmTC_4110f /home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc64-buildroot-linux-gnu/9.3.0/../../../../powerpc64-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_4110f.dir/src.c.o: undefined reference to symbol 'pthread_cancel@@GLIBC_2.3' /home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc64-buildroot-linux-gnu/9.3.0/../../../../powerpc64-buildroot-linux-gnu/bin/ld: /home/buildroot/autobuild/run/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/lib64/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status CMakeFiles/cmTC_4110f.dir/build.make:98: recipe for target 'cmTC_4110f' failed make[2]: *** [cmTC_4110f] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_4110f/fast' failed make[1]: *** [cmTC_4110f/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Source file was: #include static void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_160a5/fast && make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_160a5.dir/build.make CMakeFiles/cmTC_160a5.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_160a5.dir/CheckFunctionExists.c.o /home/buildroot/autobuild/run/instance-2/output-1/host/bin/powerpc64-linux-gcc --sysroot=/home/buildroot/autobuild/run/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_160a5.dir/CheckFunctionExists.c.o -c /home/buildroot/autobuild/run/instance-2/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_160a5 /home/buildroot/autobuild/run/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_160a5.dir/link.txt --verbose=1 /home/buildroot/autobuild/run/instance-2/output-1/host/bin/powerpc64-linux-gcc --sysroot=/home/buildroot/autobuild/run/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -latomic CMakeFiles/cmTC_160a5.dir/CheckFunctionExists.c.o -o cmTC_160a5 -lpthreads /home/buildroot/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc64-buildroot-linux-gnu/9.3.0/../../../../powerpc64-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_160a5.dir/build.make:98: recipe for target 'cmTC_160a5' failed make[2]: *** [cmTC_160a5] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_160a5/fast' failed make[1]: *** [cmTC_160a5/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Performing C++ SOURCE FILE Test FOUND_BSD_UUID failed with the following compile output: Change Dir: /home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_3bf9c/fast && make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_3bf9c.dir/build.make CMakeFiles/cmTC_3bf9c.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3bf9c.dir/src.cxx.o /home/buildroot/autobuild/run/instance-2/output-1/host/bin/powerpc64-linux-g++ --sysroot=/home/buildroot/autobuild/run/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -DFOUND_BSD_UUID -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DNDEBUG -std=c++17 -o CMakeFiles/cmTC_3bf9c.dir/src.cxx.o -c /home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp/src.cxx /home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp/src.cxx:2:13: fatal error: uuid.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. CMakeFiles/cmTC_3bf9c.dir/build.make:77: recipe for target 'CMakeFiles/cmTC_3bf9c.dir/src.cxx.o' failed make[2]: *** [CMakeFiles/cmTC_3bf9c.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_3bf9c/fast' failed make[1]: *** [cmTC_3bf9c/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' ...and run output: Return value: 1 Source file was: #include int main(void) { uuid_t uuid; uint32_t status; uuid_create(&uuid, &status); return 0; }