Skip to content

Instantly share code, notes, and snippets.

@2bits
Created April 20, 2012 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2bits/2426462 to your computer and use it in GitHub Desktop.
Save 2bits/2426462 to your computer and use it in GitHub Desktop.
mysql + cmake-2.8.8 conftest failure looking for SO_PEERCRED on OSX (is not an error I've learned)
EDIT: It turns our that this gist is a normal failure consistent with how this test is supposed to work.
The test that was breaking the cmake was a LIST(REMOVE_DUPLICATES...) statement further up,
but CMake didn't choke at that error, it continued through a few dozen more tests. I was mistaken
partly because I didn't realize the Checking for HAVE_PEERCRED is the very last test it runs.
I thought it was stopping at an error, when it was simply stopping at the end of it's script.
I'm leaving this gist around for completeness.
Determining if the function __infinity exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3616676905/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3616676905.dir/build.make CMakeFiles/cmTryCompileExec3616676905.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3616676905.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec3616676905.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3616676905
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3616676905.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3616676905.dir/CheckFunctionExists.c.o -o cmTryCompileExec3616676905
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]: *** [cmTryCompileExec3616676905] Error 1
make: *** [cmTryCompileExec3616676905/fast] Error 2
Determining if the function __infinity exists in the m failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3385301287/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3385301287.dir/build.make CMakeFiles/cmTryCompileExec3385301287.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3385301287.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=__infinity -o CMakeFiles/cmTryCompileExec3385301287.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3385301287
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3385301287.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=__infinity -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3385301287.dir/CheckFunctionExists.c.o -o cmTryCompileExec3385301287 -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]: *** [cmTryCompileExec3385301287] Error 1
make: *** [cmTryCompileExec3385301287/fast] Error 2
Determining if the function gethostbyname_r exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2890153049/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2890153049.dir/build.make CMakeFiles/cmTryCompileExec2890153049.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2890153049.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec2890153049.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2890153049
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2890153049.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2890153049.dir/CheckFunctionExists.c.o -o cmTryCompileExec2890153049
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]: *** [cmTryCompileExec2890153049] Error 1
make: *** [cmTryCompileExec2890153049/fast] Error 2
Determining if the function gethostbyname_r exists in the nsl_r failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2887427081/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2887427081.dir/build.make CMakeFiles/cmTryCompileExec2887427081.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2887427081.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec2887427081.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2887427081
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2887427081.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2887427081.dir/CheckFunctionExists.c.o -o cmTryCompileExec2887427081 -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]: *** [cmTryCompileExec2887427081] Error 1
make: *** [cmTryCompileExec2887427081/fast] Error 2
Determining if the function gethostbyname_r exists in the nsl failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3295052606/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3295052606.dir/build.make CMakeFiles/cmTryCompileExec3295052606.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3295052606.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec3295052606.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3295052606
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3295052606.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyname_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3295052606.dir/CheckFunctionExists.c.o -o cmTryCompileExec3295052606 -lnsl
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec3295052606] Error 1
make: *** [cmTryCompileExec3295052606/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2561579198/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2561579198.dir/build.make CMakeFiles/cmTryCompileExec2561579198.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2561579198.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec2561579198.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2561579198
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2561579198.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2561579198.dir/CheckFunctionExists.c.o -o cmTryCompileExec2561579198
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]: *** [cmTryCompileExec2561579198] Error 1
make: *** [cmTryCompileExec2561579198/fast] Error 2
Determining if the function clock_gettime exists in the rt failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1843352444/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1843352444.dir/build.make CMakeFiles/cmTryCompileExec1843352444.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1843352444.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec1843352444.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1843352444
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1843352444.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1843352444.dir/CheckFunctionExists.c.o -o cmTryCompileExec1843352444 -lrt
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTryCompileExec1843352444] Error 1
make: *** [cmTryCompileExec1843352444/fast] Error 2
Determining if files crypt.h exist failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1445138873/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1445138873.dir/build.make CMakeFiles/cmTryCompileExec1445138873.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1445138873.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec1445138873.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1445138873.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1445138873/fast] Error 2
Source:
/* */
#include <crypt.h>
int main(){return 0;}
Determining if files cxxabi.h exist failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3002663991/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3002663991.dir/build.make CMakeFiles/cmTryCompileExec3002663991.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3002663991.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3002663991.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/usr/include/cxxabi.h:21:1: error: unknown type name 'namespace'
namespace std {
^
/usr/include/cxxabi.h:21:14: error: expected ';' after top level declarator
namespace std {
^
;
/usr/include/cxxabi.h:153:1: error: unknown type name 'namespace'
namespace __cxxabiapple {
^
/usr/include/cxxabi.h:153:24: error: expected ';' after top level declarator
namespace __cxxabiapple {
^
;
4 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3002663991.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3002663991/fast] Error 2
Source:
/* */
#include <cxxabi.h>
int main(){return 0;}
Determining if files floatingpoint.h exist failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2317846073/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2317846073.dir/build.make CMakeFiles/cmTryCompileExec2317846073.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2317846073.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2317846073.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'floatingpoint.h' file not found
#include <floatingpoint.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2317846073.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2317846073/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1468442726/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1468442726.dir/build.make CMakeFiles/cmTryCompileExec1468442726.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1468442726.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec1468442726.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'fpu_control.h' file not found
#include <fpu_control.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1468442726.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1468442726/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4231735328/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4231735328.dir/build.make CMakeFiles/cmTryCompileExec4231735328.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4231735328.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec4231735328.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec4231735328.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec4231735328/fast] Error 2
Source:
/* */
#include <ieeefp.h>
int main(){return 0;}
Determining if files malloc.h exist failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1314357790/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1314357790.dir/build.make CMakeFiles/cmTryCompileExec1314357790.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1314357790.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec1314357790.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1314357790.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1314357790/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec616551011/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec616551011.dir/build.make CMakeFiles/cmTryCompileExec616551011.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec616551011.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec616551011.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ndir.h' file not found
#include <ndir.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec616551011.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec616551011/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2225734785/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2225734785.dir/build.make CMakeFiles/cmTryCompileExec2225734785.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2225734785.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2225734785.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'port.h' file not found
#include <port.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2225734785.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2225734785/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2277984342/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2277984342.dir/build.make CMakeFiles/cmTryCompileExec2277984342.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2277984342.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2277984342.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'select.h' file not found
#include <select.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2277984342.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2277984342/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3157462409/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3157462409.dir/build.make CMakeFiles/cmTryCompileExec3157462409.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3157462409.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3157462409.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/ndir.h' file not found
#include <sys/ndir.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3157462409.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3157462409/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec486877094/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec486877094.dir/build.make CMakeFiles/cmTryCompileExec486877094.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec486877094.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec486877094.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/pte.h' file not found
#include <sys/pte.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec486877094.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec486877094/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec124693616/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec124693616.dir/build.make CMakeFiles/cmTryCompileExec124693616.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec124693616.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec124693616.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'synch.h' file not found
#include <synch.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec124693616.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec124693616/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2776504029/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2776504029.dir/build.make CMakeFiles/cmTryCompileExec2776504029.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2776504029.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2776504029.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sysent.h' file not found
#include <sysent.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2776504029.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2776504029/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec333781255/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec333781255.dir/build.make CMakeFiles/cmTryCompileExec333781255.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec333781255.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec333781255.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/fpu.h' file not found
#include <sys/fpu.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec333781255.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec333781255/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2168383255/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2168383255.dir/build.make CMakeFiles/cmTryCompileExec2168383255.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2168383255.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2168383255.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/prctl.h' file not found
#include <sys/prctl.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2168383255.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2168383255/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3666231628/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3666231628.dir/build.make CMakeFiles/cmTryCompileExec3666231628.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3666231628.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3666231628.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/stream.h' file not found
#include <sys/stream.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3666231628.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3666231628/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3339637101/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3339637101.dir/build.make CMakeFiles/cmTryCompileExec3339637101.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3339637101.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3339637101.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/termcap.h' file not found
#include <sys/termcap.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3339637101.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3339637101/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2997543258/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2997543258.dir/build.make CMakeFiles/cmTryCompileExec2997543258.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2997543258.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2997543258.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'asm/termbits.h' file not found
#include <asm/termbits.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2997543258.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2997543258/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1853378375/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1853378375.dir/build.make CMakeFiles/cmTryCompileExec1853378375.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1853378375.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec1853378375.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'termbits.h' file not found
#include <termbits.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1853378375.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1853378375/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2166794273/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2166794273.dir/build.make CMakeFiles/cmTryCompileExec2166794273.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2166794273.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2166794273.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2166794273.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2166794273/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3268307124/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3268307124.dir/build.make CMakeFiles/cmTryCompileExec3268307124.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3268307124.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3268307124.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
In file included from /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:
/usr/bin/../lib/clang/3.1/include/varargs.h:25:4: error: #error "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3268307124.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3268307124/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2739325067/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2739325067.dir/build.make CMakeFiles/cmTryCompileExec2739325067.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2739325067.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2739325067.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/utime.h' file not found
#include <sys/utime.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2739325067.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2739325067/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1869102823/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1869102823.dir/build.make CMakeFiles/cmTryCompileExec1869102823.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1869102823.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec1869102823.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/ptem.h' file not found
#include <sys/ptem.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1869102823.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec1869102823/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec811004278/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec811004278.dir/build.make CMakeFiles/cmTryCompileExec811004278.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec811004278.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=printstack -o CMakeFiles/cmTryCompileExec811004278.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec811004278
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec811004278.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=printstack -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec811004278.dir/CheckFunctionExists.c.o -o cmTryCompileExec811004278
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]: *** [cmTryCompileExec811004278] Error 1
make: *** [cmTryCompileExec811004278/fast] Error 2
Determining if the function bfill exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec728002600/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec728002600.dir/build.make CMakeFiles/cmTryCompileExec728002600.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec728002600.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=bfill -o CMakeFiles/cmTryCompileExec728002600.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec728002600
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec728002600.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=bfill -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec728002600.dir/CheckFunctionExists.c.o -o cmTryCompileExec728002600
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]: *** [cmTryCompileExec728002600] Error 1
make: *** [cmTryCompileExec728002600/fast] Error 2
Determining if the function bmove exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3580498375/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3580498375.dir/build.make CMakeFiles/cmTryCompileExec3580498375.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3580498375.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=bmove -o CMakeFiles/cmTryCompileExec3580498375.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3580498375
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3580498375.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=bmove -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3580498375.dir/CheckFunctionExists.c.o -o cmTryCompileExec3580498375
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]: *** [cmTryCompileExec3580498375] Error 1
make: *** [cmTryCompileExec3580498375/fast] Error 2
Determining if the function clock_gettime exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2478162090/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2478162090.dir/build.make CMakeFiles/cmTryCompileExec2478162090.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2478162090.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTryCompileExec2478162090.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2478162090
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2478162090.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2478162090.dir/CheckFunctionExists.c.o -o cmTryCompileExec2478162090
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]: *** [cmTryCompileExec2478162090] Error 1
make: *** [cmTryCompileExec2478162090/fast] Error 2
Determining if the function cuserid exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3933398038/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3933398038.dir/build.make CMakeFiles/cmTryCompileExec3933398038.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3933398038.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=cuserid -o CMakeFiles/cmTryCompileExec3933398038.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3933398038
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3933398038.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=cuserid -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3933398038.dir/CheckFunctionExists.c.o -o cmTryCompileExec3933398038
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]: *** [cmTryCompileExec3933398038] Error 1
make: *** [cmTryCompileExec3933398038/fast] Error 2
Determining if the function directio exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1575289983/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1575289983.dir/build.make CMakeFiles/cmTryCompileExec1575289983.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1575289983.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=directio -o CMakeFiles/cmTryCompileExec1575289983.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1575289983
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1575289983.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=directio -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1575289983.dir/CheckFunctionExists.c.o -o cmTryCompileExec1575289983
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]: *** [cmTryCompileExec1575289983] Error 1
make: *** [cmTryCompileExec1575289983/fast] Error 2
Determining if the function _doprnt exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1126754487/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1126754487.dir/build.make CMakeFiles/cmTryCompileExec1126754487.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1126754487.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=_doprnt -o CMakeFiles/cmTryCompileExec1126754487.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1126754487
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1126754487.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=_doprnt -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1126754487.dir/CheckFunctionExists.c.o -o cmTryCompileExec1126754487
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]: *** [cmTryCompileExec1126754487] Error 1
make: *** [cmTryCompileExec1126754487/fast] Error 2
Determining if the function compress exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec39004095/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec39004095.dir/build.make CMakeFiles/cmTryCompileExec39004095.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec39004095.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=compress -o CMakeFiles/cmTryCompileExec39004095.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec39004095
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec39004095.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=compress -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec39004095.dir/CheckFunctionExists.c.o -o cmTryCompileExec39004095
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]: *** [cmTryCompileExec39004095] Error 1
make: *** [cmTryCompileExec39004095/fast] Error 2
Determining if the function fconvert exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1590406261/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1590406261.dir/build.make CMakeFiles/cmTryCompileExec1590406261.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1590406261.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=fconvert -o CMakeFiles/cmTryCompileExec1590406261.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1590406261
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1590406261.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=fconvert -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1590406261.dir/CheckFunctionExists.c.o -o cmTryCompileExec1590406261
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]: *** [cmTryCompileExec1590406261] Error 1
make: *** [cmTryCompileExec1590406261/fast] Error 2
Determining if the fdatasync exist failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec863516121/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec863516121.dir/build.make CMakeFiles/cmTryCompileExec863516121.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec863516121.dir/CheckSymbolExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec863516121.dir/CheckSymbolExists.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'fdatasync'
return ((int*)(&fdatasync))[argc];
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec863516121.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTryCompileExec863516121/fast] Error 2
File /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2943099684/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2943099684.dir/build.make CMakeFiles/cmTryCompileExec2943099684.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2943099684.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=fedisableexcept -o CMakeFiles/cmTryCompileExec2943099684.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2943099684
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2943099684.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=fedisableexcept -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2943099684.dir/CheckFunctionExists.c.o -o cmTryCompileExec2943099684
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]: *** [cmTryCompileExec2943099684] Error 1
make: *** [cmTryCompileExec2943099684/fast] Error 2
Determining if the function fpsetmask exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec799819969/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec799819969.dir/build.make CMakeFiles/cmTryCompileExec799819969.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec799819969.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=fpsetmask -o CMakeFiles/cmTryCompileExec799819969.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec799819969
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec799819969.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=fpsetmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec799819969.dir/CheckFunctionExists.c.o -o cmTryCompileExec799819969
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]: *** [cmTryCompileExec799819969] Error 1
make: *** [cmTryCompileExec799819969/fast] Error 2
Determining if the function gethostbyaddr_r exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3492142185/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3492142185.dir/build.make CMakeFiles/cmTryCompileExec3492142185.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3492142185.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -o CMakeFiles/cmTryCompileExec3492142185.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3492142185
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3492142185.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3492142185.dir/CheckFunctionExists.c.o -o cmTryCompileExec3492142185
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]: *** [cmTryCompileExec3492142185] Error 1
make: *** [cmTryCompileExec3492142185/fast] Error 2
Determining if the function gethrtime exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1942019117/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1942019117.dir/build.make CMakeFiles/cmTryCompileExec1942019117.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1942019117.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethrtime -o CMakeFiles/cmTryCompileExec1942019117.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1942019117
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1942019117.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=gethrtime -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1942019117.dir/CheckFunctionExists.c.o -o cmTryCompileExec1942019117
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]: *** [cmTryCompileExec1942019117] Error 1
make: *** [cmTryCompileExec1942019117/fast] Error 2
Determining if the function getpassphrase exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2756516542/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2756516542.dir/build.make CMakeFiles/cmTryCompileExec2756516542.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2756516542.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=getpassphrase -o CMakeFiles/cmTryCompileExec2756516542.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2756516542
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2756516542.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=getpassphrase -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2756516542.dir/CheckFunctionExists.c.o -o cmTryCompileExec2756516542
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]: *** [cmTryCompileExec2756516542] Error 1
make: *** [cmTryCompileExec2756516542/fast] Error 2
Determining if the function mallinfo exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2348216700/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2348216700.dir/build.make CMakeFiles/cmTryCompileExec2348216700.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2348216700.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=mallinfo -o CMakeFiles/cmTryCompileExec2348216700.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2348216700
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2348216700.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=mallinfo -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2348216700.dir/CheckFunctionExists.c.o -o cmTryCompileExec2348216700
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]: *** [cmTryCompileExec2348216700] Error 1
make: *** [cmTryCompileExec2348216700/fast] Error 2
Determining if the function mmap64 exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2746148745/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2746148745.dir/build.make CMakeFiles/cmTryCompileExec2746148745.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2746148745.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=mmap64 -o CMakeFiles/cmTryCompileExec2746148745.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2746148745
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2746148745.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=mmap64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2746148745.dir/CheckFunctionExists.c.o -o cmTryCompileExec2746148745
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]: *** [cmTryCompileExec2746148745] Error 1
make: *** [cmTryCompileExec2746148745/fast] Error 2
Determining if the function port_create exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4057745109/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4057745109.dir/build.make CMakeFiles/cmTryCompileExec4057745109.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4057745109.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=port_create -o CMakeFiles/cmTryCompileExec4057745109.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4057745109
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4057745109.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=port_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec4057745109.dir/CheckFunctionExists.c.o -o cmTryCompileExec4057745109
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]: *** [cmTryCompileExec4057745109] Error 1
make: *** [cmTryCompileExec4057745109/fast] Error 2
Determining if the function posix_fallocate exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1993697669/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1993697669.dir/build.make CMakeFiles/cmTryCompileExec1993697669.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1993697669.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=posix_fallocate -o CMakeFiles/cmTryCompileExec1993697669.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1993697669
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1993697669.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=posix_fallocate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1993697669.dir/CheckFunctionExists.c.o -o cmTryCompileExec1993697669
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]: *** [cmTryCompileExec1993697669] Error 1
make: *** [cmTryCompileExec1993697669/fast] Error 2
Determining if the function pthread_attr_create exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3333261264/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3333261264.dir/build.make CMakeFiles/cmTryCompileExec3333261264.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3333261264.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_attr_create -o CMakeFiles/cmTryCompileExec3333261264.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3333261264
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3333261264.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_attr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3333261264.dir/CheckFunctionExists.c.o -o cmTryCompileExec3333261264
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]: *** [cmTryCompileExec3333261264] Error 1
make: *** [cmTryCompileExec3333261264/fast] Error 2
Determining if the function pthread_condattr_create exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec731745898/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec731745898.dir/build.make CMakeFiles/cmTryCompileExec731745898.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec731745898.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -o CMakeFiles/cmTryCompileExec731745898.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec731745898
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec731745898.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_condattr_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec731745898.dir/CheckFunctionExists.c.o -o cmTryCompileExec731745898
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]: *** [cmTryCompileExec731745898] Error 1
make: *** [cmTryCompileExec731745898/fast] Error 2
Determining if the function pthread_condattr_setclock exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec524520759/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec524520759.dir/build.make CMakeFiles/cmTryCompileExec524520759.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec524520759.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -o CMakeFiles/cmTryCompileExec524520759.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec524520759
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec524520759.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec524520759.dir/CheckFunctionExists.c.o -o cmTryCompileExec524520759
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]: *** [cmTryCompileExec524520759] Error 1
make: *** [cmTryCompileExec524520759/fast] Error 2
Determining if the function pthread_threadmask exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec857305215/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec857305215.dir/build.make CMakeFiles/cmTryCompileExec857305215.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec857305215.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_threadmask -o CMakeFiles/cmTryCompileExec857305215.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec857305215
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec857305215.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=pthread_threadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec857305215.dir/CheckFunctionExists.c.o -o cmTryCompileExec857305215
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]: *** [cmTryCompileExec857305215] Error 1
make: *** [cmTryCompileExec857305215/fast] Error 2
Determining if the function re_comp exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2839819959/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2839819959.dir/build.make CMakeFiles/cmTryCompileExec2839819959.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2839819959.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=re_comp -o CMakeFiles/cmTryCompileExec2839819959.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2839819959
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2839819959.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=re_comp -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2839819959.dir/CheckFunctionExists.c.o -o cmTryCompileExec2839819959
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]: *** [cmTryCompileExec2839819959] Error 1
make: *** [cmTryCompileExec2839819959/fast] Error 2
Determining if the function rwlock_init exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec324261040/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec324261040.dir/build.make CMakeFiles/cmTryCompileExec324261040.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec324261040.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=rwlock_init -o CMakeFiles/cmTryCompileExec324261040.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec324261040
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec324261040.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=rwlock_init -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec324261040.dir/CheckFunctionExists.c.o -o cmTryCompileExec324261040
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]: *** [cmTryCompileExec324261040] Error 1
make: *** [cmTryCompileExec324261040/fast] Error 2
Determining if the function setfd exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3628080444/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3628080444.dir/build.make CMakeFiles/cmTryCompileExec3628080444.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3628080444.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=setfd -o CMakeFiles/cmTryCompileExec3628080444.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3628080444
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3628080444.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=setfd -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3628080444.dir/CheckFunctionExists.c.o -o cmTryCompileExec3628080444
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]: *** [cmTryCompileExec3628080444] Error 1
make: *** [cmTryCompileExec3628080444/fast] Error 2
Determining if the function sigthreadmask exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec255937376/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec255937376.dir/build.make CMakeFiles/cmTryCompileExec255937376.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec255937376.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=sigthreadmask -o CMakeFiles/cmTryCompileExec255937376.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec255937376
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec255937376.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=sigthreadmask -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec255937376.dir/CheckFunctionExists.c.o -o cmTryCompileExec255937376
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]: *** [cmTryCompileExec255937376] Error 1
make: *** [cmTryCompileExec255937376/fast] Error 2
Determining if the function tell exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1174059879/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1174059879.dir/build.make CMakeFiles/cmTryCompileExec1174059879.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1174059879.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=tell -o CMakeFiles/cmTryCompileExec1174059879.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1174059879
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1174059879.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=tell -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1174059879.dir/CheckFunctionExists.c.o -o cmTryCompileExec1174059879
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]: *** [cmTryCompileExec1174059879] Error 1
make: *** [cmTryCompileExec1174059879/fast] Error 2
Determining if the function thr_setconcurrency exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1027881085/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1027881085.dir/build.make CMakeFiles/cmTryCompileExec1027881085.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1027881085.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -o CMakeFiles/cmTryCompileExec1027881085.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1027881085
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1027881085.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=thr_setconcurrency -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1027881085.dir/CheckFunctionExists.c.o -o cmTryCompileExec1027881085
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]: *** [cmTryCompileExec1027881085] Error 1
make: *** [cmTryCompileExec1027881085/fast] Error 2
Determining if the function thr_yield exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec768760/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec768760.dir/build.make CMakeFiles/cmTryCompileExec768760.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec768760.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=thr_yield -o CMakeFiles/cmTryCompileExec768760.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec768760
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec768760.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=thr_yield -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec768760.dir/CheckFunctionExists.c.o -o cmTryCompileExec768760
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]: *** [cmTryCompileExec768760] Error 1
make: *** [cmTryCompileExec768760/fast] Error 2
Determining if the function memalign exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1661786164/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1661786164.dir/build.make CMakeFiles/cmTryCompileExec1661786164.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1661786164.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=memalign -o CMakeFiles/cmTryCompileExec1661786164.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1661786164
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1661786164.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=memalign -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec1661786164.dir/CheckFunctionExists.c.o -o cmTryCompileExec1661786164
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]: *** [cmTryCompileExec1661786164] Error 1
make: *** [cmTryCompileExec1661786164/fast] Error 2
Determining if files asm/msr.h exist failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec329941109/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec329941109.dir/build.make CMakeFiles/cmTryCompileExec329941109.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec329941109.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec329941109.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'asm/msr.h' file not found
#include <asm/msr.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec329941109.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec329941109/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2717140411/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2717140411.dir/build.make CMakeFiles/cmTryCompileExec2717140411.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2717140411.dir/CheckIncludeFiles.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2717140411.dir/CheckIncludeFiles.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'ia64intrin.h' file not found
#include <ia64intrin.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2717140411.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2717140411/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2310369651/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2310369651.dir/build.make CMakeFiles/cmTryCompileExec2310369651.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2310369651.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=read_real_time -o CMakeFiles/cmTryCompileExec2310369651.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2310369651
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2310369651.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=read_real_time -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2310369651.dir/CheckFunctionExists.c.o -o cmTryCompileExec2310369651
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]: *** [cmTryCompileExec2310369651] Error 1
make: *** [cmTryCompileExec2310369651/fast] Error 2
Determining if the function rdtscll exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3094629141/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3094629141.dir/build.make CMakeFiles/cmTryCompileExec3094629141.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3094629141.dir/CheckFunctionExists.c.o
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=rdtscll -o CMakeFiles/cmTryCompileExec3094629141.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3094629141
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3094629141.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=rdtscll -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3094629141.dir/CheckFunctionExists.c.o -o cmTryCompileExec3094629141
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]: *** [cmTryCompileExec3094629141] Error 1
make: *** [cmTryCompileExec3094629141/fast] Error 2
Determining size of uchar failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2901099576/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2901099576.dir/build.make CMakeFiles/cmTryCompileExec2901099576.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2901099576.dir/SIZEOF_UCHAR.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2901099576.dir/SIZEOF_UCHAR.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:21:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:22:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:23:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:24:12: error: use of undeclared identifier 'uchar'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:25:12: error: use of undeclared identifier 'uchar'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uchar))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2901099576.dir/SIZEOF_UCHAR.c.o] Error 1
make: *** [cmTryCompileExec2901099576/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2623137525/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2623137525.dir/build.make CMakeFiles/cmTryCompileExec2623137525.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2623137525.dir/SIZEOF_ULONG.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2623137525.dir/SIZEOF_ULONG.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:21:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:22:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:23:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:24:12: error: use of undeclared identifier 'ulong'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:25:12: error: use of undeclared identifier 'ulong'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(ulong))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2623137525.dir/SIZEOF_ULONG.c.o] Error 1
make: *** [cmTryCompileExec2623137525/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2224521299/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2224521299.dir/build.make CMakeFiles/cmTryCompileExec2224521299.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2224521299.dir/SIZEOF_INT8.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2224521299.dir/SIZEOF_INT8.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:21:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:22:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:23:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:24:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:25:12: error: use of undeclared identifier 'int8'; did you mean 'int'?
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int8))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2224521299.dir/SIZEOF_INT8.c.o] Error 1
make: *** [cmTryCompileExec2224521299/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2257167486/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2257167486.dir/build.make CMakeFiles/cmTryCompileExec2257167486.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2257167486.dir/SIZEOF_UINT8.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2257167486.dir/SIZEOF_UINT8.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:21:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:22:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:23:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:24:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:25:12: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT8.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint8))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2257167486.dir/SIZEOF_UINT8.c.o] Error 1
make: *** [cmTryCompileExec2257167486/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3934216062/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3934216062.dir/build.make CMakeFiles/cmTryCompileExec3934216062.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3934216062.dir/SIZEOF_INT16.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3934216062.dir/SIZEOF_INT16.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:21:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:22:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:23:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:24:12: error: use of undeclared identifier 'int16'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:25:12: error: use of undeclared identifier 'int16'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int16))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3934216062.dir/SIZEOF_INT16.c.o] Error 1
make: *** [cmTryCompileExec3934216062/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3798846108/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3798846108.dir/build.make CMakeFiles/cmTryCompileExec3798846108.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3798846108.dir/SIZEOF_UINT16.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3798846108.dir/SIZEOF_UINT16.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:21:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:22:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:23:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:24:12: error: use of undeclared identifier 'uint16'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:25:12: error: use of undeclared identifier 'uint16'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT16.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint16))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3798846108.dir/SIZEOF_UINT16.c.o] Error 1
make: *** [cmTryCompileExec3798846108/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3729719025/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3729719025.dir/build.make CMakeFiles/cmTryCompileExec3729719025.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3729719025.dir/SIZEOF_INT32.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3729719025.dir/SIZEOF_INT32.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:21:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:22:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:23:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:24:12: error: use of undeclared identifier 'int32'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:25:12: error: use of undeclared identifier 'int32'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int32))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3729719025.dir/SIZEOF_INT32.c.o] Error 1
make: *** [cmTryCompileExec3729719025/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2117953649/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2117953649.dir/build.make CMakeFiles/cmTryCompileExec2117953649.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2117953649.dir/SIZEOF_UINT32.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2117953649.dir/SIZEOF_UINT32.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:21:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:22:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:23:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:24:12: error: use of undeclared identifier 'uint32'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:25:12: error: use of undeclared identifier 'uint32'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT32.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint32))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2117953649.dir/SIZEOF_UINT32.c.o] Error 1
make: *** [cmTryCompileExec2117953649/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3027462108/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3027462108.dir/build.make CMakeFiles/cmTryCompileExec3027462108.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3027462108.dir/SIZEOF_INT64.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3027462108.dir/SIZEOF_INT64.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:21:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:22:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:23:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:24:12: error: use of undeclared identifier 'int64'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:25:12: error: use of undeclared identifier 'int64'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_INT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(int64))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3027462108.dir/SIZEOF_INT64.c.o] Error 1
make: *** [cmTryCompileExec3027462108/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1228193895/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1228193895.dir/build.make CMakeFiles/cmTryCompileExec1228193895.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1228193895.dir/SIZEOF_UINT64.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec1228193895.dir/SIZEOF_UINT64.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:21:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:22:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:23:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:24:12: error: use of undeclared identifier 'uint64'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:25:12: error: use of undeclared identifier 'uint64'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_UINT64.c:19:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(uint64))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec1228193895.dir/SIZEOF_UINT64.c.o] Error 1
make: *** [cmTryCompileExec1228193895/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3758925696/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3758925696.dir/build.make CMakeFiles/cmTryCompileExec3758925696.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3758925696.dir/SIZEOF_BOOL.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec3758925696.dir/SIZEOF_BOOL.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:20:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 10000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:21:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 1000)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:22:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 100)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:23:12: error: use of undeclared identifier 'bool'
('0' + ((SIZE / 10)%10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:24:12: error: use of undeclared identifier 'bool'
('0' + (SIZE % 10)),
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CheckTypeSize/SIZEOF_BOOL.c:18:22: note: expanded from macro 'SIZE'
#define SIZE (sizeof(bool))
^
5 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3758925696.dir/SIZEOF_BOOL.c.o] Error 1
make: *** [cmTryCompileExec3758925696/fast] Error 2
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3615364292/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3615364292.dir/build.make CMakeFiles/cmTryCompileExec3615364292.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3615364292.dir/src.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DTIME_T_UNSIGNED -o CMakeFiles/cmTryCompileExec3615364292.dir/src.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.c:4:16: error: use of undeclared identifier 'time_t'
int array[(((time_t)-1) > 0) ? 1 : -1];
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3615364292.dir/src.c.o] Error 1
make: *** [cmTryCompileExec3615364292/fast] Error 2
Source file was:
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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4050661995/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4050661995.dir/build.make CMakeFiles/cmTryCompileExec4050661995.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4050661995.dir/src.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DHAVE_TIMESPEC_TS_SEC -o CMakeFiles/cmTryCompileExec4050661995.dir/src.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/_structs.h:90:18: note: 'tv_sec' declared here
__darwin_time_t tv_sec;
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/_structs.h:91:8: note: 'tv_nsec' declared here
long tv_nsec;
^
2 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec4050661995.dir/src.c.o] Error 1
make: *** [cmTryCompileExec4050661995/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2355005521/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2355005521.dir/build.make CMakeFiles/cmTryCompileExec2355005521.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2355005521.dir/src.cxx.o
/usr/bin/clang++ -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DHAVE_PTHREAD_YIELD_ZERO_ARG -o CMakeFiles/cmTryCompileExec2355005521.dir/src.cxx.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx:5:3: error: use of undeclared identifier 'pthread_yield'
pthread_yield();
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2355005521.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec2355005521/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2358972423/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2358972423.dir/build.make CMakeFiles/cmTryCompileExec2358972423.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2358972423.dir/src.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DHAVE_BSS_START -o CMakeFiles/cmTryCompileExec2358972423.dir/src.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec2358972423
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2358972423.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DHAVE_BSS_START -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec2358972423.dir/src.c.o -o cmTryCompileExec2358972423
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]: *** [cmTryCompileExec2358972423] Error 1
make: *** [cmTryCompileExec2358972423/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/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3323418935/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3323418935.dir/build.make CMakeFiles/cmTryCompileExec3323418935.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3323418935.dir/src.cxx.o
/usr/bin/clang++ -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DHAVE_SOLARIS_STYLE_GETHOST -o CMakeFiles/cmTryCompileExec3323418935.dir/src.cxx.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx:16:8: error: use of undeclared identifier 'gethostbyaddr_r'; did you mean 'gethostbyaddr'?
gethostbyaddr_r((const char *) 0,
^~~~~~~~~~~~~~~
gethostbyaddr
/usr/include/netdb.h:276:17: note: 'gethostbyaddr' declared here
struct hostent *gethostbyaddr(const void *, socklen_t, int);
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx:17:17: error: too many arguments to function call, expected 3, have 7
0, 0, (struct hostent *) 0, (char *) NULL, 0, (int *)0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/netdb.h:276:1: note: 'gethostbyaddr' declared here
struct hostent *gethostbyaddr(const void *, socklen_t, int);
^
2 errors generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3323418935.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec3323418935/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 the include file netinet/in6.h exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2884597874/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2884597874.dir/build.make CMakeFiles/cmTryCompileExec2884597874.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2884597874.dir/CheckIncludeFile.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -o CMakeFiles/cmTryCompileExec2884597874.dir/CheckIncludeFile.c.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'netinet/in6.h' file not found
#include <netinet/in6.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec2884597874.dir/CheckIncludeFile.c.o] Error 1
make: *** [cmTryCompileExec2884597874/fast] Error 2
Determining if the function mbscmp exists failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3600143381/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3600143381.dir/build.make CMakeFiles/cmTryCompileExec3600143381.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3600143381.dir/CheckFunctionExists.c.o
/usr/bin/clang -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=mbscmp -o CMakeFiles/cmTryCompileExec3600143381.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3600143381
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3600143381.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DCHECK_FUNCTION_EXISTS=mbscmp -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/readline/6.2.2/lib CMakeFiles/cmTryCompileExec3600143381.dir/CheckFunctionExists.c.o -o cmTryCompileExec3600143381
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]: *** [cmTryCompileExec3600143381] Error 1
make: *** [cmTryCompileExec3600143381/fast] Error 2
Performing C++ SOURCE FILE Test HAVE_PEERCRED failed with the following output:
Change Dir: /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3262013913/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3262013913.dir/build.make CMakeFiles/cmTryCompileExec3262013913.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3262013913.dir/src.cxx.o
/usr/bin/clang++ -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -DHAVE_PEERCRED -o CMakeFiles/cmTryCompileExec3262013913.dir/src.cxx.o -c /tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx:4:16: error: variable has incomplete type 'struct ucred'
struct ucred cred;
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/CMakeFiles/CMakeTmp/src.cxx:4:10: note: forward declaration of 'ucred'
struct ucred cred;
^
/tmp/homebrew-mysql-5.5.20-c0Dj/mysql-5.5.20/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/cmTryCompileExec3262013913.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec3262013913/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);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment