Determining size of __int16 failed with the following output: Change Dir: /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_a35a2/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a35a2.dir/build.make CMakeFiles/cmTC_a35a2.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a35a2.dir/mfx_SIZEOF___INT16.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -o CMakeFiles/cmTC_a35a2.dir/mfx_SIZEOF___INT16.c.o -c /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT16.c /tmp/instance-23/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'? #define SIZE (sizeof(__int16)) ^~~~~~~ /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT16.c:29:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ make[2]: *** [CMakeFiles/cmTC_a35a2.dir/build.make:78: CMakeFiles/cmTC_a35a2.dir/mfx_SIZEOF___INT16.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_a35a2/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-23/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-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_a2dad/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a2dad.dir/build.make CMakeFiles/cmTC_a2dad.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a2dad.dir/mfx_SIZEOF___INT32.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -o CMakeFiles/cmTC_a2dad.dir/mfx_SIZEOF___INT32.c.o -c /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT32.c /tmp/instance-23/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'? #define SIZE (sizeof(__int32)) ^~~~~~~ /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT32.c:29:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ make[2]: *** [CMakeFiles/cmTC_a2dad.dir/build.make:78: CMakeFiles/cmTC_a2dad.dir/mfx_SIZEOF___INT32.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_a2dad/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-23/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-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_8e06b/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_8e06b.dir/build.make CMakeFiles/cmTC_8e06b.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8e06b.dir/mfx_SIZEOF___INT64.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -o CMakeFiles/cmTC_8e06b.dir/mfx_SIZEOF___INT64.c.o -c /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT64.c /tmp/instance-23/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'? #define SIZE (sizeof(__int64)) ^~~~~~~ /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF___INT64.c:29:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ make[2]: *** [CMakeFiles/cmTC_8e06b.dir/build.make:78: CMakeFiles/cmTC_8e06b.dir/mfx_SIZEOF___INT64.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_8e06b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-23/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-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_0e592/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0e592.dir/build.make CMakeFiles/cmTC_0e592.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0e592.dir/mfx_SIZEOF_FPOS_T.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -o CMakeFiles/cmTC_0e592.dir/mfx_SIZEOF_FPOS_T.c.o -c /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c /tmp/instance-23/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) #define SIZE (sizeof(fpos_t)) ^~~~~~ /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:29:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:27:22: note: 'fpos_t' is defined in header ''; did you forget to '#include '? /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:4:1: +#include /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:27:22: #define SIZE (sizeof(fpos_t)) ^~~~~~ /tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CheckTypeSize/mfx_SIZEOF_FPOS_T.c:29:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ make[2]: *** [CMakeFiles/cmTC_0e592.dir/build.make:78: CMakeFiles/cmTC_0e592.dir/mfx_SIZEOF_FPOS_T.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_0e592/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /tmp/instance-23/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-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_501a4/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_501a4.dir/build.make CMakeFiles/cmTC_501a4.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_501a4.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -DCHECK_FUNCTION_EXISTS=alloca -o CMakeFiles/cmTC_501a4.dir/CheckFunctionExists.c.o -c /tmp/instance-23/output-1/per-package/host-lzo/host/share/cmake-3.22/Modules/CheckFunctionExists.c : warning: conflicting types for built-in function 'alloca' [-Wbuiltin-declaration-mismatch] /tmp/instance-23/output-1/per-package/host-lzo/host/share/cmake-3.22/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^~~~~~~~~~~~~~~~~~~~~ Linking C executable cmTC_501a4 /tmp/instance-23/output-1/per-package/host-lzo/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_501a4.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -DCHECK_FUNCTION_EXISTS=alloca -rdynamic CMakeFiles/cmTC_501a4.dir/CheckFunctionExists.c.o -o cmTC_501a4 /usr/bin/ld: CMakeFiles/cmTC_501a4.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `alloca' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_501a4.dir/build.make:99: cmTC_501a4] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_501a4/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/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-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_0afd8/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0afd8.dir/build.make CMakeFiles/cmTC_0afd8.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0afd8.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTC_0afd8.dir/CheckFunctionExists.c.o -c /tmp/instance-23/output-1/per-package/host-lzo/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_0afd8 /tmp/instance-23/output-1/per-package/host-lzo/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0afd8.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -DCHECK_FUNCTION_EXISTS=stricmp -rdynamic CMakeFiles/cmTC_0afd8.dir/CheckFunctionExists.c.o -o cmTC_0afd8 /usr/bin/ld: CMakeFiles/cmTC_0afd8.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `stricmp' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_0afd8.dir/build.make:99: cmTC_0afd8] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_0afd8/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/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-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_801c5/fast && make[1]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_801c5.dir/build.make CMakeFiles/cmTC_801c5.dir/build make[2]: Entering directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_801c5.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -DCHECK_FUNCTION_EXISTS=strnicmp -o CMakeFiles/cmTC_801c5.dir/CheckFunctionExists.c.o -c /tmp/instance-23/output-1/per-package/host-lzo/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_801c5 /tmp/instance-23/output-1/per-package/host-lzo/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_801c5.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/tmp/instance-23/output-1/per-package/host-lzo/host/include -DCHECK_FUNCTION_EXISTS=strnicmp -rdynamic CMakeFiles/cmTC_801c5.dir/CheckFunctionExists.c.o -o cmTC_801c5 /usr/bin/ld: CMakeFiles/cmTC_801c5.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `strnicmp' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_801c5.dir/build.make:99: cmTC_801c5] Error 1 make[2]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:127: cmTC_801c5/fast] Error 2 make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-lzo-2.10/buildroot-build/CMakeFiles/CMakeTmp'