Determining if the getrandom exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_0f2f3/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_0f2f3.dir/build.make CMakeFiles/cmTC_0f2f3.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0f2f3.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_0f2f3.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'getrandom' undeclared (first use in this function) return ((int*)(&getrandom))[argc]; ^~~~~~~~~ /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_0f2f3.dir/build.make:66: CMakeFiles/cmTC_0f2f3.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_0f2f3/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef getrandom return ((int*)(&getrandom))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random_buf exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e8f6d/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_e8f6d.dir/build.make CMakeFiles/cmTC_e8f6d.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e8f6d.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_e8f6d.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random_buf' undeclared (first use in this function) return ((int*)(&arc4random_buf))[argc]; ^~~~~~~~~~~~~~ /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_e8f6d.dir/build.make:66: CMakeFiles/cmTC_e8f6d.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_e8f6d/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random_buf return ((int*)(&arc4random_buf))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_a18ca/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_a18ca.dir/build.make CMakeFiles/cmTC_a18ca.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a18ca.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_a18ca.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function) return ((int*)(&arc4random))[argc]; ^~~~~~~~~~ /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_a18ca.dir/build.make:66: CMakeFiles/cmTC_a18ca.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_a18ca/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random return ((int*)(&arc4random))[argc]; #else (void)argc; return 0; #endif } Determining if the function arc4random_buf exists in the bsd failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_8ad75/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_8ad75.dir/build.make CMakeFiles/cmTC_8ad75.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8ad75.dir/CheckFunctionExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=arc4random_buf -DNDEBUG -o CMakeFiles/cmTC_8ad75.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_8ad75 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ad75.dir/link.txt --verbose=1 /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=arc4random_buf -DNDEBUG -rdynamic CMakeFiles/cmTC_8ad75.dir/CheckFunctionExists.c.o -o cmTC_8ad75 -lbsd /home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib/libbsd.so: undefined reference to `__register_atfork' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_8ad75.dir/build.make:87: cmTC_8ad75] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_8ad75/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Determining if the function z_get_crc_table exists failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_05657/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_05657.dir/build.make CMakeFiles/cmTC_05657.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_05657.dir/CheckFunctionExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=z_get_crc_table -DNDEBUG -o CMakeFiles/cmTC_05657.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_05657 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05657.dir/link.txt --verbose=1 /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=z_get_crc_table -DNDEBUG -rdynamic CMakeFiles/cmTC_05657.dir/CheckFunctionExists.c.o -o cmTC_05657 /home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib/libz.so CMakeFiles/cmTC_05657.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x6): undefined reference to `z_get_crc_table' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_05657.dir/build.make:88: cmTC_05657] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_05657/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp'