Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_d7879/fast && make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_d7879.dir/build.make CMakeFiles/cmTC_d7879.dir/build make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d7879.dir/src.c.o /home/buildroot/autobuild/instance-3/output-1/host/bin/aarch64_be-none-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot -DCMAKE_HAVE_LIBC_PTHREAD -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -DNDEBUG -o CMakeFiles/cmTC_d7879.dir/src.c.o -c /home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_d7879 /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7879.dir/link.txt --verbose=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/aarch64_be-none-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -DNDEBUG -latomic CMakeFiles/cmTC_d7879.dir/src.c.o -o cmTC_d7879 /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64_be-none-linux-gnu/10.3.1/../../../../aarch64_be-none-linux-gnu/bin/ld: CMakeFiles/cmTC_d7879.dir/src.c.o: undefined reference to symbol 'pthread_join@@GLIBC_2.17' /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64_be-none-linux-gnu/10.3.1/../../../../aarch64_be-none-linux-gnu/bin/ld: /home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-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_d7879.dir/build.make:98: recipe for target 'cmTC_d7879' failed make[2]: *** [cmTC_d7879] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_d7879/fast' failed make[1]: *** [cmTC_d7879/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/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/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_3f91b/fast && make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_3f91b.dir/build.make CMakeFiles/cmTC_3f91b.dir/build make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3f91b.dir/CheckFunctionExists.c.o /home/buildroot/autobuild/instance-3/output-1/host/bin/aarch64_be-none-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_3f91b.dir/CheckFunctionExists.c.o -c /home/buildroot/autobuild/instance-3/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_3f91b /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f91b.dir/link.txt --verbose=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/aarch64_be-none-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -latomic CMakeFiles/cmTC_3f91b.dir/CheckFunctionExists.c.o -o cmTC_3f91b -lpthreads /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64_be-none-linux-gnu/10.3.1/../../../../aarch64_be-none-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_3f91b.dir/build.make:98: recipe for target 'cmTC_3f91b' failed make[2]: *** [cmTC_3f91b] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_3f91b/fast' failed make[1]: *** [cmTC_3f91b/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/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/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_13df7/fast && make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_13df7.dir/build.make CMakeFiles/cmTC_13df7.dir/build make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_13df7.dir/src.cxx.o /home/buildroot/autobuild/instance-3/output-1/host/bin/aarch64_be-none-linux-gnu-g++ --sysroot=/home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot -DFOUND_BSD_UUID -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -DNDEBUG -std=c++17 -o CMakeFiles/cmTC_13df7.dir/src.cxx.o -c /home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp/src.cxx /home/buildroot/autobuild/instance-3/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_13df7.dir/build.make:77: recipe for target 'CMakeFiles/cmTC_13df7.dir/src.cxx.o' failed make[2]: *** [CMakeFiles/cmTC_13df7.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/gerbera-1.10.0/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_13df7/fast' failed make[1]: *** [cmTC_13df7/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/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; }