Determining size of __int16 failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_be4e9/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_be4e9.dir/build.make CMakeFiles/cmTC_be4e9.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_be4e9.dir/mfx_SIZEOF___INT16.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o CMakeFiles/cmTC_be4e9.dir/mfx_SIZEOF___INT16.c.o -c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT16.c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT16.c:27:22: error: '__int16' undeclared here (not in a function); did you mean '__int16_t'? 27 | #define SIZE (sizeof(__int16)) | ^~~~~~~ /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT16.c:29:12: note: in expansion of macro 'SIZE' 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[2]: *** [CMakeFiles/cmTC_be4e9.dir/build.make:78: CMakeFiles/cmTC_be4e9.dir/mfx_SIZEOF___INT16.c.o] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_be4e9/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT16.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int16)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of __int32 failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_456ca/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_456ca.dir/build.make CMakeFiles/cmTC_456ca.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_456ca.dir/mfx_SIZEOF___INT32.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o CMakeFiles/cmTC_456ca.dir/mfx_SIZEOF___INT32.c.o -c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT32.c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT32.c:27:22: error: '__int32' undeclared here (not in a function); did you mean '__int32_t'? 27 | #define SIZE (sizeof(__int32)) | ^~~~~~~ /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT32.c:29:12: note: in expansion of macro 'SIZE' 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[2]: *** [CMakeFiles/cmTC_456ca.dir/build.make:78: CMakeFiles/cmTC_456ca.dir/mfx_SIZEOF___INT32.c.o] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_456ca/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT32.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int32)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of __int64 failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ac58d/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_ac58d.dir/build.make CMakeFiles/cmTC_ac58d.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ac58d.dir/mfx_SIZEOF___INT64.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o CMakeFiles/cmTC_ac58d.dir/mfx_SIZEOF___INT64.c.o -c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT64.c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT64.c:27:22: error: '__int64' undeclared here (not in a function); did you mean '__int64_t'? 27 | #define SIZE (sizeof(__int64)) | ^~~~~~~ /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT64.c:29:12: note: in expansion of macro 'SIZE' 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[2]: *** [CMakeFiles/cmTC_ac58d.dir/build.make:78: CMakeFiles/cmTC_ac58d.dir/mfx_SIZEOF___INT64.c.o] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_ac58d/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of fpos_t failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fc500/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_fc500.dir/build.make CMakeFiles/cmTC_fc500.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fc500.dir/mfx_SIZEOF_FPOS_T.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o CMakeFiles/cmTC_fc500.dir/mfx_SIZEOF_FPOS_T.c.o -c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:27:22: error: 'fpos_t' undeclared here (not in a function) 27 | #define SIZE (sizeof(fpos_t)) | ^~~~~~ /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:29:12: note: in expansion of macro 'SIZE' 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:4:1: note: 'fpos_t' is defined in header ''; did you forget to '#include '? 3 | #include +++ |+#include 4 | gmake[2]: *** [CMakeFiles/cmTC_fc500.dir/build.make:78: CMakeFiles/cmTC_fc500.dir/mfx_SIZEOF_FPOS_T.c.o] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_fc500/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(fpos_t)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the function alloca exists failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_df36e/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_df36e.dir/build.make CMakeFiles/cmTC_df36e.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_df36e.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -DCHECK_FUNCTION_EXISTS=alloca -o CMakeFiles/cmTC_df36e.dir/CheckFunctionExists.c.o -c /tmp/instance-5/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c : warning: conflicting types for built-in function 'alloca'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch] /tmp/instance-5/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' 7 | CHECK_FUNCTION_EXISTS(void); | ^~~~~~~~~~~~~~~~~~~~~ Linking C executable cmTC_df36e /tmp/instance-5/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df36e.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -DCHECK_FUNCTION_EXISTS=alloca -rdynamic CMakeFiles/cmTC_df36e.dir/CheckFunctionExists.c.o -o cmTC_df36e /usr/bin/ld: CMakeFiles/cmTC_df36e.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `alloca' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_df36e.dir/build.make:99: cmTC_df36e] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_df36e/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Determining if the function stricmp exists failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bc2c4/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_bc2c4.dir/build.make CMakeFiles/cmTC_bc2c4.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bc2c4.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTC_bc2c4.dir/CheckFunctionExists.c.o -c /tmp/instance-5/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_bc2c4 /tmp/instance-5/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc2c4.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -DCHECK_FUNCTION_EXISTS=stricmp -rdynamic CMakeFiles/cmTC_bc2c4.dir/CheckFunctionExists.c.o -o cmTC_bc2c4 /usr/bin/ld: CMakeFiles/cmTC_bc2c4.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `stricmp' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_bc2c4.dir/build.make:99: cmTC_bc2c4] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_bc2c4/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Determining if the function strnicmp exists failed with the following output: Change Dir: /tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_278c1/fast && gmake[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_278c1.dir/build.make CMakeFiles/cmTC_278c1.dir/build gmake[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_278c1.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -DCHECK_FUNCTION_EXISTS=strnicmp -o CMakeFiles/cmTC_278c1.dir/CheckFunctionExists.c.o -c /tmp/instance-5/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_278c1 /tmp/instance-5/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_278c1.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -DCHECK_FUNCTION_EXISTS=strnicmp -rdynamic CMakeFiles/cmTC_278c1.dir/CheckFunctionExists.c.o -o cmTC_278c1 /usr/bin/ld: CMakeFiles/cmTC_278c1.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strnicmp' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_278c1.dir/build.make:99: cmTC_278c1] Error 1 gmake[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_278c1/fast] Error 2 gmake[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp'