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