Determining size of __int64 failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2896772693/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2896772693.dir/build.make CMakeFiles/cmTryCompileExec2896772693.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2896772693.dir/__INT64.c.o /usr/lib/ccache/cc -fPIC -o CMakeFiles/cmTryCompileExec2896772693.dir/__INT64.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__INT64.c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__INT64.c:19:20: error: '__int64' undeclared here (not in a function) ('0' + ((SIZE / 10000)%10)), ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2896772693.dir/__INT64.c.o] Error 1 make: *** [cmTryCompileExec2896772693/fast] Error 2 /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(__int64)) 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: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1659152681/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1659152681.dir/build.make CMakeFiles/cmTryCompileExec1659152681.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1659152681.dir/__INT32.c.o /usr/lib/ccache/cc -fPIC -o CMakeFiles/cmTryCompileExec1659152681.dir/__INT32.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__INT32.c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__INT32.c:19:20: error: '__int32' undeclared here (not in a function) ('0' + ((SIZE / 10000)%10)), ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1659152681.dir/__INT32.c.o] Error 1 make: *** [cmTryCompileExec1659152681/fast] Error 2 /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(__int32)) 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 __uint32 failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2371895118/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2371895118.dir/build.make CMakeFiles/cmTryCompileExec2371895118.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2371895118.dir/__UINT32.c.o /usr/lib/ccache/cc -fPIC -o CMakeFiles/cmTryCompileExec2371895118.dir/__UINT32.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__UINT32.c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__UINT32.c:19:20: error: '__uint32' undeclared here (not in a function) ('0' + ((SIZE / 10000)%10)), ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2371895118.dir/__UINT32.c.o] Error 1 make: *** [cmTryCompileExec2371895118/fast] Error 2 /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/__UINT32.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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(__uint32)) 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 SSIZE_T failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2650050787/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2650050787.dir/build.make CMakeFiles/cmTryCompileExec2650050787.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2650050787.dir/UPPERCASE_SSIZE_T.c.o /usr/lib/ccache/cc -fPIC -o CMakeFiles/cmTryCompileExec2650050787.dir/UPPERCASE_SSIZE_T.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/UPPERCASE_SSIZE_T.c /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/UPPERCASE_SSIZE_T.c:19:20: error: 'SSIZE_T' undeclared here (not in a function) ('0' + ((SIZE / 10000)%10)), ^ make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2650050787.dir/UPPERCASE_SSIZE_T.c.o] Error 1 make: *** [cmTryCompileExec2650050787/fast] Error 2 /var/uhubuild/work/compile/build/CMakeFiles/CheckTypeSize/UPPERCASE_SSIZE_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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(SSIZE_T)) 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 _strtoi64 exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3419829624/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3419829624.dir/build.make CMakeFiles/cmTryCompileExec3419829624.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3419829624.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -fPIC -DCHECK_FUNCTION_EXISTS=_strtoi64 -o CMakeFiles/cmTryCompileExec3419829624.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3419829624 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3419829624.dir/link.txt --verbose=1 /usr/lib/ccache/cc -fPIC -DCHECK_FUNCTION_EXISTS=_strtoi64 CMakeFiles/cmTryCompileExec3419829624.dir/CheckFunctionExists.c.o -o cmTryCompileExec3419829624 -rdynamic CMakeFiles/cmTryCompileExec3419829624.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x13): undefined reference to `_strtoi64' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec3419829624] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3419829624/fast] Error 2 Determining if the function _snprintf exists failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1744385426/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1744385426.dir/build.make CMakeFiles/cmTryCompileExec1744385426.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1744385426.dir/CheckFunctionExists.c.o /usr/lib/ccache/cc -fPIC -DCHECK_FUNCTION_EXISTS=_snprintf -o CMakeFiles/cmTryCompileExec1744385426.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1744385426 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1744385426.dir/link.txt --verbose=1 /usr/lib/ccache/cc -fPIC -DCHECK_FUNCTION_EXISTS=_snprintf CMakeFiles/cmTryCompileExec1744385426.dir/CheckFunctionExists.c.o -o cmTryCompileExec1744385426 -rdynamic CMakeFiles/cmTryCompileExec1744385426.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x13): undefined reference to `_snprintf' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1744385426] Error 1 make: *** [cmTryCompileExec1744385426/fast] Error 2 Performing C SOURCE FILE Test HAVE_ATOMIC_BUILTINS failed with the following output: Change Dir: /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2758751651/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2758751651.dir/build.make CMakeFiles/cmTryCompileExec2758751651.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2758751651.dir/src.c.o /usr/lib/ccache/cc -fPIC -DHAVE_ATOMIC_BUILTINS -o CMakeFiles/cmTryCompileExec2758751651.dir/src.c.o -c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp/src.c:1:85: error: invalid memory model for '__atomic_store' int main() { char l; unsigned long v; __atomic_test_and_set(&l, __ATOMIC_RELAXED); __atomic_store_n(&v, 1, __ATOMIC_ACQ_REL); __atomic_load_n(&v, __ATOMIC_ACQUIRE); return 0; } ^ make[1]: *** [CMakeFiles/cmTryCompileExec2758751651.dir/src.c.o] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile/build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2758751651/fast] Error 2 Source file was: int main() { char l; unsigned long v; __atomic_test_and_set(&l, __ATOMIC_RELAXED); __atomic_store_n(&v, 1, __ATOMIC_ACQ_REL); __atomic_load_n(&v, __ATOMIC_ACQUIRE); return 0; }