Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created November 19, 2013 16:45
Show Gist options
  • Save hanxue/7548418 to your computer and use it in GitHub Desktop.
Save hanxue/7548418 to your computer and use it in GitHub Desktop.
Determining if the function __infinity exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1976991446/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1976991446.dir/build.make CMakeFiles/cmTryCompileExec1976991446.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1976991446.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec1976991446.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1976991446
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1976991446.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1976991446.dir/CheckFunctionExists.c.o -o cmTryCompileExec1976991446
Undefined symbols for architecture x86_64:
"___infinity", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1976991446] Error 1
make: *** [cmTryCompileExec1976991446/fast] Error 2
Determining if the function __infinity exists in the m failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec4070178375/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4070178375.dir/build.make CMakeFiles/cmTryCompileExec4070178375.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4070178375.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec4070178375.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4070178375
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4070178375.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4070178375.dir/CheckFunctionExists.c.o -o cmTryCompileExec4070178375 -lm
Undefined symbols for architecture x86_64:
"___infinity", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec4070178375] Error 1
make: *** [cmTryCompileExec4070178375/fast] Error 2
Determining if the function gethostbyname_r exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec680580853/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec680580853.dir/build.make CMakeFiles/cmTryCompileExec680580853.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec680580853.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec680580853.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec680580853
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec680580853.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec680580853.dir/CheckFunctionExists.c.o -o cmTryCompileExec680580853
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec680580853] Error 1
make: *** [cmTryCompileExec680580853/fast] Error 2
Determining if the function gethostbyname_r exists in the nsl_r failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3347659082/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3347659082.dir/build.make CMakeFiles/cmTryCompileExec3347659082.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3347659082.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec3347659082.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3347659082
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3347659082.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3347659082.dir/CheckFunctionExists.c.o -o cmTryCompileExec3347659082 -lnsl_r
ld: library not found for -lnsl_r
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3347659082] Error 1
make: *** [cmTryCompileExec3347659082/fast] Error 2
Determining if the function gethostbyname_r exists in the nsl failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec824731829/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec824731829.dir/build.make CMakeFiles/cmTryCompileExec824731829.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec824731829.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec824731829.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec824731829
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec824731829.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec824731829.dir/CheckFunctionExists.c.o -o cmTryCompileExec824731829 -lnsl
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec824731829] Error 1
make: *** [cmTryCompileExec824731829/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec454923859/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec454923859.dir/build.make CMakeFiles/cmTryCompileExec454923859.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec454923859.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec454923859.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec454923859
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec454923859.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec454923859.dir/CheckFunctionExists.c.o -o cmTryCompileExec454923859
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec454923859] Error 1
make: *** [cmTryCompileExec454923859/fast] Error 2
Determining if the function clock_gettime exists in the rt failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2098962193/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2098962193.dir/build.make CMakeFiles/cmTryCompileExec2098962193.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2098962193.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec2098962193.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2098962193
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2098962193.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2098962193.dir/CheckFunctionExists.c.o -o cmTryCompileExec2098962193 -lrt
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2098962193] Error 1
make: *** [cmTryCompileExec2098962193/fast] Error 2
Determining if files crypt.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec891063648/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec891063648.dir/build.make CMakeFiles/cmTryCompileExec891063648.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec891063648.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec891063648.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec891063648.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec891063648/fast] Error 2
Source:
/* */
#include <crypt.h>
int main(){return 0;}
Determining if files bfd.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2415240306/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2415240306.dir/build.make CMakeFiles/cmTryCompileExec2415240306.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2415240306.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec2415240306.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'bfd.h' file not found
#include <bfd.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2415240306.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2415240306/fast] Error 2
Source:
/* */
#include <bfd.h>
int main(){return 0;}
Determining if files floatingpoint.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec359704443/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec359704443.dir/build.make CMakeFiles/cmTryCompileExec359704443.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec359704443.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec359704443.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'floatingpoint.h' file not found
#include <floatingpoint.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec359704443.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec359704443/fast] Error 2
Source:
/* */
#include <floatingpoint.h>
int main(){return 0;}
Determining if files fpu_control.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3941817111/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3941817111.dir/build.make CMakeFiles/cmTryCompileExec3941817111.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3941817111.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec3941817111.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'fpu_control.h' file not found
#include <fpu_control.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3941817111.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3941817111/fast] Error 2
Source:
/* */
#include <fpu_control.h>
int main(){return 0;}
Determining if files ieeefp.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2779651825/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2779651825.dir/build.make CMakeFiles/cmTryCompileExec2779651825.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2779651825.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec2779651825.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2779651825.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2779651825/fast] Error 2
Source:
/* */
#include <ieeefp.h>
int main(){return 0;}
Determining if files linux/unistd.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec404843493/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec404843493.dir/build.make CMakeFiles/cmTryCompileExec404843493.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec404843493.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec404843493.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'linux/unistd.h' file not found
#include <linux/unistd.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec404843493.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec404843493/fast] Error 2
Source:
/* */
#include <linux/unistd.h>
int main(){return 0;}
Determining if files malloc.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec172772007/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec172772007.dir/build.make CMakeFiles/cmTryCompileExec172772007.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec172772007.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec172772007.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec172772007.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec172772007/fast] Error 2
Source:
/* */
#include <malloc.h>
int main(){return 0;}
Determining if files ndir.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1895186484/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1895186484.dir/build.make CMakeFiles/cmTryCompileExec1895186484.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1895186484.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1895186484.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ndir.h' file not found
#include <ndir.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1895186484.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1895186484/fast] Error 2
Source:
/* */
#include <ndir.h>
int main(){return 0;}
Determining if files port.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3598661811/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3598661811.dir/build.make CMakeFiles/cmTryCompileExec3598661811.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3598661811.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec3598661811.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'port.h' file not found
#include <port.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3598661811.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3598661811/fast] Error 2
Source:
/* */
#include <port.h>
int main(){return 0;}
Determining if files select.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec4284836345/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4284836345.dir/build.make CMakeFiles/cmTryCompileExec4284836345.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4284836345.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec4284836345.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'select.h' file not found
#include <select.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec4284836345.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec4284836345/fast] Error 2
Source:
/* */
#include <select.h>
int main(){return 0;}
Determining if files sys/ndir.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1500555724/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1500555724.dir/build.make CMakeFiles/cmTryCompileExec1500555724.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1500555724.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1500555724.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/ndir.h' file not found
#include <sys/ndir.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1500555724.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1500555724/fast] Error 2
Source:
/* */
#include <sys/ndir.h>
int main(){return 0;}
Determining if files sys/pte.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3100980120/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3100980120.dir/build.make CMakeFiles/cmTryCompileExec3100980120.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3100980120.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec3100980120.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/pte.h' file not found
#include <sys/pte.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3100980120.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3100980120/fast] Error 2
Source:
/* */
#include <sys/pte.h>
int main(){return 0;}
Determining if files synch.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1940304959/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1940304959.dir/build.make CMakeFiles/cmTryCompileExec1940304959.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1940304959.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1940304959.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'synch.h' file not found
#include <synch.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1940304959.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1940304959/fast] Error 2
Source:
/* */
#include <synch.h>
int main(){return 0;}
Determining if files sysent.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3655551000/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3655551000.dir/build.make CMakeFiles/cmTryCompileExec3655551000.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3655551000.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec3655551000.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sysent.h' file not found
#include <sysent.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3655551000.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3655551000/fast] Error 2
Source:
/* */
#include <sysent.h>
int main(){return 0;}
Determining if files sys/fpu.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2778145643/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2778145643.dir/build.make CMakeFiles/cmTryCompileExec2778145643.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2778145643.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec2778145643.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/fpu.h' file not found
#include <sys/fpu.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2778145643.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2778145643/fast] Error 2
Source:
/* */
#include <sys/fpu.h>
int main(){return 0;}
Determining if files sys/prctl.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec797653976/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec797653976.dir/build.make CMakeFiles/cmTryCompileExec797653976.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec797653976.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec797653976.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/prctl.h' file not found
#include <sys/prctl.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec797653976.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec797653976/fast] Error 2
Source:
/* */
#include <sys/prctl.h>
int main(){return 0;}
Determining if files sys/stream.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1407549136/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1407549136.dir/build.make CMakeFiles/cmTryCompileExec1407549136.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1407549136.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1407549136.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/stream.h' file not found
#include <sys/stream.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1407549136.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1407549136/fast] Error 2
Source:
/* */
#include <sys/stream.h>
int main(){return 0;}
Determining if files sys/termcap.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1239911837/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1239911837.dir/build.make CMakeFiles/cmTryCompileExec1239911837.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1239911837.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1239911837.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/termcap.h' file not found
#include <sys/termcap.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1239911837.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1239911837/fast] Error 2
Source:
/* */
#include <sys/termcap.h>
int main(){return 0;}
Determining if files asm/termbits.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2746565577/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2746565577.dir/build.make CMakeFiles/cmTryCompileExec2746565577.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2746565577.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec2746565577.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'asm/termbits.h' file not found
#include <asm/termbits.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2746565577.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2746565577/fast] Error 2
Source:
/* */
#include <asm/termbits.h>
int main(){return 0;}
Determining if files termbits.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1024730935/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1024730935.dir/build.make CMakeFiles/cmTryCompileExec1024730935.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1024730935.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1024730935.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'termbits.h' file not found
#include <termbits.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1024730935.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1024730935/fast] Error 2
Source:
/* */
#include <termbits.h>
int main(){return 0;}
Determining if files termio.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2393725423/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2393725423.dir/build.make CMakeFiles/cmTryCompileExec2393725423.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2393725423.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec2393725423.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2393725423.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2393725423/fast] Error 2
Source:
/* */
#include <termio.h>
int main(){return 0;}
Determining if files varargs.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3210115556/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3210115556.dir/build.make CMakeFiles/cmTryCompileExec3210115556.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3210115556.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec3210115556.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3210115556.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3210115556/fast] Error 2
Source:
/* */
#include <varargs.h>
int main(){return 0;}
Determining if files sys/utime.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1546450363/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1546450363.dir/build.make CMakeFiles/cmTryCompileExec1546450363.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1546450363.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1546450363.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/utime.h' file not found
#include <sys/utime.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1546450363.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1546450363/fast] Error 2
Source:
/* */
#include <sys/utime.h>
int main(){return 0;}
Determining if files sys/ptem.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec4042708041/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4042708041.dir/build.make CMakeFiles/cmTryCompileExec4042708041.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4042708041.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec4042708041.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/ptem.h' file not found
#include <sys/ptem.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec4042708041.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec4042708041/fast] Error 2
Source:
/* */
#include <sys/ptem.h>
int main(){return 0;}
Determining if the function printstack exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1639539229/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1639539229.dir/build.make CMakeFiles/cmTryCompileExec1639539229.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1639539229.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTryCompileExec1639539229.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1639539229
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1639539229.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=printstack -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1639539229.dir/CheckFunctionExists.c.o -o cmTryCompileExec1639539229
Undefined symbols for architecture x86_64:
"_printstack", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1639539229] Error 1
make: *** [cmTryCompileExec1639539229/fast] Error 2
Determining if the function bfill exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3787048014/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3787048014.dir/build.make CMakeFiles/cmTryCompileExec3787048014.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3787048014.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=bfill -o CMakeFiles/cmTryCompileExec3787048014.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3787048014
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3787048014.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=bfill -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3787048014.dir/CheckFunctionExists.c.o -o cmTryCompileExec3787048014
Undefined symbols for architecture x86_64:
"_bfill", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3787048014] Error 1
make: *** [cmTryCompileExec3787048014/fast] Error 2
Determining if the function bmove exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec214312712/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec214312712.dir/build.make CMakeFiles/cmTryCompileExec214312712.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec214312712.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=bmove -o CMakeFiles/cmTryCompileExec214312712.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec214312712
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec214312712.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=bmove -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec214312712.dir/CheckFunctionExists.c.o -o cmTryCompileExec214312712
Undefined symbols for architecture x86_64:
"_bmove", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec214312712] Error 1
make: *** [cmTryCompileExec214312712/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2307742589/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2307742589.dir/build.make CMakeFiles/cmTryCompileExec2307742589.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2307742589.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec2307742589.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2307742589
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2307742589.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2307742589.dir/CheckFunctionExists.c.o -o cmTryCompileExec2307742589
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2307742589] Error 1
make: *** [cmTryCompileExec2307742589/fast] Error 2
Determining if the function cuserid exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec237896771/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec237896771.dir/build.make CMakeFiles/cmTryCompileExec237896771.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec237896771.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=cuserid -o CMakeFiles/cmTryCompileExec237896771.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec237896771
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec237896771.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=cuserid -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec237896771.dir/CheckFunctionExists.c.o -o cmTryCompileExec237896771
Undefined symbols for architecture x86_64:
"_cuserid", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec237896771] Error 1
make: *** [cmTryCompileExec237896771/fast] Error 2
Determining if the function directio exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec226219824/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec226219824.dir/build.make CMakeFiles/cmTryCompileExec226219824.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec226219824.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=directio -o CMakeFiles/cmTryCompileExec226219824.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec226219824
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec226219824.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=directio -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec226219824.dir/CheckFunctionExists.c.o -o cmTryCompileExec226219824
Undefined symbols for architecture x86_64:
"_directio", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec226219824] Error 1
make: *** [cmTryCompileExec226219824/fast] Error 2
Determining if the function _doprnt exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec429395211/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec429395211.dir/build.make CMakeFiles/cmTryCompileExec429395211.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec429395211.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=_doprnt -o CMakeFiles/cmTryCompileExec429395211.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec429395211
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec429395211.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=_doprnt -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec429395211.dir/CheckFunctionExists.c.o -o cmTryCompileExec429395211
Undefined symbols for architecture x86_64:
"__doprnt", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec429395211] Error 1
make: *** [cmTryCompileExec429395211/fast] Error 2
Determining if the function compress exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1286849034/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1286849034.dir/build.make CMakeFiles/cmTryCompileExec1286849034.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1286849034.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=compress -o CMakeFiles/cmTryCompileExec1286849034.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1286849034
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1286849034.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=compress -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1286849034.dir/CheckFunctionExists.c.o -o cmTryCompileExec1286849034
Undefined symbols for architecture x86_64:
"_compress", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1286849034] Error 1
make: *** [cmTryCompileExec1286849034/fast] Error 2
Determining if the function fconvert exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec772025597/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec772025597.dir/build.make CMakeFiles/cmTryCompileExec772025597.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec772025597.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=fconvert -o CMakeFiles/cmTryCompileExec772025597.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec772025597
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec772025597.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=fconvert -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec772025597.dir/CheckFunctionExists.c.o -o cmTryCompileExec772025597
Undefined symbols for architecture x86_64:
"_fconvert", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec772025597] Error 1
make: *** [cmTryCompileExec772025597/fast] Error 2
Determining if the fdatasync exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec763221808/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec763221808.dir/build.make CMakeFiles/cmTryCompileExec763221808.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec763221808.dir/CheckSymbolExists.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec763221808.dir/CheckSymbolExists.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'fdatasync'
return ((int*)(&fdatasync))[argc];
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec763221808.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTryCompileExec763221808/fast] Error 2
File /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fdatasync
return ((int*)(&fdatasync))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function fedisableexcept exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1048722244/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1048722244.dir/build.make CMakeFiles/cmTryCompileExec1048722244.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1048722244.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=fedisableexcept -o CMakeFiles/cmTryCompileExec1048722244.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1048722244
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1048722244.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=fedisableexcept -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1048722244.dir/CheckFunctionExists.c.o -o cmTryCompileExec1048722244
Undefined symbols for architecture x86_64:
"_fedisableexcept", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1048722244] Error 1
make: *** [cmTryCompileExec1048722244/fast] Error 2
Determining if the function fpsetmask exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3092036856/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3092036856.dir/build.make CMakeFiles/cmTryCompileExec3092036856.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3092036856.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=fpsetmask -o CMakeFiles/cmTryCompileExec3092036856.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3092036856
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3092036856.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=fpsetmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3092036856.dir/CheckFunctionExists.c.o -o cmTryCompileExec3092036856
Undefined symbols for architecture x86_64:
"_fpsetmask", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3092036856] Error 1
make: *** [cmTryCompileExec3092036856/fast] Error 2
Determining if the function gethostbyaddr_r exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1955609174/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1955609174.dir/build.make CMakeFiles/cmTryCompileExec1955609174.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1955609174.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -o CMakeFiles/cmTryCompileExec1955609174.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1955609174
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1955609174.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1955609174.dir/CheckFunctionExists.c.o -o cmTryCompileExec1955609174
Undefined symbols for architecture x86_64:
"_gethostbyaddr_r", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1955609174] Error 1
make: *** [cmTryCompileExec1955609174/fast] Error 2
Determining if the function gethrtime exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2777427932/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2777427932.dir/build.make CMakeFiles/cmTryCompileExec2777427932.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2777427932.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTryCompileExec2777427932.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2777427932
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2777427932.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2777427932.dir/CheckFunctionExists.c.o -o cmTryCompileExec2777427932
Undefined symbols for architecture x86_64:
"_gethrtime", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2777427932] Error 1
make: *** [cmTryCompileExec2777427932/fast] Error 2
Determining if the function getpassphrase exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec390650199/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec390650199.dir/build.make CMakeFiles/cmTryCompileExec390650199.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec390650199.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTryCompileExec390650199.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec390650199
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec390650199.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec390650199.dir/CheckFunctionExists.c.o -o cmTryCompileExec390650199
Undefined symbols for architecture x86_64:
"_getpassphrase", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec390650199] Error 1
make: *** [cmTryCompileExec390650199/fast] Error 2
Determining if the function mallinfo exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2772550776/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2772550776.dir/build.make CMakeFiles/cmTryCompileExec2772550776.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2772550776.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=mallinfo -o CMakeFiles/cmTryCompileExec2772550776.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2772550776
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2772550776.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=mallinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2772550776.dir/CheckFunctionExists.c.o -o cmTryCompileExec2772550776
Undefined symbols for architecture x86_64:
"_mallinfo", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2772550776] Error 1
make: *** [cmTryCompileExec2772550776/fast] Error 2
Determining if the function mmap64 exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec41287001/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec41287001.dir/build.make CMakeFiles/cmTryCompileExec41287001.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec41287001.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=mmap64 -o CMakeFiles/cmTryCompileExec41287001.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec41287001
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec41287001.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=mmap64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec41287001.dir/CheckFunctionExists.c.o -o cmTryCompileExec41287001
Undefined symbols for architecture x86_64:
"_mmap64", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec41287001] Error 1
make: *** [cmTryCompileExec41287001/fast] Error 2
Determining if the function port_create exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2460842566/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2460842566.dir/build.make CMakeFiles/cmTryCompileExec2460842566.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2460842566.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=port_create -o CMakeFiles/cmTryCompileExec2460842566.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2460842566
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2460842566.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=port_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2460842566.dir/CheckFunctionExists.c.o -o cmTryCompileExec2460842566
Undefined symbols for architecture x86_64:
"_port_create", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2460842566] Error 1
make: *** [cmTryCompileExec2460842566/fast] Error 2
Determining if the function posix_fallocate exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec163055044/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec163055044.dir/build.make CMakeFiles/cmTryCompileExec163055044.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec163055044.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=posix_fallocate -o CMakeFiles/cmTryCompileExec163055044.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec163055044
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec163055044.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=posix_fallocate -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec163055044.dir/CheckFunctionExists.c.o -o cmTryCompileExec163055044
Undefined symbols for architecture x86_64:
"_posix_fallocate", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec163055044] Error 1
make: *** [cmTryCompileExec163055044/fast] Error 2
Determining if the function pthread_attr_create exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2766941944/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2766941944.dir/build.make CMakeFiles/cmTryCompileExec2766941944.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2766941944.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_attr_create -o CMakeFiles/cmTryCompileExec2766941944.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2766941944
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2766941944.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_attr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2766941944.dir/CheckFunctionExists.c.o -o cmTryCompileExec2766941944
Undefined symbols for architecture x86_64:
"_pthread_attr_create", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2766941944] Error 1
make: *** [cmTryCompileExec2766941944/fast] Error 2
Determining if the function pthread_condattr_create exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3510916076/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3510916076.dir/build.make CMakeFiles/cmTryCompileExec3510916076.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3510916076.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -o CMakeFiles/cmTryCompileExec3510916076.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3510916076
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3510916076.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3510916076.dir/CheckFunctionExists.c.o -o cmTryCompileExec3510916076
Undefined symbols for architecture x86_64:
"_pthread_condattr_create", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3510916076] Error 1
make: *** [cmTryCompileExec3510916076/fast] Error 2
Determining if the function pthread_condattr_setclock exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2104306451/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2104306451.dir/build.make CMakeFiles/cmTryCompileExec2104306451.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2104306451.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -o CMakeFiles/cmTryCompileExec2104306451.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2104306451
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2104306451.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2104306451.dir/CheckFunctionExists.c.o -o cmTryCompileExec2104306451
Undefined symbols for architecture x86_64:
"_pthread_condattr_setclock", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2104306451] Error 1
make: *** [cmTryCompileExec2104306451/fast] Error 2
Determining if the function pthread_threadmask exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1339651590/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1339651590.dir/build.make CMakeFiles/cmTryCompileExec1339651590.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1339651590.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_threadmask -o CMakeFiles/cmTryCompileExec1339651590.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1339651590
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1339651590.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=pthread_threadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1339651590.dir/CheckFunctionExists.c.o -o cmTryCompileExec1339651590
Undefined symbols for architecture x86_64:
"_pthread_threadmask", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1339651590] Error 1
make: *** [cmTryCompileExec1339651590/fast] Error 2
Determining if the function re_comp exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3382713644/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3382713644.dir/build.make CMakeFiles/cmTryCompileExec3382713644.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3382713644.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=re_comp -o CMakeFiles/cmTryCompileExec3382713644.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3382713644
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3382713644.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=re_comp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3382713644.dir/CheckFunctionExists.c.o -o cmTryCompileExec3382713644
Undefined symbols for architecture x86_64:
"_re_comp", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3382713644] Error 1
make: *** [cmTryCompileExec3382713644/fast] Error 2
Determining if the function rwlock_init exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2065452952/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2065452952.dir/build.make CMakeFiles/cmTryCompileExec2065452952.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2065452952.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=rwlock_init -o CMakeFiles/cmTryCompileExec2065452952.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2065452952
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2065452952.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=rwlock_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2065452952.dir/CheckFunctionExists.c.o -o cmTryCompileExec2065452952
Undefined symbols for architecture x86_64:
"_rwlock_init", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2065452952] Error 1
make: *** [cmTryCompileExec2065452952/fast] Error 2
Determining if the function setfd exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec459625874/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec459625874.dir/build.make CMakeFiles/cmTryCompileExec459625874.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec459625874.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=setfd -o CMakeFiles/cmTryCompileExec459625874.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec459625874
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec459625874.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=setfd -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec459625874.dir/CheckFunctionExists.c.o -o cmTryCompileExec459625874
Undefined symbols for architecture x86_64:
"_setfd", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec459625874] Error 1
make: *** [cmTryCompileExec459625874/fast] Error 2
Determining if the function sigthreadmask exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1146815036/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1146815036.dir/build.make CMakeFiles/cmTryCompileExec1146815036.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1146815036.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=sigthreadmask -o CMakeFiles/cmTryCompileExec1146815036.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1146815036
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1146815036.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=sigthreadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1146815036.dir/CheckFunctionExists.c.o -o cmTryCompileExec1146815036
Undefined symbols for architecture x86_64:
"_sigthreadmask", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1146815036] Error 1
make: *** [cmTryCompileExec1146815036/fast] Error 2
Determining if the function tell exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1836925204/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1836925204.dir/build.make CMakeFiles/cmTryCompileExec1836925204.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1836925204.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTryCompileExec1836925204.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1836925204
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1836925204.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=tell -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1836925204.dir/CheckFunctionExists.c.o -o cmTryCompileExec1836925204
Undefined symbols for architecture x86_64:
"_tell", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1836925204] Error 1
make: *** [cmTryCompileExec1836925204/fast] Error 2
Determining if the function thr_setconcurrency exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2423796217/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2423796217.dir/build.make CMakeFiles/cmTryCompileExec2423796217.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2423796217.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -o CMakeFiles/cmTryCompileExec2423796217.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2423796217
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2423796217.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2423796217.dir/CheckFunctionExists.c.o -o cmTryCompileExec2423796217
Undefined symbols for architecture x86_64:
"_thr_setconcurrency", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2423796217] Error 1
make: *** [cmTryCompileExec2423796217/fast] Error 2
Determining if the function thr_yield exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3937242432/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3937242432.dir/build.make CMakeFiles/cmTryCompileExec3937242432.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3937242432.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=thr_yield -o CMakeFiles/cmTryCompileExec3937242432.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3937242432
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3937242432.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=thr_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3937242432.dir/CheckFunctionExists.c.o -o cmTryCompileExec3937242432
Undefined symbols for architecture x86_64:
"_thr_yield", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3937242432] Error 1
make: *** [cmTryCompileExec3937242432/fast] Error 2
Determining if the function memalign exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2118858123/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2118858123.dir/build.make CMakeFiles/cmTryCompileExec2118858123.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2118858123.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=memalign -o CMakeFiles/cmTryCompileExec2118858123.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2118858123
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2118858123.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=memalign -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2118858123.dir/CheckFunctionExists.c.o -o cmTryCompileExec2118858123
Undefined symbols for architecture x86_64:
"_memalign", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec2118858123] Error 1
make: *** [cmTryCompileExec2118858123/fast] Error 2
Determining if files asm/msr.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2442075348/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2442075348.dir/build.make CMakeFiles/cmTryCompileExec2442075348.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2442075348.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec2442075348.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'asm/msr.h' file not found
#include <asm/msr.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2442075348.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2442075348/fast] Error 2
Source:
/* */
#include <asm/msr.h>
int main(){return 0;}
Determining if files ia64intrin.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1535152786/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1535152786.dir/build.make CMakeFiles/cmTryCompileExec1535152786.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1535152786.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -o CMakeFiles/cmTryCompileExec1535152786.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ia64intrin.h' file not found
#include <ia64intrin.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1535152786.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1535152786/fast] Error 2
Source:
/* */
#include <ia64intrin.h>
int main(){return 0;}
Determining if the function read_real_time exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec4003399876/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4003399876.dir/build.make CMakeFiles/cmTryCompileExec4003399876.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4003399876.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=read_real_time -o CMakeFiles/cmTryCompileExec4003399876.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4003399876
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4003399876.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=read_real_time -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4003399876.dir/CheckFunctionExists.c.o -o cmTryCompileExec4003399876
Undefined symbols for architecture x86_64:
"_read_real_time", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec4003399876] Error 1
make: *** [cmTryCompileExec4003399876/fast] Error 2
Determining if the function rdtscll exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec559933258/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec559933258.dir/build.make CMakeFiles/cmTryCompileExec559933258.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec559933258.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=rdtscll -o CMakeFiles/cmTryCompileExec559933258.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec559933258
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec559933258.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=rdtscll -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec559933258.dir/CheckFunctionExists.c.o -o cmTryCompileExec559933258
Undefined symbols for architecture x86_64:
"_rdtscll", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec559933258] Error 1
make: *** [cmTryCompileExec559933258/fast] Error 2
Determining size of uchar failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3582593873/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3582593873.dir/build.make CMakeFiles/cmTryCompileExec3582593873.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3582593873.dir/SIZEOF_UCHAR.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3582593873.dir/SIZEOF_UCHAR.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:21:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:22:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:23:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:25:12: error: use of undeclared identifier 'uchar'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3582593873.dir/SIZEOF_UCHAR.c.o] Error 1
make: *** [cmTryCompileExec3582593873/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(uchar))
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 ulong failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec721016550/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec721016550.dir/build.make CMakeFiles/cmTryCompileExec721016550.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec721016550.dir/SIZEOF_ULONG.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec721016550.dir/SIZEOF_ULONG.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:21:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:22:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:23:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:24:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:25:12: error: use of undeclared identifier 'ulong'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec721016550.dir/SIZEOF_ULONG.c.o] Error 1
make: *** [cmTryCompileExec721016550/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(ulong))
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 int8 failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1036662656/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1036662656.dir/build.make CMakeFiles/cmTryCompileExec1036662656.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1036662656.dir/SIZEOF_INT8.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1036662656.dir/SIZEOF_INT8.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:21:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:22:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:23:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:25:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1036662656.dir/SIZEOF_INT8.c.o] Error 1
make: *** [cmTryCompileExec1036662656/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(int8))
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 uint8 failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1460977376/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1460977376.dir/build.make CMakeFiles/cmTryCompileExec1460977376.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1460977376.dir/SIZEOF_UINT8.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1460977376.dir/SIZEOF_UINT8.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:21:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:22:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:23:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:25:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1460977376.dir/SIZEOF_UINT8.c.o] Error 1
make: *** [cmTryCompileExec1460977376/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(uint8))
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 int16 failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec4061113879/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4061113879.dir/build.make CMakeFiles/cmTryCompileExec4061113879.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4061113879.dir/SIZEOF_INT16.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec4061113879.dir/SIZEOF_INT16.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:21:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:22:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:23:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:25:12: error: use of undeclared identifier 'int16'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec4061113879.dir/SIZEOF_INT16.c.o] Error 1
make: *** [cmTryCompileExec4061113879/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(int16))
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 uint16 failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec897973655/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec897973655.dir/build.make CMakeFiles/cmTryCompileExec897973655.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec897973655.dir/SIZEOF_UINT16.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec897973655.dir/SIZEOF_UINT16.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:21:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:22:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:23:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:25:12: error: use of undeclared identifier 'uint16'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec897973655.dir/SIZEOF_UINT16.c.o] Error 1
make: *** [cmTryCompileExec897973655/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(uint16))
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/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec208716768/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec208716768.dir/build.make CMakeFiles/cmTryCompileExec208716768.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec208716768.dir/SIZEOF_INT32.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec208716768.dir/SIZEOF_INT32.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:21:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:22:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:23:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:25:12: error: use of undeclared identifier 'int32'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec208716768.dir/SIZEOF_INT32.c.o] Error 1
make: *** [cmTryCompileExec208716768/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2786813194/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2786813194.dir/build.make CMakeFiles/cmTryCompileExec2786813194.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2786813194.dir/SIZEOF_UINT32.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2786813194.dir/SIZEOF_UINT32.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:21:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:22:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:23:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:25:12: error: use of undeclared identifier 'uint32'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2786813194.dir/SIZEOF_UINT32.c.o] Error 1
make: *** [cmTryCompileExec2786813194/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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 int64 failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec622692244/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec622692244.dir/build.make CMakeFiles/cmTryCompileExec622692244.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec622692244.dir/SIZEOF_INT64.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec622692244.dir/SIZEOF_INT64.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:21:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:22:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:23:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:25:12: error: use of undeclared identifier 'int64'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec622692244.dir/SIZEOF_INT64.c.o] Error 1
make: *** [cmTryCompileExec622692244/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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 uint64 failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1287814814/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1287814814.dir/build.make CMakeFiles/cmTryCompileExec1287814814.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1287814814.dir/SIZEOF_UINT64.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1287814814.dir/SIZEOF_UINT64.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:21:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:22:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:23:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:25:12: error: use of undeclared identifier 'uint64'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1287814814.dir/SIZEOF_UINT64.c.o] Error 1
make: *** [cmTryCompileExec1287814814/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
#include "sys/types.h"
#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(uint64))
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 bool failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec439764502/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec439764502.dir/build.make CMakeFiles/cmTryCompileExec439764502.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec439764502.dir/SIZEOF_BOOL.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec439764502.dir/SIZEOF_BOOL.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:20:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 10000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:21:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 1000)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:22:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 100)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:23:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 10)%10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:24:12: error: use of undeclared identifier 'bool'
('0' + (SIZE % 10)),
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec439764502.dir/SIZEOF_BOOL.c.o] Error 1
make: *** [cmTryCompileExec439764502/fast] Error 2
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "sys/types.h"
#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(bool))
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;
}
Performing C SOURCE FILE Test TIME_T_UNSIGNED failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec785013754/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec785013754.dir/build.make CMakeFiles/cmTryCompileExec785013754.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec785013754.dir/src.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DTIME_T_UNSIGNED -o CMakeFiles/cmTryCompileExec785013754.dir/src.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.c:5:13: error: 'array' declared as an array with a negative size
int array[(((time_t)-1) > 0) ? 1 : -1];
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec785013754.dir/src.c.o] Error 1
make: *** [cmTryCompileExec785013754/fast] Error 2
Source file was:
#include <time.h>
int main()
{
int array[(((time_t)-1) > 0) ? 1 : -1];
return 0;
}
Performing C SOURCE FILE Test HAVE_TIMESPEC_TS_SEC failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2824718517/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2824718517.dir/build.make CMakeFiles/cmTryCompileExec2824718517.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2824718517.dir/src.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_TIMESPEC_TS_SEC -o CMakeFiles/cmTryCompileExec2824718517.dir/src.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.c:7:11: error: no member named 'ts_sec' in 'struct timespec'; did you mean 'tv_sec'?
abstime.ts_sec = time(NULL)+1;
^~~~~~
tv_sec
/usr/include/sys/_types/_timespec.h:32:18: note: 'tv_sec' declared here
__darwin_time_t tv_sec;
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.c:8:11: error: no member named 'ts_nsec' in 'struct timespec'; did you mean 'tv_nsec'?
abstime.ts_nsec = 0;
^~~~~~~
tv_nsec
/usr/include/sys/_types/_timespec.h:33:18: note: 'tv_nsec' declared here
long tv_nsec;
^
2 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2824718517.dir/src.c.o] Error 1
make: *** [cmTryCompileExec2824718517/fast] Error 2
Source file was:
#include <pthread.h>
int main(int ac, char **av)
{
struct timespec abstime;
abstime.ts_sec = time(NULL)+1;
abstime.ts_nsec = 0;
}
Performing C++ SOURCE FILE Test HAVE_PTHREAD_YIELD_ZERO_ARG failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec513141744/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec513141744.dir/build.make CMakeFiles/cmTryCompileExec513141744.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec513141744.dir/src.cxx.o
/usr/local/Library/ENV/4.3/clang++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PTHREAD_YIELD_ZERO_ARG -o CMakeFiles/cmTryCompileExec513141744.dir/src.cxx.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:5:3: error: use of undeclared identifier 'pthread_yield'
pthread_yield();
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec513141744.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec513141744/fast] Error 2
Source file was:
#include <pthread.h>
int main()
{
pthread_yield();
return 0;
}
Performing C SOURCE FILE Test HAVE_BSS_START failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3643396511/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3643396511.dir/build.make CMakeFiles/cmTryCompileExec3643396511.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3643396511.dir/src.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BSS_START -o CMakeFiles/cmTryCompileExec3643396511.dir/src.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3643396511
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3643396511.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DHAVE_BSS_START -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3643396511.dir/src.c.o -o cmTryCompileExec3643396511
Undefined symbols for architecture x86_64:
"___bss_start", referenced from:
_main in src.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3643396511] Error 1
make: *** [cmTryCompileExec3643396511/fast] Error 2
Source file was:
int main(int argc, char **argv)
{
extern char *__bss_start;
return __bss_start ? 1 : 0;
}
Performing C++ SOURCE FILE Test HAVE_SOLARIS_STYLE_GETHOST failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2310021076/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2310021076.dir/build.make CMakeFiles/cmTryCompileExec2310021076.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2310021076.dir/src.cxx.o
/usr/local/Library/ENV/4.3/clang++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOLARIS_STYLE_GETHOST -o CMakeFiles/cmTryCompileExec2310021076.dir/src.cxx.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:16:8: error: use of undeclared identifier 'gethostbyaddr_r'
gethostbyaddr_r((const char *) 0,
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2310021076.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec2310021076/fast] Error 2
Source file was:
#undef inline
#if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT)
#define _REENTRANT
#endif
#include <pthread.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
int main()
{
struct hostent *foo =
gethostbyaddr_r((const char *) 0,
0, 0, (struct hostent *) 0, (char *) NULL, 0, (int *)0);
return 0;
}
Determining if files valgrind/memcheck.h;valgrind/valgrind.h exist failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1295807594/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1295807594.dir/build.make CMakeFiles/cmTryCompileExec1295807594.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1295807594.dir/CheckIncludeFiles.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1295807594.dir/CheckIncludeFiles.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'valgrind/memcheck.h' file not found
#include <valgrind/memcheck.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1295807594.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1295807594/fast] Error 2
Source:
/* */
#include <valgrind/memcheck.h>
#include <valgrind/valgrind.h>
int main(){return 0;}
Determining if the include file netinet/in6.h exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1439827704/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1439827704.dir/build.make CMakeFiles/cmTryCompileExec1439827704.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1439827704.dir/CheckIncludeFile.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec1439827704.dir/CheckIncludeFile.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'netinet/in6.h' file not found
#include <netinet/in6.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1439827704.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTryCompileExec1439827704/fast] Error 2
Determining if the include file ucontext.h exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec409624180/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec409624180.dir/build.make CMakeFiles/cmTryCompileExec409624180.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec409624180.dir/CheckIncludeFile.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec409624180.dir/CheckIncludeFile.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
In file included from /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
/usr/include/ucontext.h:43:2: error: The deprecated ucontext routines require _XOPEN_SOURCE to be defined
#error The deprecated ucontext routines require _XOPEN_SOURCE to be defined
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec409624180.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTryCompileExec409624180/fast] Error 2
Determining if the function mbscmp exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1623490835/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1623490835.dir/build.make CMakeFiles/cmTryCompileExec1623490835.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1623490835.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=mbscmp -o CMakeFiles/cmTryCompileExec1623490835.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1623490835
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1623490835.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=mbscmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1623490835.dir/CheckFunctionExists.c.o -o cmTryCompileExec1623490835
Undefined symbols for architecture x86_64:
"_mbscmp", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1623490835] Error 1
make: *** [cmTryCompileExec1623490835/fast] Error 2
Determining if the function malloc_stats_print exists in the jemalloc failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1073616493/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1073616493.dir/build.make CMakeFiles/cmTryCompileExec1073616493.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1073616493.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=malloc_stats_print -o CMakeFiles/cmTryCompileExec1073616493.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1073616493
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1073616493.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=malloc_stats_print -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1073616493.dir/CheckFunctionExists.c.o -o cmTryCompileExec1073616493 -ljemalloc
ld: library not found for -ljemalloc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1073616493] Error 1
make: *** [cmTryCompileExec1073616493/fast] Error 2
Determining if the function sched_getcpu exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1543580876/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1543580876.dir/build.make CMakeFiles/cmTryCompileExec1543580876.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1543580876.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=sched_getcpu -o CMakeFiles/cmTryCompileExec1543580876.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1543580876
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1543580876.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=sched_getcpu -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1543580876.dir/CheckFunctionExists.c.o -o cmTryCompileExec1543580876
Undefined symbols for architecture x86_64:
"_sched_getcpu", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1543580876] Error 1
make: *** [cmTryCompileExec1543580876/fast] Error 2
Performing C++ SOURCE FILE Test HAVE_PEERCRED failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2811577362/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2811577362.dir/build.make CMakeFiles/cmTryCompileExec2811577362.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2811577362.dir/src.cxx.o
/usr/local/Library/ENV/4.3/clang++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PEERCRED -o CMakeFiles/cmTryCompileExec2811577362.dir/src.cxx.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:4:16: error: variable has incomplete type 'struct ucred'
struct ucred cred;
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:4:10: note: forward declaration of 'ucred'
struct ucred cred;
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:5:29: error: use of undeclared identifier 'SO_PEERCRED'
getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 0);
^
2 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2811577362.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec2811577362/fast] Error 2
Source file was:
#define _GNU_SOURCE
#include <sys/socket.h>
int main() {
struct ucred cred;
getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 0);
}
Performing C++ SOURCE FILE Test HAVE_SOCKPEERCRED failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3973564570/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3973564570.dir/build.make CMakeFiles/cmTryCompileExec3973564570.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3973564570.dir/src.cxx.o
/usr/local/Library/ENV/4.3/clang++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKPEERCRED -o CMakeFiles/cmTryCompileExec3973564570.dir/src.cxx.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:4:25: error: variable has incomplete type 'struct sockpeercred'
struct sockpeercred cred;
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:4:12: note: forward declaration of 'sockpeercred'
struct sockpeercred cred;
^
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/src.cxx:5:31: error: use of undeclared identifier 'SO_PEERCRED'
getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 0);
^
2 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3973564570.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec3973564570/fast] Error 2
Source file was:
#include <sys/types.h>
#include <sys/socket.h>
int main() {
struct sockpeercred cred;
getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 0);
}
Determining if the include file windows.h exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec2922540835/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2922540835.dir/build.make CMakeFiles/cmTryCompileExec2922540835.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2922540835.dir/CheckIncludeFile.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec2922540835.dir/CheckIncludeFile.c.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2922540835.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTryCompileExec2922540835/fast] Error 2
Determining if the include file type_traits.h exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3981706616/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3981706616.dir/build.make CMakeFiles/cmTryCompileExec3981706616.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3981706616.dir/CheckIncludeFile.cxx.o
/usr/local/Library/ENV/4.3/clang++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3981706616.dir/CheckIncludeFile.cxx.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'type_traits.h' file not found
#include <type_traits.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3981706616.dir/CheckIncludeFile.cxx.o] Error 1
make: *** [cmTryCompileExec3981706616/fast] Error 2
Determining if the include file bits/type_traits.h exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec3161434638/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3161434638.dir/build.make CMakeFiles/cmTryCompileExec3161434638.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3161434638.dir/CheckIncludeFile.cxx.o
/usr/local/Library/ENV/4.3/clang++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/cmTryCompileExec3161434638.dir/CheckIncludeFile.cxx.o -c /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'bits/type_traits.h' file not found
#include <bits/type_traits.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3161434638.dir/CheckIncludeFile.cxx.o] Error 1
make: *** [cmTryCompileExec3161434638/fast] Error 2
Determining if the function _strtoi64 exists failed with the following output:
Change Dir: /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/Library/ENV/4.3/gmake "cmTryCompileExec1005542383/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1005542383.dir/build.make CMakeFiles/cmTryCompileExec1005542383.dir/build
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_progress_report /tmp/mariadb-mHZ8/mariadb-10.0.6/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1005542383.dir/CheckFunctionExists.c.o
/usr/local/Library/ENV/4.3/clang -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=_strtoi64 -o CMakeFiles/cmTryCompileExec1005542383.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1005542383
/usr/local/Cellar/cmake/2.8.12.1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1005542383.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -DCHECK_FUNCTION_EXISTS=_strtoi64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1005542383.dir/CheckFunctionExists.c.o -o cmTryCompileExec1005542383
Undefined symbols for architecture x86_64:
"__strtoi64", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1005542383] Error 1
make: *** [cmTryCompileExec1005542383/fast] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment