Skip to content

Instantly share code, notes, and snippets.

@kimisgold
Created September 27, 2016 21:05
Show Gist options
  • Save kimisgold/d0f67315697f78024e69dda6fffba1d1 to your computer and use it in GitHub Desktop.
Save kimisgold/d0f67315697f78024e69dda6fffba1d1 to your computer and use it in GitHub Desktop.
mysql on macOS 10.11.6 - Homebrew build logs
Homebrew build logs for mysql on macOS 10.11.6
Build date: 2016-09-27 16:14:56
HOMEBREW_VERSION: 1.0.5-25-g7e93340
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 7e93340073106f9f5a4bef057823210fb432c064
Last commit: 9 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 81697c641696ca9249ff9c6b1a24095ccb0c04d8
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /Users/kim/.rvm
HOMEBREW_REPOSITORY: /Users/kim/.homebrew
HOMEBREW_CELLAR: /Users/kim/.homebrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.8.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/kim/.rvm/rubies/ruby-2.0.0-p0/bin/ruby
Java: 1.8.0_60, 1.6.0_65-b14-468
macOS: 10.11.6-x86_64
Xcode: 8.0
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: Your Homebrew is not installed to /usr/local
You can install Homebrew anywhere you want but some bottles (binary
packages) can only be used in /usr/local and some formulae (packages)
may not build correctly unless you install in /usr/local. Sorry!
2016-09-27 16:00:28 -0400
cmake
.
-DCMAKE_INSTALL_PREFIX=/Users/kim/.homebrew/Cellar/mysql/5.7.15
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-DMYSQL_DATADIR=/Users/kim/.rvm/var/mysql
-DINSTALL_INCLUDEDIR=include/mysql
-DINSTALL_MANDIR=share/man
-DINSTALL_DOCDIR=share/doc/mysql
-DINSTALL_INFODIR=share/info
-DINSTALL_MYSQLSHAREDIR=share/mysql
-DWITH_SSL=yes
-DWITH_SSL=system
-DDEFAULT_CHARSET=utf8
-DDEFAULT_COLLATION=utf8_general_ci
-DSYSCONFDIR=/Users/kim/.rvm/etc
-DCOMPILATION_COMMENT=Homebrew
-DWITH_EDITLINE=system
-DWITH_BOOST=boost
-DWITH_UNIT_TESTS=OFF
-- Running cmake version 3.6.2
-- Found Git: /Users/kim/.homebrew/Library/Homebrew/shims/super/git (found version "2.8.4 (Apple Git-73)")
-- Configuring with MAX_INDEXES = 64U
-- The C compiler identification is AppleClang 8.0.0.8000038
-- The CXX compiler identification is AppleClang 8.0.0.8000038
-- Check for working C compiler: /Users/kim/.homebrew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++
-- Check for working CXX compiler: /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_SUPPORTED_CLANG_VERSION
-- Performing Test HAVE_SUPPORTED_CLANG_VERSION - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
-- SIZEOF_VOIDP 8
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
-- MySQL 5.7.15
-- Packaging as: mysql-5.7.15-osx10.11-x86_64
-- Local boost dir /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0
-- Found /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0/boost/version.hpp
-- BOOST_VERSION_NUMBER is #define BOOST_VERSION 105900
-- BOOST_INCLUDE_DIR /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0
-- Performing Test HAVE_LLVM_LIBCPP
-- Performing Test HAVE_LLVM_LIBCPP - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Looking for floor
-- Looking for floor - found
-- Looking for __infinity
-- Looking for __infinity - not found
-- Looking for __infinity in m
-- Looking for __infinity in m - not found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyname_r in nsl_r
-- Looking for gethostbyname_r in nsl_r - not found
-- Looking for gethostbyname_r in nsl
-- Looking for gethostbyname_r in nsl - not found
-- Looking for bind
-- Looking for bind - found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_create in rt
-- Looking for timer_create in rt - not found
-- Looking for atomic_thread_fence
-- Looking for atomic_thread_fence - found
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fpu_control.h
-- Looking for include file fpu_control.h - not found
-- Looking for include file grp.h
-- Looking for include file grp.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - not found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/cdefs.h
-- Looking for include file sys/cdefs.h - found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include files curses.h, term.h
-- Looking for include files curses.h, term.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include file vis.h
-- Looking for include file vis.h - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Looking for include file sys/devpoll.h
-- Looking for include file sys/devpoll.h - not found
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - not found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for printstack
-- Looking for printstack - not found
-- Looking for index
-- Looking for index - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for cuserid
-- Looking for cuserid - not found
-- Looking for directio
-- Looking for directio - not found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for compress
-- Looking for compress - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - not found
-- Looking for fedisableexcept
-- Looking for fedisableexcept - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for gethrtime
-- Looking for gethrtime - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getpass
-- Looking for getpass - found
-- Looking for getpassphrase
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
-- Looking for issetugid - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for getgid
-- Looking for getgid - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for malloc_info
-- Looking for malloc_info - not found
-- Looking for memrchr
-- Looking for memrchr - not found
-- Looking for mlock
-- Looking for mlock - found
-- Looking for mlockall
-- Looking for mlockall - found
-- Looking for mmap64
-- Looking for mmap64 - not found
-- Looking for poll
-- Looking for poll - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - not found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pthread_condattr_setclock
-- Looking for pthread_condattr_setclock - not found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for readdir_r
-- Looking for readdir_r - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for setfd
-- Looking for setfd - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sleep
-- Looking for sleep - found
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for stpncpy
-- Looking for stpncpy - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for fgetln
-- Looking for fgetln - found
-- Looking for strsep
-- Looking for strsep - found
-- Looking for tell
-- Looking for tell - not found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for memalign
-- Looking for memalign - not found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for ntohll
-- Looking for ntohll - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for epoll_create
-- Looking for epoll_create - not found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for kqueue
-- Looking for kqueue - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for timerclear
-- Looking for timerclear - found
-- Looking for timercmp
-- Looking for timercmp - found
-- Looking for timerisset
-- Looking for timerisset - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for times
-- Looking for times - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for lrand48
-- Looking for lrand48 - found
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
-- Looking for FIONREAD - found
-- Looking for FIONREAD
-- Looking for FIONREAD - found
-- Looking for SIGEV_THREAD_ID
-- Looking for SIGEV_THREAD_ID - not found
-- Looking for SIGEV_PORT
-- Looking for SIGEV_PORT - not found
-- Looking for log2
-- Looking for log2 - found
-- Looking for isinf
-- Looking for isinf - found
-- Performing Test HAVE_CXX_ISINF
-- Performing Test HAVE_CXX_ISINF - Success
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_settime
-- Looking for timer_settime - not found
-- Looking for kqueue
-- Looking for kqueue - found
-- Looking for EVFILT_TIMER
-- Looking for EVFILT_TIMER - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Check size of char *
-- Check size of char * - done
-- Check size of long
-- Check size of long - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long long
-- Check size of long long - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of time_t
-- Check size of time_t - done
-- Check size of struct timespec
-- Check size of struct timespec - done
-- Check size of uint
-- Check size of uint - done
-- Check size of ulong
-- Check size of ulong - failed
-- Check size of u_int32_t
-- Check size of u_int32_t - done
-- Performing Test HAVE_VISIBILITY_HIDDEN
-- Performing Test HAVE_VISIBILITY_HIDDEN - Success
-- Checking stack direction : -1
-- Looking for include files time.h, sys/time.h
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
-- Looking for O_NONBLOCK - found
-- Performing Test HAVE_PAUSE_INSTRUCTION
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Performing Test HAVE_BSS_START
-- Performing Test HAVE_BSS_START - Failed
-- Performing Test HAVE_BUILTIN_UNREACHABLE
-- Performing Test HAVE_BUILTIN_UNREACHABLE - Success
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Success
-- Performing Test HAVE_BUILTIN_STPCPY
-- Performing Test HAVE_BUILTIN_STPCPY - Success
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS
-- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
-- Performing Test HAVE_GCC_SYNC_BUILTINS
-- Performing Test HAVE_GCC_SYNC_BUILTINS - Success
-- Looking for netinet/in6.h
-- Looking for netinet/in6.h - not found
-- Check size of struct sockaddr_in6
-- Check size of struct sockaddr_in6 - done
-- Check size of struct in6_addr
-- Check size of struct in6_addr - done
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY
-- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Success
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Success
-- Performing Test HAVE_IMPLICIT_DEPENDENT_NAME_TYPING
-- Performing Test HAVE_IMPLICIT_DEPENDENT_NAME_TYPING - Failed
-- Looking for chown
-- Looking for chown - found
-- Looking for include file numaif.h
-- Looking for include file numaif.h - not found
-- Check size of socklen_t
-- Check size of socklen_t - failed
-- OPENSSL_INCLUDE_DIR = /Users/kim/.rvm/opt/openssl/include
-- OPENSSL_LIBRARY = /Users/kim/.rvm/opt/openssl/lib/libssl.dylib
-- CRYPTO_LIBRARY = /Users/kim/.rvm/opt/openssl/lib/libcrypto.dylib
-- OPENSSL_MAJOR_VERSION = 1
-- Looking for SHA512_DIGEST_LENGTH
-- Looking for SHA512_DIGEST_LENGTH - found
-- SSL_LIBRARIES = /Users/kim/.rvm/opt/openssl/lib/libssl.dylib;/Users/kim/.rvm/opt/openssl/lib/libcrypto.dylib
-- Check size of mbstate_t
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wint_t
-- Check size of wint_t - done
-- EDITLINE_INCLUDE_DIR /usr/include/editline
-- EDITLINE_LIBRARY /usr/lib/libedit.dylib
-- Performing Test EDITLINE_HAVE_HIST_ENTRY
-- Performing Test EDITLINE_HAVE_HIST_ENTRY - Success
-- Performing Test EDITLINE_HAVE_COMPLETION_INT
-- Performing Test EDITLINE_HAVE_COMPLETION_INT - Success
-- Performing Test EDITLINE_HAVE_COMPLETION_CHAR
-- Performing Test EDITLINE_HAVE_COMPLETION_CHAR - Failed
-- WITH_PROTOBUF=bundled
-- Performing Test HAVE_NO_SIGN_COMPARE
-- Performing Test HAVE_NO_SIGN_COMPARE - Success
-- Performing Test HAVE_NO_UNUSED_TYPEDEFS
-- Performing Test HAVE_NO_UNUSED_TYPEDEFS - Success
-- Performing Test HAVE_NO_IGNORED_QUALIFIERS
-- Performing Test HAVE_NO_IGNORED_QUALIFIERS - Success
-- Performing Test HAVE_NO_RETURN_TYPE
-- Performing Test HAVE_NO_RETURN_TYPE - Success
-- Performing Test HAVE_NO_UNUSED_FUNCTION
-- Performing Test HAVE_NO_UNUSED_FUNCTION - Success
-- Performing Test HAVE_MAYBE_UNINITIALIZED
-- Performing Test HAVE_MAYBE_UNINITIALIZED - Success
-- Performing Test HAVE_UNUSED_BUT_SET
-- Performing Test HAVE_UNUSED_BUT_SET - Success
-- protobuf version is 2.6
-- Performing Test HAVE_SYS_THREAD_SELFID
-- Performing Test HAVE_SYS_THREAD_SELFID - Success
-- Performing Test HAVE_SYS_GETTID
-- Performing Test HAVE_SYS_GETTID - Success
-- Performing Test HAVE_PTHREAD_GETTHREADID_NP
-- Performing Test HAVE_PTHREAD_GETTHREADID_NP - Failed
-- Performing Test HAVE_INTEGER_PTHREAD_SELF
-- Performing Test HAVE_INTEGER_PTHREAD_SELF - Success
-- Looking for sched_getcpu
-- Looking for sched_getcpu - not found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Performing Test HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE
-- Performing Test HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE - Failed
-- Performing Test HAVE_IB_GCC_SYNC_SYNCHRONISE
-- Performing Test HAVE_IB_GCC_SYNC_SYNCHRONISE - Success
-- Performing Test HAVE_IB_GCC_ATOMIC_THREAD_FENCE
-- Performing Test HAVE_IB_GCC_ATOMIC_THREAD_FENCE - Success
-- Performing Test HAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE
-- Performing Test HAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE - Success
-- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC
-- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC - Success
-- Performing Test HAVE_IB_LINUX_FUTEX
-- Performing Test HAVE_IB_LINUX_FUTEX - Failed
-- Looking for asprintf
-- Looking for asprintf - found
-- Using cmake version 3.6.2
-- Not building NDB
-- Performing Test HAVE_PEERCRED
-- Performing Test HAVE_PEERCRED - Failed
-- Using Boost headers from /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0
-- Performing Test CXX_HAVE_SIGN_COMPARE
-- Performing Test CXX_HAVE_SIGN_COMPARE - Success
-- Performing Test CXX_HAVE_UNUSED_VARIABLE
-- Performing Test CXX_HAVE_UNUSED_VARIABLE - Success
-- MYSQLX - Text log of protobuf messages enabled
-- Performing Test HAVE_UNUSED_PARAMETER
-- Performing Test HAVE_UNUSED_PARAMETER - Success
-- Performing Test HAVE_NO_DEPREC_CONST
-- Performing Test HAVE_NO_DEPREC_CONST - Success
-- Library mysqlclient depends on OSLIBS /Users/kim/.rvm/opt/openssl/lib/libssl.dylib;/Users/kim/.rvm/opt/openssl/lib/libcrypto.dylib
-- Looking for include file endian.h
-- Looking for include file endian.h - not found
-- Check size of long long
-- Check size of long long - done
-- Check size of long
-- Check size of long - done
-- Check size of int
-- Check size of int - done
-- Check if the system is big endian
-- Searching 16 bit integer
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Found ZLIB: zlib (found version "1.2.3")
-- Performing Test HAVE_UNUSED_TYPEDEFS
-- Performing Test HAVE_UNUSED_TYPEDEFS - Success
-- Performing Test HAVE_NO_BUILTIN_MEMCMP
-- Performing Test HAVE_NO_BUILTIN_MEMCMP - Success
-- Library mysqlserver depends on OSLIBS /Users/kim/.rvm/opt/openssl/lib/libssl.dylib;/Users/kim/.rvm/opt/openssl/lib/libcrypto.dylib
-- INSTALL mysqlclient.pc lib/pkgconfig
-- CMAKE_BUILD_TYPE: RelWithDebInfo
-- COMPILE_DEFINITIONS: HAVE_CONFIG_H;HAVE_LIBEVENT1
-- CMAKE_C_FLAGS: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement
-- CMAKE_CXX_FLAGS: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field
-- CMAKE_C_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
-- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15
clang called with: CMakeCCompilerId.c
superenv added: -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5a964.dir/testCCompiler.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5a964.dir/testCCompiler.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a964.dir/testCCompiler.c.o -o cmTC_5a964
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a964.dir/testCCompiler.c.o -o cmTC_5a964 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_eb0fd.dir/CMakeCCompilerABI.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_eb0fd.dir/CMakeCCompilerABI.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_eb0fd.dir/CMakeCCompilerABI.c.o -o cmTC_eb0fd
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_eb0fd.dir/CMakeCCompilerABI.c.o -o cmTC_eb0fd -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_c75f4.dir/feature_tests.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_c75f4.dir/feature_tests.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c75f4.dir/feature_tests.c.o -o cmTC_c75f4
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c75f4.dir/feature_tests.c.o -o cmTC_c75f4 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_c107e.dir/feature_tests.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_c107e.dir/feature_tests.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c107e.dir/feature_tests.c.o -o cmTC_c107e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c107e.dir/feature_tests.c.o -o cmTC_c107e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_66eab.dir/feature_tests.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_66eab.dir/feature_tests.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66eab.dir/feature_tests.c.o -o cmTC_66eab
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66eab.dir/feature_tests.c.o -o cmTC_66eab -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_da130.dir/testCXXCompiler.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_da130.dir/testCXXCompiler.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da130.dir/testCXXCompiler.cxx.o -o cmTC_da130
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da130.dir/testCXXCompiler.cxx.o -o cmTC_da130 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5aa1a.dir/CMakeCXXCompilerABI.cpp.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5aa1a.dir/CMakeCXXCompilerABI.cpp.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5aa1a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5aa1a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5aa1a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5aa1a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_21a0a.dir/feature_tests.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_21a0a.dir/feature_tests.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21a0a.dir/feature_tests.cxx.o -o cmTC_21a0a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21a0a.dir/feature_tests.cxx.o -o cmTC_21a0a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_2dd1d.dir/feature_tests.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_2dd1d.dir/feature_tests.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2dd1d.dir/feature_tests.cxx.o -o cmTC_2dd1d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2dd1d.dir/feature_tests.cxx.o -o cmTC_2dd1d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_1187d.dir/feature_tests.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_1187d.dir/feature_tests.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/feature_tests.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1187d.dir/feature_tests.cxx.o -o cmTC_1187d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1187d.dir/feature_tests.cxx.o -o cmTC_1187d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_SUPPORTED_CLANG_VERSION -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_46189.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SUPPORTED_CLANG_VERSION -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_46189.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_SUPPORTED_CLANG_VERSION -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46189.dir/src.c.o -o cmTC_46189
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SUPPORTED_CLANG_VERSION -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46189.dir/src.c.o -o cmTC_46189 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4e283.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4e283.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e283.dir/CheckIncludeFile.c.o -o cmTC_4e283
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e283.dir/CheckIncludeFile.c.o -o cmTC_4e283 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_68bf0.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_68bf0.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68bf0.dir/CheckIncludeFile.c.o -o cmTC_68bf0
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68bf0.dir/CheckIncludeFile.c.o -o cmTC_68bf0 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ce3cb.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ce3cb.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ce3cb.dir/CheckIncludeFile.c.o -o cmTC_ce3cb
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ce3cb.dir/CheckIncludeFile.c.o -o cmTC_ce3cb -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_34420.dir/SIZEOF_VOIDP.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_VOIDP.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_34420.dir/SIZEOF_VOIDP.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_VOIDP.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_34420.dir/SIZEOF_VOIDP.c.o -o cmTC_34420
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_34420.dir/SIZEOF_VOIDP.c.o -o cmTC_34420 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DHAVE_LLVM_LIBCPP -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f3e60.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_LLVM_LIBCPP -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f3e60.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DHAVE_LLVM_LIBCPP -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3e60.dir/src.cxx.o -o cmTC_f3e60
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_LLVM_LIBCPP -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3e60.dir/src.cxx.o -o cmTC_f3e60 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c8a8c.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c8a8c.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8a8c.dir/CheckIncludeFile.c.o -o cmTC_c8a8c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8a8c.dir/CheckIncludeFile.c.o -o cmTC_c8a8c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3d233.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3d233.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d233.dir/CheckSymbolExists.c.o -o cmTC_3d233
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d233.dir/CheckSymbolExists.c.o -o cmTC_3d233 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=floor -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2ce0a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=floor -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2ce0a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=floor -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2ce0a.dir/CheckFunctionExists.c.o -o cmTC_2ce0a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=floor -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2ce0a.dir/CheckFunctionExists.c.o -o cmTC_2ce0a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_56463.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_56463.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56463.dir/CheckFunctionExists.c.o -o cmTC_56463
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56463.dir/CheckFunctionExists.c.o -o cmTC_56463 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e696c.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e696c.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=__infinity -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e696c.dir/CheckFunctionExists.c.o -o cmTC_e696c -lm
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=__infinity -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e696c.dir/CheckFunctionExists.c.o -o cmTC_e696c -lm -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bf79f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bf79f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bf79f.dir/CheckFunctionExists.c.o -o cmTC_bf79f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bf79f.dir/CheckFunctionExists.c.o -o cmTC_bf79f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_78e68.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_78e68.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_78e68.dir/CheckFunctionExists.c.o -o cmTC_78e68 -lnsl_r
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_78e68.dir/CheckFunctionExists.c.o -o cmTC_78e68 -lnsl_r -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_64b3f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_64b3f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyname_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_64b3f.dir/CheckFunctionExists.c.o -o cmTC_64b3f -lnsl
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyname_r -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_64b3f.dir/CheckFunctionExists.c.o -o cmTC_64b3f -lnsl -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=bind -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6b35e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bind -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6b35e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=bind -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b35e.dir/CheckFunctionExists.c.o -o cmTC_6b35e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=bind -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b35e.dir/CheckFunctionExists.c.o -o cmTC_6b35e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_101fa.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_101fa.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_101fa.dir/CheckFunctionExists.c.o -o cmTC_101fa
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_101fa.dir/CheckFunctionExists.c.o -o cmTC_101fa -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setsockopt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0dc95.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setsockopt -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0dc95.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=setsockopt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0dc95.dir/CheckFunctionExists.c.o -o cmTC_0dc95
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setsockopt -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0dc95.dir/CheckFunctionExists.c.o -o cmTC_0dc95 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e19fe.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e19fe.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e19fe.dir/CheckFunctionExists.c.o -o cmTC_e19fe
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e19fe.dir/CheckFunctionExists.c.o -o cmTC_e19fe -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=sched_yield -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2f35a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_yield -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2f35a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=sched_yield -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f35a.dir/CheckFunctionExists.c.o -o cmTC_2f35a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_yield -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f35a.dir/CheckFunctionExists.c.o -o cmTC_2f35a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_03a2f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_03a2f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_03a2f.dir/CheckFunctionExists.c.o -o cmTC_03a2f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_03a2f.dir/CheckFunctionExists.c.o -o cmTC_03a2f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=timer_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b5401.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_create -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b5401.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=timer_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5401.dir/CheckFunctionExists.c.o -o cmTC_b5401
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_create -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5401.dir/CheckFunctionExists.c.o -o cmTC_b5401 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=timer_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e815a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_create -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e815a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=timer_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e815a.dir/CheckFunctionExists.c.o -o cmTC_e815a -lrt
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_create -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e815a.dir/CheckFunctionExists.c.o -o cmTC_e815a -lrt -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a1408.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a1408.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a1408.dir/CheckFunctionExists.c.o -o cmTC_a1408
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=atomic_thread_fence -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a1408.dir/CheckFunctionExists.c.o -o cmTC_a1408 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4fae0.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4fae0.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4fae0.dir/CheckIncludeFiles.c.o -o cmTC_4fae0
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4fae0.dir/CheckIncludeFiles.c.o -o cmTC_4fae0 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9a997.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9a997.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9a997.dir/CheckIncludeFiles.c.o -o cmTC_9a997
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9a997.dir/CheckIncludeFiles.c.o -o cmTC_9a997 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1b20b.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1b20b.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b20b.dir/CheckIncludeFiles.c.o -o cmTC_1b20b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b20b.dir/CheckIncludeFiles.c.o -o cmTC_1b20b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_74151.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_74151.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_74151.dir/CheckIncludeFiles.c.o -o cmTC_74151
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_74151.dir/CheckIncludeFiles.c.o -o cmTC_74151 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7e73d.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7e73d.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e73d.dir/CheckIncludeFiles.c.o -o cmTC_7e73d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e73d.dir/CheckIncludeFiles.c.o -o cmTC_7e73d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b4a4a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b4a4a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_afa2a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_afa2a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afa2a.dir/CheckIncludeFiles.c.o -o cmTC_afa2a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afa2a.dir/CheckIncludeFiles.c.o -o cmTC_afa2a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_079da.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_079da.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6b4c1.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6b4c1.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b4c1.dir/CheckIncludeFiles.c.o -o cmTC_6b4c1
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b4c1.dir/CheckIncludeFiles.c.o -o cmTC_6b4c1 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ede5e.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ede5e.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9488a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9488a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9488a.dir/CheckIncludeFiles.c.o -o cmTC_9488a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9488a.dir/CheckIncludeFiles.c.o -o cmTC_9488a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_73f1e.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_73f1e.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73f1e.dir/CheckIncludeFiles.c.o -o cmTC_73f1e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73f1e.dir/CheckIncludeFiles.c.o -o cmTC_73f1e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5961a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5961a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5961a.dir/CheckIncludeFiles.c.o -o cmTC_5961a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5961a.dir/CheckIncludeFiles.c.o -o cmTC_5961a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b426c.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b426c.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b426c.dir/CheckIncludeFiles.c.o -o cmTC_b426c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b426c.dir/CheckIncludeFiles.c.o -o cmTC_b426c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7e0c0.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7e0c0.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e0c0.dir/CheckIncludeFiles.c.o -o cmTC_7e0c0
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e0c0.dir/CheckIncludeFiles.c.o -o cmTC_7e0c0 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5ad94.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5ad94.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5ad94.dir/CheckIncludeFiles.c.o -o cmTC_5ad94
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5ad94.dir/CheckIncludeFiles.c.o -o cmTC_5ad94 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c83c0.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c83c0.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c83c0.dir/CheckIncludeFiles.c.o -o cmTC_c83c0
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c83c0.dir/CheckIncludeFiles.c.o -o cmTC_c83c0 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_58b23.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_58b23.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58b23.dir/CheckIncludeFiles.c.o -o cmTC_58b23
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58b23.dir/CheckIncludeFiles.c.o -o cmTC_58b23 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_13124.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_13124.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13124.dir/CheckIncludeFiles.c.o -o cmTC_13124
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13124.dir/CheckIncludeFiles.c.o -o cmTC_13124 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_56f1b.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_56f1b.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56f1b.dir/CheckIncludeFiles.c.o -o cmTC_56f1b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56f1b.dir/CheckIncludeFiles.c.o -o cmTC_56f1b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1f77c.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1f77c.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1f77c.dir/CheckIncludeFiles.c.o -o cmTC_1f77c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1f77c.dir/CheckIncludeFiles.c.o -o cmTC_1f77c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6d931.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6d931.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d931.dir/CheckIncludeFiles.c.o -o cmTC_6d931
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d931.dir/CheckIncludeFiles.c.o -o cmTC_6d931 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ca326.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ca326.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_87e2e.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_87e2e.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_87e2e.dir/CheckIncludeFiles.c.o -o cmTC_87e2e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_87e2e.dir/CheckIncludeFiles.c.o -o cmTC_87e2e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_634d5.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_634d5.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_634d5.dir/CheckIncludeFiles.c.o -o cmTC_634d5
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_634d5.dir/CheckIncludeFiles.c.o -o cmTC_634d5 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_91465.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_91465.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91465.dir/CheckIncludeFiles.c.o -o cmTC_91465
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91465.dir/CheckIncludeFiles.c.o -o cmTC_91465 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b7de3.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b7de3.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b7de3.dir/CheckIncludeFiles.c.o -o cmTC_b7de3
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b7de3.dir/CheckIncludeFiles.c.o -o cmTC_b7de3 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6c32c.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6c32c.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6c32c.dir/CheckIncludeFiles.c.o -o cmTC_6c32c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6c32c.dir/CheckIncludeFiles.c.o -o cmTC_6c32c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_47831.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_47831.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_47831.dir/CheckIncludeFiles.c.o -o cmTC_47831
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_47831.dir/CheckIncludeFiles.c.o -o cmTC_47831 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e6822.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e6822.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6822.dir/CheckIncludeFiles.c.o -o cmTC_e6822
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6822.dir/CheckIncludeFiles.c.o -o cmTC_e6822 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b1f69.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b1f69.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a0270.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a0270.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e0cbc.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e0cbc.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0cbc.dir/CheckSymbolExists.c.o -o cmTC_e0cbc
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0cbc.dir/CheckSymbolExists.c.o -o cmTC_e0cbc -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=_aligned_malloc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_70ecc.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=_aligned_malloc -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_70ecc.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=_aligned_malloc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_70ecc.dir/CheckFunctionExists.c.o -o cmTC_70ecc
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=_aligned_malloc -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_70ecc.dir/CheckFunctionExists.c.o -o cmTC_70ecc -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c47ad.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c47ad.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=backtrace -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c47ad.dir/CheckFunctionExists.c.o -o cmTC_c47ad
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=backtrace -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c47ad.dir/CheckFunctionExists.c.o -o cmTC_c47ad -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=printstack -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3f3c2.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=printstack -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3f3c2.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=printstack -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f3c2.dir/CheckFunctionExists.c.o -o cmTC_3f3c2
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=printstack -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f3c2.dir/CheckFunctionExists.c.o -o cmTC_3f3c2 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=index -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7032d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=index -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7032d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=index -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7032d.dir/CheckFunctionExists.c.o -o cmTC_7032d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=index -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7032d.dir/CheckFunctionExists.c.o -o cmTC_7032d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8b844.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8b844.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b844.dir/CheckFunctionExists.c.o -o cmTC_8b844
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b844.dir/CheckFunctionExists.c.o -o cmTC_8b844 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=cuserid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1f2c3.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=cuserid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1f2c3.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=cuserid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1f2c3.dir/CheckFunctionExists.c.o -o cmTC_1f2c3
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=cuserid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1f2c3.dir/CheckFunctionExists.c.o -o cmTC_1f2c3 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=directio -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d15b4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=directio -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d15b4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=directio -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d15b4.dir/CheckFunctionExists.c.o -o cmTC_d15b4
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=directio -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d15b4.dir/CheckFunctionExists.c.o -o cmTC_d15b4 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=ftruncate -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_66172.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ftruncate -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_66172.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=ftruncate -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66172.dir/CheckFunctionExists.c.o -o cmTC_66172
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ftruncate -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66172.dir/CheckFunctionExists.c.o -o cmTC_66172 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=compress -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c6bee.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=compress -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c6bee.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=compress -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c6bee.dir/CheckFunctionExists.c.o -o cmTC_c6bee
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=compress -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c6bee.dir/CheckFunctionExists.c.o -o cmTC_c6bee -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f04c7.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f04c7.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=crypt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f04c7.dir/CheckFunctionExists.c.o -o cmTC_f04c7
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=crypt -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f04c7.dir/CheckFunctionExists.c.o -o cmTC_f04c7 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8be65.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8be65.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=dlopen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8be65.dir/CheckFunctionExists.c.o -o cmTC_8be65
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dlopen -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8be65.dir/CheckFunctionExists.c.o -o cmTC_8be65 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fchmod -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_81e75.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fchmod -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_81e75.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fchmod -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_81e75.dir/CheckFunctionExists.c.o -o cmTC_81e75
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fchmod -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_81e75.dir/CheckFunctionExists.c.o -o cmTC_81e75 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fcntl -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f6a5a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fcntl -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f6a5a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fcntl -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6a5a.dir/CheckFunctionExists.c.o -o cmTC_f6a5a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fcntl -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6a5a.dir/CheckFunctionExists.c.o -o cmTC_f6a5a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fdatasync -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_811a3.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fdatasync -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_811a3.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fdatasync -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_811a3.dir/CheckFunctionExists.c.o -o cmTC_811a3
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fdatasync -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_811a3.dir/CheckFunctionExists.c.o -o cmTC_811a3 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_752b0.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_752b0.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fedisableexcept -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_42c33.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fedisableexcept -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_42c33.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fedisableexcept -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42c33.dir/CheckFunctionExists.c.o -o cmTC_42c33
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fedisableexcept -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42c33.dir/CheckFunctionExists.c.o -o cmTC_42c33 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fseeko -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_fe636.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fseeko -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_fe636.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fseeko -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe636.dir/CheckFunctionExists.c.o -o cmTC_fe636
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fseeko -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe636.dir/CheckFunctionExists.c.o -o cmTC_fe636 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fsync -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_df1d8.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fsync -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_df1d8.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fsync -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_df1d8.dir/CheckFunctionExists.c.o -o cmTC_df1d8
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fsync -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_df1d8.dir/CheckFunctionExists.c.o -o cmTC_df1d8 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_01a9a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_01a9a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01a9a.dir/CheckFunctionExists.c.o -o cmTC_01a9a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01a9a.dir/CheckFunctionExists.c.o -o cmTC_01a9a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gethrtime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_714af.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethrtime -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_714af.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=gethrtime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_714af.dir/CheckFunctionExists.c.o -o cmTC_714af
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gethrtime -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_714af.dir/CheckFunctionExists.c.o -o cmTC_714af -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getnameinfo -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_36500.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getnameinfo -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_36500.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getnameinfo -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36500.dir/CheckFunctionExists.c.o -o cmTC_36500
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getnameinfo -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36500.dir/CheckFunctionExists.c.o -o cmTC_36500 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getpass -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_66fb3.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpass -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_66fb3.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getpass -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66fb3.dir/CheckFunctionExists.c.o -o cmTC_66fb3
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpass -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66fb3.dir/CheckFunctionExists.c.o -o cmTC_66fb3 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getpassphrase -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8e82d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpassphrase -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8e82d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getpassphrase -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e82d.dir/CheckFunctionExists.c.o -o cmTC_8e82d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpassphrase -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e82d.dir/CheckFunctionExists.c.o -o cmTC_8e82d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getpwnam -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_56e8f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwnam -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_56e8f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getpwnam -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56e8f.dir/CheckFunctionExists.c.o -o cmTC_56e8f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwnam -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_56e8f.dir/CheckFunctionExists.c.o -o cmTC_56e8f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getpwuid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_04f3b.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwuid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_04f3b.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getpwuid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04f3b.dir/CheckFunctionExists.c.o -o cmTC_04f3b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getpwuid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04f3b.dir/CheckFunctionExists.c.o -o cmTC_04f3b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getrlimit -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f8d6e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrlimit -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f8d6e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getrlimit -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f8d6e.dir/CheckFunctionExists.c.o -o cmTC_f8d6e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrlimit -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f8d6e.dir/CheckFunctionExists.c.o -o cmTC_f8d6e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getrusage -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_dbd7d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrusage -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_dbd7d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getrusage -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dbd7d.dir/CheckFunctionExists.c.o -o cmTC_dbd7d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getrusage -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dbd7d.dir/CheckFunctionExists.c.o -o cmTC_dbd7d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=initgroups -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_385e4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=initgroups -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_385e4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=initgroups -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_385e4.dir/CheckFunctionExists.c.o -o cmTC_385e4
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=initgroups -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_385e4.dir/CheckFunctionExists.c.o -o cmTC_385e4 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=issetugid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a5682.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=issetugid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a5682.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=issetugid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a5682.dir/CheckFunctionExists.c.o -o cmTC_a5682
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=issetugid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a5682.dir/CheckFunctionExists.c.o -o cmTC_a5682 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getuid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ecaf0.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getuid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ecaf0.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getuid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ecaf0.dir/CheckFunctionExists.c.o -o cmTC_ecaf0
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getuid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ecaf0.dir/CheckFunctionExists.c.o -o cmTC_ecaf0 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=geteuid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_011d4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=geteuid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_011d4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=geteuid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_011d4.dir/CheckFunctionExists.c.o -o cmTC_011d4
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=geteuid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_011d4.dir/CheckFunctionExists.c.o -o cmTC_011d4 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getgid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_129e8.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getgid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_129e8.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getgid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_129e8.dir/CheckFunctionExists.c.o -o cmTC_129e8
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getgid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_129e8.dir/CheckFunctionExists.c.o -o cmTC_129e8 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=getegid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2b6b9.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getegid -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2b6b9.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=getegid -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2b6b9.dir/CheckFunctionExists.c.o -o cmTC_2b6b9
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=getegid -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2b6b9.dir/CheckFunctionExists.c.o -o cmTC_2b6b9 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=lstat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_741f1.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=lstat -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_741f1.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=lstat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_741f1.dir/CheckFunctionExists.c.o -o cmTC_741f1
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=lstat -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_741f1.dir/CheckFunctionExists.c.o -o cmTC_741f1 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=madvise -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_de31d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=madvise -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_de31d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=madvise -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_de31d.dir/CheckFunctionExists.c.o -o cmTC_de31d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=madvise -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_de31d.dir/CheckFunctionExists.c.o -o cmTC_de31d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=malloc_info -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_22708.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=malloc_info -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_22708.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=malloc_info -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22708.dir/CheckFunctionExists.c.o -o cmTC_22708
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=malloc_info -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22708.dir/CheckFunctionExists.c.o -o cmTC_22708 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=memrchr -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0c552.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memrchr -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0c552.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=memrchr -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0c552.dir/CheckFunctionExists.c.o -o cmTC_0c552
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memrchr -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0c552.dir/CheckFunctionExists.c.o -o cmTC_0c552 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=mlock -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_cd1df.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlock -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_cd1df.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=mlock -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cd1df.dir/CheckFunctionExists.c.o -o cmTC_cd1df
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlock -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cd1df.dir/CheckFunctionExists.c.o -o cmTC_cd1df -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=mlockall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7cf27.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlockall -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7cf27.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=mlockall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7cf27.dir/CheckFunctionExists.c.o -o cmTC_7cf27
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mlockall -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7cf27.dir/CheckFunctionExists.c.o -o cmTC_7cf27 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=mmap64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a4238.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mmap64 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a4238.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=mmap64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4238.dir/CheckFunctionExists.c.o -o cmTC_a4238
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mmap64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4238.dir/CheckFunctionExists.c.o -o cmTC_a4238 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=poll -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e4136.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=poll -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e4136.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=poll -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4136.dir/CheckFunctionExists.c.o -o cmTC_e4136
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=poll -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4136.dir/CheckFunctionExists.c.o -o cmTC_e4136 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=posix_fallocate -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7292b.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=posix_fallocate -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7292b.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=posix_fallocate -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7292b.dir/CheckFunctionExists.c.o -o cmTC_7292b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=posix_fallocate -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7292b.dir/CheckFunctionExists.c.o -o cmTC_7292b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=posix_memalign -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e47da.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=posix_memalign -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e47da.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=posix_memalign -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e47da.dir/CheckFunctionExists.c.o -o cmTC_e47da
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=posix_memalign -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e47da.dir/CheckFunctionExists.c.o -o cmTC_e47da -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pread -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6985e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pread -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6985e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=pread -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6985e.dir/CheckFunctionExists.c.o -o cmTC_6985e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pread -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6985e.dir/CheckFunctionExists.c.o -o cmTC_6985e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_40bda.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_40bda.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_40bda.dir/CheckFunctionExists.c.o -o cmTC_40bda
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_condattr_setclock -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_40bda.dir/CheckFunctionExists.c.o -o cmTC_40bda -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_sigmask -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_baf66.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_sigmask -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_baf66.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_sigmask -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_baf66.dir/CheckFunctionExists.c.o -o cmTC_baf66
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_sigmask -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_baf66.dir/CheckFunctionExists.c.o -o cmTC_baf66 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=readdir_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_89abc.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readdir_r -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_89abc.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=readdir_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89abc.dir/CheckFunctionExists.c.o -o cmTC_89abc
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readdir_r -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89abc.dir/CheckFunctionExists.c.o -o cmTC_89abc -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=readlink -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7cb23.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readlink -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7cb23.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=readlink -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7cb23.dir/CheckFunctionExists.c.o -o cmTC_7cb23
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=readlink -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7cb23.dir/CheckFunctionExists.c.o -o cmTC_7cb23 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=realpath -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5a217.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=realpath -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5a217.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=realpath -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a217.dir/CheckFunctionExists.c.o -o cmTC_5a217
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=realpath -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a217.dir/CheckFunctionExists.c.o -o cmTC_5a217 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setfd -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d81ad.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setfd -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d81ad.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=setfd -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d81ad.dir/CheckFunctionExists.c.o -o cmTC_d81ad
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setfd -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d81ad.dir/CheckFunctionExists.c.o -o cmTC_d81ad -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=sigaction -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_82527.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaction -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_82527.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=sigaction -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_82527.dir/CheckFunctionExists.c.o -o cmTC_82527
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sigaction -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_82527.dir/CheckFunctionExists.c.o -o cmTC_82527 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=sleep -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4c6b4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sleep -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4c6b4.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=sleep -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c6b4.dir/CheckFunctionExists.c.o -o cmTC_4c6b4
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sleep -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c6b4.dir/CheckFunctionExists.c.o -o cmTC_4c6b4 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=stpcpy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_541ba.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=stpcpy -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_541ba.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=stpcpy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_541ba.dir/CheckFunctionExists.c.o -o cmTC_541ba
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=stpcpy -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_541ba.dir/CheckFunctionExists.c.o -o cmTC_541ba -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=stpncpy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8ea6b.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=stpncpy -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8ea6b.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=stpncpy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8ea6b.dir/CheckFunctionExists.c.o -o cmTC_8ea6b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=stpncpy -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8ea6b.dir/CheckFunctionExists.c.o -o cmTC_8ea6b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strlcpy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d4b12.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcpy -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d4b12.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=strlcpy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4b12.dir/CheckFunctionExists.c.o -o cmTC_d4b12
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcpy -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4b12.dir/CheckFunctionExists.c.o -o cmTC_d4b12 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strndup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_86f8e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strndup -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_86f8e.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=strndup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_86f8e.dir/CheckFunctionExists.c.o -o cmTC_86f8e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strndup -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_86f8e.dir/CheckFunctionExists.c.o -o cmTC_86f8e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strnlen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a4ec1.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strnlen -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a4ec1.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=strnlen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4ec1.dir/CheckFunctionExists.c.o -o cmTC_a4ec1
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strnlen -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4ec1.dir/CheckFunctionExists.c.o -o cmTC_a4ec1 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strlcat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8d197.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcat -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8d197.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=strlcat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8d197.dir/CheckFunctionExists.c.o -o cmTC_8d197
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strlcat -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8d197.dir/CheckFunctionExists.c.o -o cmTC_8d197 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strsignal -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e508f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strsignal -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e508f.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=strsignal -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e508f.dir/CheckFunctionExists.c.o -o cmTC_e508f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strsignal -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e508f.dir/CheckFunctionExists.c.o -o cmTC_e508f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=fgetln -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_78d70.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fgetln -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_78d70.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=fgetln -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_78d70.dir/CheckFunctionExists.c.o -o cmTC_78d70
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=fgetln -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_78d70.dir/CheckFunctionExists.c.o -o cmTC_78d70 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=strsep -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1b54a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strsep -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1b54a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=strsep -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b54a.dir/CheckFunctionExists.c.o -o cmTC_1b54a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=strsep -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b54a.dir/CheckFunctionExists.c.o -o cmTC_1b54a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=tell -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_04448.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=tell -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_04448.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=tell -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04448.dir/CheckFunctionExists.c.o -o cmTC_04448
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=tell -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04448.dir/CheckFunctionExists.c.o -o cmTC_04448 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=vasprintf -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5b3dd.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vasprintf -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5b3dd.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=vasprintf -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b3dd.dir/CheckFunctionExists.c.o -o cmTC_5b3dd
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=vasprintf -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b3dd.dir/CheckFunctionExists.c.o -o cmTC_5b3dd -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=memalign -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_85c87.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memalign -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_85c87.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=memalign -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85c87.dir/CheckFunctionExists.c.o -o cmTC_85c87
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=memalign -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85c87.dir/CheckFunctionExists.c.o -o cmTC_85c87 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=nl_langinfo -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_469cb.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=nl_langinfo -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_469cb.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=nl_langinfo -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_469cb.dir/CheckFunctionExists.c.o -o cmTC_469cb
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=nl_langinfo -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_469cb.dir/CheckFunctionExists.c.o -o cmTC_469cb -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=ntohll -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b551d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ntohll -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b551d.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=ntohll -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b551d.dir/CheckFunctionExists.c.o -o cmTC_b551d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=ntohll -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b551d.dir/CheckFunctionExists.c.o -o cmTC_b551d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2c417.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2c417.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c417.dir/CheckFunctionExists.c.o -o cmTC_2c417
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=clock_gettime -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c417.dir/CheckFunctionExists.c.o -o cmTC_2c417 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=epoll_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5e3e7.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=epoll_create -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5e3e7.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=epoll_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e3e7.dir/CheckFunctionExists.c.o -o cmTC_5e3e7
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=epoll_create -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e3e7.dir/CheckFunctionExists.c.o -o cmTC_5e3e7 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=inet_ntop -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_556ce.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=inet_ntop -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_556ce.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=inet_ntop -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_556ce.dir/CheckFunctionExists.c.o -o cmTC_556ce
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=inet_ntop -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_556ce.dir/CheckFunctionExists.c.o -o cmTC_556ce -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=kqueue -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_84bc9.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kqueue -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_84bc9.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=kqueue -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_84bc9.dir/CheckFunctionExists.c.o -o cmTC_84bc9
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kqueue -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_84bc9.dir/CheckFunctionExists.c.o -o cmTC_84bc9 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9c4ad.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9c4ad.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c4ad.dir/CheckSymbolExists.c.o -o cmTC_9c4ad
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c4ad.dir/CheckSymbolExists.c.o -o cmTC_9c4ad -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bc1cd.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bc1cd.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc1cd.dir/CheckSymbolExists.c.o -o cmTC_bc1cd
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc1cd.dir/CheckSymbolExists.c.o -o cmTC_bc1cd -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8b956.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8b956.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b956.dir/CheckSymbolExists.c.o -o cmTC_8b956
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b956.dir/CheckSymbolExists.c.o -o cmTC_8b956 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3c62c.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3c62c.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c62c.dir/CheckSymbolExists.c.o -o cmTC_3c62c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c62c.dir/CheckSymbolExists.c.o -o cmTC_3c62c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a28aa.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a28aa.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a28aa.dir/CheckIncludeFiles.c.o -o cmTC_a28aa
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a28aa.dir/CheckIncludeFiles.c.o -o cmTC_a28aa -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e6536.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e6536.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6536.dir/CheckIncludeFiles.c.o -o cmTC_e6536
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6536.dir/CheckIncludeFiles.c.o -o cmTC_e6536 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=times -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1bfe9.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=times -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1bfe9.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=times -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1bfe9.dir/CheckFunctionExists.c.o -o cmTC_1bfe9
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=times -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1bfe9.dir/CheckFunctionExists.c.o -o cmTC_1bfe9 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=gettimeofday -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2350c.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gettimeofday -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2350c.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=gettimeofday -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2350c.dir/CheckFunctionExists.c.o -o cmTC_2350c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=gettimeofday -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2350c.dir/CheckFunctionExists.c.o -o cmTC_2350c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9d25e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9d25e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d25e.dir/CheckSymbolExists.c.o -o cmTC_9d25e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d25e.dir/CheckSymbolExists.c.o -o cmTC_9d25e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bebff.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bebff.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bebff.dir/CheckSymbolExists.c.o -o cmTC_bebff
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bebff.dir/CheckSymbolExists.c.o -o cmTC_bebff -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_02b1e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_02b1e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_02b1e.dir/CheckSymbolExists.c.o -o cmTC_02b1e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_02b1e.dir/CheckSymbolExists.c.o -o cmTC_02b1e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2966e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2966e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2966e.dir/CheckSymbolExists.c.o -o cmTC_2966e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2966e.dir/CheckSymbolExists.c.o -o cmTC_2966e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_029f1.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_029f1.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b2773.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b2773.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e0a01.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e0a01.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0a01.dir/CheckSymbolExists.c.o -o cmTC_e0a01
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0a01.dir/CheckSymbolExists.c.o -o cmTC_e0a01 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_22c0b.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_22c0b.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22c0b.dir/CheckSymbolExists.c.o -o cmTC_22c0b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22c0b.dir/CheckSymbolExists.c.o -o cmTC_22c0b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DHAVE_CXX_ISINF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0439f.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CXX_ISINF -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0439f.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DHAVE_CXX_ISINF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0439f.dir/src.cxx.o -o cmTC_0439f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CXX_ISINF -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0439f.dir/src.cxx.o -o cmTC_0439f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=timer_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ee025.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_create -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ee025.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=timer_create -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee025.dir/CheckFunctionExists.c.o -o cmTC_ee025
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_create -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee025.dir/CheckFunctionExists.c.o -o cmTC_ee025 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=timer_settime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2f59a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_settime -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2f59a.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=timer_settime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f59a.dir/CheckFunctionExists.c.o -o cmTC_2f59a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=timer_settime -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f59a.dir/CheckFunctionExists.c.o -o cmTC_2f59a -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=kqueue -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_36626.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kqueue -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_36626.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=kqueue -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36626.dir/CheckFunctionExists.c.o -o cmTC_36626
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=kqueue -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36626.dir/CheckFunctionExists.c.o -o cmTC_36626 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e5aff.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e5aff.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e5aff.dir/CheckSymbolExists.c.o -o cmTC_e5aff
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e5aff.dir/CheckSymbolExists.c.o -o cmTC_e5aff -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_38713.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_38713.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_38713.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_38713
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_38713.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_38713 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_afded.dir/TestEndianess.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/TestEndianess.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_afded.dir/TestEndianess.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/TestEndianess.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afded.dir/TestEndianess.c.o -o cmTC_afded
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afded.dir/TestEndianess.c.o -o cmTC_afded -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_83fda.dir/SIZEOF_CHARP.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_CHARP.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_83fda.dir/SIZEOF_CHARP.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_CHARP.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83fda.dir/SIZEOF_CHARP.c.o -o cmTC_83fda
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83fda.dir/SIZEOF_CHARP.c.o -o cmTC_83fda -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a4b5d.dir/SIZEOF_LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a4b5d.dir/SIZEOF_LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4b5d.dir/SIZEOF_LONG.c.o -o cmTC_a4b5d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a4b5d.dir/SIZEOF_LONG.c.o -o cmTC_a4b5d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3e8c2.dir/SIZEOF_SHORT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3e8c2.dir/SIZEOF_SHORT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_SHORT.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e8c2.dir/SIZEOF_SHORT.c.o -o cmTC_3e8c2
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e8c2.dir/SIZEOF_SHORT.c.o -o cmTC_3e8c2 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c48e6.dir/SIZEOF_INT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c48e6.dir/SIZEOF_INT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_INT.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c48e6.dir/SIZEOF_INT.c.o -o cmTC_c48e6
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c48e6.dir/SIZEOF_INT.c.o -o cmTC_c48e6 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b962c.dir/SIZEOF_LONG_LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b962c.dir/SIZEOF_LONG_LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b962c.dir/SIZEOF_LONG_LONG.c.o -o cmTC_b962c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b962c.dir/SIZEOF_LONG_LONG.c.o -o cmTC_b962c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_04752.dir/SIZEOF_OFF_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_04752.dir/SIZEOF_OFF_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04752.dir/SIZEOF_OFF_T.c.o -o cmTC_04752
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04752.dir/SIZEOF_OFF_T.c.o -o cmTC_04752 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_104ab.dir/SIZEOF_TIME_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_104ab.dir/SIZEOF_TIME_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_104ab.dir/SIZEOF_TIME_T.c.o -o cmTC_104ab
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_104ab.dir/SIZEOF_TIME_T.c.o -o cmTC_104ab -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_fb20d.dir/STRUCT_TIMESPEC.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/STRUCT_TIMESPEC.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_fb20d.dir/STRUCT_TIMESPEC.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/STRUCT_TIMESPEC.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fb20d.dir/STRUCT_TIMESPEC.c.o -o cmTC_fb20d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fb20d.dir/STRUCT_TIMESPEC.c.o -o cmTC_fb20d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2802f.dir/SIZEOF_UINT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_UINT.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2802f.dir/SIZEOF_UINT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_UINT.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2802f.dir/SIZEOF_UINT.c.o -o cmTC_2802f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2802f.dir/SIZEOF_UINT.c.o -o cmTC_2802f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f23ea.dir/SIZEOF_ULONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f23ea.dir/SIZEOF_ULONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_ULONG.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7902c.dir/SIZEOF_U_INT32_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_U_INT32_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7902c.dir/SIZEOF_U_INT32_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_U_INT32_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7902c.dir/SIZEOF_U_INT32_T.c.o -o cmTC_7902c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7902c.dir/SIZEOF_U_INT32_T.c.o -o cmTC_7902c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VISIBILITY_HIDDEN -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5d2d2.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VISIBILITY_HIDDEN -fvisibility=hidden -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5d2d2.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DHAVE_VISIBILITY_HIDDEN -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5d2d2.dir/src.cxx.o -o cmTC_5d2d2
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_VISIBILITY_HIDDEN -fvisibility=hidden -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5d2d2.dir/src.cxx.o -o cmTC_5d2d2 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_cb494.dir/stack_direction.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/cmake/stack_direction.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_cb494.dir/stack_direction.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/cmake/stack_direction.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cb494.dir/stack_direction.c.o -o cmTC_cb494
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cb494.dir/stack_direction.c.o -o cmTC_cb494 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2c91f.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2c91f.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c91f.dir/CheckIncludeFiles.c.o -o cmTC_2c91f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c91f.dir/CheckIncludeFiles.c.o -o cmTC_2c91f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1769e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1769e.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1769e.dir/CheckSymbolExists.c.o -o cmTC_1769e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1769e.dir/CheckSymbolExists.c.o -o cmTC_1769e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PAUSE_INSTRUCTION -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_03c69.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_PAUSE_INSTRUCTION -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_03c69.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_PAUSE_INSTRUCTION -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_03c69.dir/src.c.o -o cmTC_03c69
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_PAUSE_INSTRUCTION -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_03c69.dir/src.c.o -o cmTC_03c69 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BSS_START -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_af42d.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BSS_START -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_af42d.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_BSS_START -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_af42d.dir/src.c.o -o cmTC_af42d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_BSS_START -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_af42d.dir/src.c.o -o cmTC_af42d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BUILTIN_UNREACHABLE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c3648.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BUILTIN_UNREACHABLE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c3648.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_BUILTIN_UNREACHABLE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3648.dir/src.c.o -o cmTC_c3648
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_BUILTIN_UNREACHABLE -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3648.dir/src.c.o -o cmTC_c3648 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BUILTIN_EXPECT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9d9b7.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BUILTIN_EXPECT -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9d9b7.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_BUILTIN_EXPECT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d9b7.dir/src.c.o -o cmTC_9d9b7
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_BUILTIN_EXPECT -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d9b7.dir/src.c.o -o cmTC_9d9b7 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BUILTIN_STPCPY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_417ef.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_BUILTIN_STPCPY -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_417ef.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_BUILTIN_STPCPY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_417ef.dir/src.c.o -o cmTC_417ef
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_BUILTIN_STPCPY -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_417ef.dir/src.c.o -o cmTC_417ef -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_GCC_ATOMIC_BUILTINS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3ae62.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_GCC_ATOMIC_BUILTINS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3ae62.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DHAVE_GCC_ATOMIC_BUILTINS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ae62.dir/src.cxx.o -o cmTC_3ae62
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_GCC_ATOMIC_BUILTINS -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ae62.dir/src.cxx.o -o cmTC_3ae62 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_GCC_SYNC_BUILTINS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0ca6d.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_GCC_SYNC_BUILTINS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0ca6d.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DHAVE_GCC_SYNC_BUILTINS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0ca6d.dir/src.cxx.o -o cmTC_0ca6d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_GCC_SYNC_BUILTINS -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0ca6d.dir/src.cxx.o -o cmTC_0ca6d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8eeb1.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8eeb1.dir/CheckIncludeFile.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_63967.dir/SIZEOF_SOCKADDR_IN6.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_SOCKADDR_IN6.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_63967.dir/SIZEOF_SOCKADDR_IN6.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_SOCKADDR_IN6.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_63967.dir/SIZEOF_SOCKADDR_IN6.c.o -o cmTC_63967
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_63967.dir/SIZEOF_SOCKADDR_IN6.c.o -o cmTC_63967 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e549d.dir/SIZEOF_IN6_ADDR.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e549d.dir/SIZEOF_IN6_ADDR.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_IN6_ADDR.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e549d.dir/SIZEOF_IN6_ADDR.c.o -o cmTC_e549d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e549d.dir/SIZEOF_IN6_ADDR.c.o -o cmTC_e549d -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d4d9f.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d4d9f.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4d9f.dir/src.c.o -o cmTC_d4d9f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SOCKADDR_STORAGE_SS_FAMILY -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4d9f.dir/src.c.o -o cmTC_d4d9f -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN_SIN_LEN -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_61c9b.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN_SIN_LEN -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_61c9b.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_SOCKADDR_IN_SIN_LEN -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_61c9b.dir/src.c.o -o cmTC_61c9b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SOCKADDR_IN_SIN_LEN -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_61c9b.dir/src.c.o -o cmTC_61c9b -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN6_SIN6_LEN -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5f3c4.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_SOCKADDR_IN6_SIN6_LEN -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_5f3c4.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_SOCKADDR_IN6_SIN6_LEN -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5f3c4.dir/src.c.o -o cmTC_5f3c4
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SOCKADDR_IN6_SIN6_LEN -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5f3c4.dir/src.c.o -o cmTC_5f3c4 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IMPLICIT_DEPENDENT_NAME_TYPING -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1ab08.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_IMPLICIT_DEPENDENT_NAME_TYPING -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1ab08.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=chown -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d0d48.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCHECK_FUNCTION_EXISTS=chown -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d0d48.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=chown -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0d48.dir/CheckFunctionExists.c.o -o cmTC_d0d48
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=chown -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0d48.dir/CheckFunctionExists.c.o -o cmTC_d0d48 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f92b2.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f92b2.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ecfae.dir/SIZEOF_SOCKLEN_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ecfae.dir/SIZEOF_SOCKLEN_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_SOCKLEN_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9bd00.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9bd00.dir/CheckSymbolExists.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9bd00.dir/CheckSymbolExists.c.o -o cmTC_9bd00
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9bd00.dir/CheckSymbolExists.c.o -o cmTC_9bd00 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_cab49.dir/SIZEOF_MBSTATE_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_MBSTATE_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_cab49.dir/SIZEOF_MBSTATE_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_MBSTATE_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cab49.dir/SIZEOF_MBSTATE_T.c.o -o cmTC_cab49
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cab49.dir/SIZEOF_MBSTATE_T.c.o -o cmTC_cab49 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -DHAVE_LANGINFO_CODESET -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_32228.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -DHAVE_LANGINFO_CODESET -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_32228.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_LANGINFO_CODESET -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_32228.dir/src.c.o -o cmTC_32228
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_LANGINFO_CODESET -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_32228.dir/src.c.o -o cmTC_32228 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -DCHECK_FUNCTION_EXISTS=wcsdup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8e624.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -DCHECK_FUNCTION_EXISTS=wcsdup -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8e624.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=wcsdup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e624.dir/CheckFunctionExists.c.o -o cmTC_8e624
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=wcsdup -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e624.dir/CheckFunctionExists.c.o -o cmTC_8e624 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_42e82.dir/SIZEOF_WCHAR_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_WCHAR_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_42e82.dir/SIZEOF_WCHAR_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_WCHAR_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42e82.dir/SIZEOF_WCHAR_T.c.o -o cmTC_42e82
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42e82.dir/SIZEOF_WCHAR_T.c.o -o cmTC_42e82 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a671e.dir/SIZEOF_WINT_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_WINT_T.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/kim/.rvm/opt/openssl/include -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a671e.dir/SIZEOF_WINT_T.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/SIZEOF_WINT_T.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a671e.dir/SIZEOF_WINT_T.c.o -o cmTC_a671e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a671e.dir/SIZEOF_WINT_T.c.o -o cmTC_a671e -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DEDITLINE_HAVE_HIST_ENTRY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_62a42.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DEDITLINE_HAVE_HIST_ENTRY -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_62a42.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DEDITLINE_HAVE_HIST_ENTRY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62a42.dir/src.cxx.o -o cmTC_62a42 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DEDITLINE_HAVE_HIST_ENTRY -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62a42.dir/src.cxx.o -o cmTC_62a42 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DEDITLINE_HAVE_COMPLETION_INT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0a4ae.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DEDITLINE_HAVE_COMPLETION_INT -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0a4ae.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DEDITLINE_HAVE_COMPLETION_INT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0a4ae.dir/src.cxx.o -o cmTC_0a4ae /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DEDITLINE_HAVE_COMPLETION_INT -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0a4ae.dir/src.cxx.o -o cmTC_0a4ae /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DEDITLINE_HAVE_COMPLETION_CHAR -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_55a42.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DEDITLINE_HAVE_COMPLETION_CHAR -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_55a42.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_NO_SIGN_COMPARE -Wno-sign-compare -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e3b45.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_NO_SIGN_COMPARE -Wno-sign-compare -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e3b45.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -DHAVE_NO_SIGN_COMPARE -Wno-sign-compare -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3b45.dir/src.cxx.o -o cmTC_e3b45 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_NO_SIGN_COMPARE -Wno-sign-compare -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3b45.dir/src.cxx.o -o cmTC_e3b45 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -DHAVE_NO_UNUSED_TYPEDEFS -Wno-unused-local-typedefs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e3509.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -DHAVE_NO_UNUSED_TYPEDEFS -Wno-unused-local-typedefs -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e3509.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wno-sign-compare -DHAVE_NO_UNUSED_TYPEDEFS -Wno-unused-local-typedefs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3509.dir/src.cxx.o -o cmTC_e3509 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-sign-compare -DHAVE_NO_UNUSED_TYPEDEFS -Wno-unused-local-typedefs -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3509.dir/src.cxx.o -o cmTC_e3509 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -DHAVE_NO_IGNORED_QUALIFIERS -Wno-ignored-qualifiers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9d539.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -DHAVE_NO_IGNORED_QUALIFIERS -Wno-ignored-qualifiers -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9d539.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wno-sign-compare -Wno-unused-local-typedefs -DHAVE_NO_IGNORED_QUALIFIERS -Wno-ignored-qualifiers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d539.dir/src.cxx.o -o cmTC_9d539 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-sign-compare -Wno-unused-local-typedefs -DHAVE_NO_IGNORED_QUALIFIERS -Wno-ignored-qualifiers -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d539.dir/src.cxx.o -o cmTC_9d539 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -DHAVE_NO_RETURN_TYPE -Wno-return-type -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_94f10.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -DHAVE_NO_RETURN_TYPE -Wno-return-type -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_94f10.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -DHAVE_NO_RETURN_TYPE -Wno-return-type -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94f10.dir/src.cxx.o -o cmTC_94f10 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -DHAVE_NO_RETURN_TYPE -Wno-return-type -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94f10.dir/src.cxx.o -o cmTC_94f10 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -DHAVE_NO_UNUSED_FUNCTION -Wno-unused-function -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e93ac.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -DHAVE_NO_UNUSED_FUNCTION -Wno-unused-function -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e93ac.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -DHAVE_NO_UNUSED_FUNCTION -Wno-unused-function -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e93ac.dir/src.cxx.o -o cmTC_e93ac /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -DHAVE_NO_UNUSED_FUNCTION -Wno-unused-function -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e93ac.dir/src.cxx.o -o cmTC_e93ac /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -DHAVE_MAYBE_UNINITIALIZED -Wmaybe-uninitialized -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_33857.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wmaybe-uninitialized -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -DHAVE_MAYBE_UNINITIALIZED -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_33857.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -DHAVE_MAYBE_UNINITIALIZED -Wmaybe-uninitialized -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33857.dir/src.cxx.o -o cmTC_33857 /usr/lib/libedit.dylib
superenv removed: -Wmaybe-uninitialized -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -DHAVE_MAYBE_UNINITIALIZED -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33857.dir/src.cxx.o -o cmTC_33857 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -DHAVE_UNUSED_BUT_SET -Wunused-but-set-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1ed43.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wunused-but-set-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -DHAVE_UNUSED_BUT_SET -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1ed43.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -DHAVE_UNUSED_BUT_SET -Wunused-but-set-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ed43.dir/src.cxx.o -o cmTC_1ed43 /usr/lib/libedit.dylib
superenv removed: -Wunused-but-set-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -DHAVE_UNUSED_BUT_SET -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ed43.dir/src.cxx.o -o cmTC_1ed43 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_SYS_THREAD_SELFID -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_11aa6.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_SYS_THREAD_SELFID -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_11aa6.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_SYS_THREAD_SELFID -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_11aa6.dir/src.c.o -o cmTC_11aa6 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SYS_THREAD_SELFID -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_11aa6.dir/src.c.o -o cmTC_11aa6 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_SYS_GETTID -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e4bd4.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_SYS_GETTID -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e4bd4.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_SYS_GETTID -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4bd4.dir/src.c.o -o cmTC_e4bd4 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_SYS_GETTID -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4bd4.dir/src.c.o -o cmTC_e4bd4 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_PTHREAD_GETTHREADID_NP -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_df06f.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_PTHREAD_GETTHREADID_NP -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_df06f.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_INTEGER_PTHREAD_SELF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6adb1.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_INTEGER_PTHREAD_SELF -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6adb1.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -DHAVE_INTEGER_PTHREAD_SELF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6adb1.dir/src.c.o -o cmTC_6adb1 /usr/lib/libedit.dylib
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_INTEGER_PTHREAD_SELF -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6adb1.dir/src.c.o -o cmTC_6adb1 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=sched_getcpu -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4d9f1.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DCHECK_FUNCTION_EXISTS=sched_getcpu -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_4d9f1.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=sched_getcpu -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d9f1.dir/CheckFunctionExists.c.o -o cmTC_4d9f1 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=sched_getcpu -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d9f1.dir/CheckFunctionExists.c.o -o cmTC_4d9f1 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=nanosleep -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_648b7.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DCHECK_FUNCTION_EXISTS=nanosleep -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_648b7.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=nanosleep -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_648b7.dir/CheckFunctionExists.c.o -o cmTC_648b7 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=nanosleep -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_648b7.dir/CheckFunctionExists.c.o -o cmTC_648b7 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2ef08.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2ef08.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_GCC_SYNC_SYNCHRONISE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_18e8c.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_IB_GCC_SYNC_SYNCHRONISE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_18e8c.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_GCC_SYNC_SYNCHRONISE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18e8c.dir/src.c.o -o cmTC_18e8c /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_SYNC_SYNCHRONISE -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18e8c.dir/src.c.o -o cmTC_18e8c /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6aa90.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6aa90.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6aa90.dir/src.c.o -o cmTC_6aa90 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_ATOMIC_THREAD_FENCE -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6aa90.dir/src.c.o -o cmTC_6aa90 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9e8cf.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9e8cf.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e8cf.dir/src.c.o -o cmTC_9e8cf /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e8cf.dir/src.c.o -o cmTC_9e8cf /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2cdbb.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2cdbb.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2cdbb.dir/src.c.o -o cmTC_2cdbb /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DHAVE_IB_ATOMIC_PTHREAD_T_GCC -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2cdbb.dir/src.c.o -o cmTC_2cdbb /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DHAVE_IB_LINUX_FUTEX -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_03652.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DHAVE_IB_LINUX_FUTEX -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_03652.dir/src.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=asprintf -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_85572.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -DCHECK_FUNCTION_EXISTS=asprintf -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_85572.dir/CheckFunctionExists.c.o -c /Users/kim/.homebrew/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -DCHECK_FUNCTION_EXISTS=asprintf -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85572.dir/CheckFunctionExists.c.o -o cmTC_85572 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=asprintf -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85572.dir/CheckFunctionExists.c.o -o cmTC_85572 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_PEERCRED -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_05323.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_PEERCRED -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_05323.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_SIGN_COMPARE -Wsign-compare -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_88f6c.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wsign-compare -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_SIGN_COMPARE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_88f6c.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_SIGN_COMPARE -Wsign-compare -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_88f6c.dir/src.cxx.o -o cmTC_88f6c /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wsign-compare -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_SIGN_COMPARE -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_88f6c.dir/src.cxx.o -o cmTC_88f6c /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_UNUSED_VARIABLE -Wunused-variable -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b0380.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wunused-variable -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_UNUSED_VARIABLE -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b0380.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_UNUSED_VARIABLE -Wunused-variable -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0380.dir/src.cxx.o -o cmTC_b0380 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wunused-variable -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DCXX_HAVE_UNUSED_VARIABLE -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0380.dir/src.cxx.o -o cmTC_b0380 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_PARAMETER -Wunused-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_fea72.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wunused-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_PARAMETER -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_fea72.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_PARAMETER -Wunused-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fea72.dir/src.cxx.o -o cmTC_fea72 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wunused-parameter -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_PARAMETER -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fea72.dir/src.cxx.o -o cmTC_fea72 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_DEPREC_CONST -Wno-deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_99ad0.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_DEPREC_CONST -Wno-deprecated-declarations -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_99ad0.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_DEPREC_CONST -Wno-deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99ad0.dir/src.cxx.o -o cmTC_99ad0 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_DEPREC_CONST -Wno-deprecated-declarations -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99ad0.dir/src.cxx.o -o cmTC_99ad0 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bd76a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bd76a.dir/CheckIncludeFiles.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c1613.dir/LONG_LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/LONG_LONG.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_c1613.dir/LONG_LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/LONG_LONG.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c1613.dir/LONG_LONG.c.o -o cmTC_c1613 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c1613.dir/LONG_LONG.c.o -o cmTC_c1613 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_088d1.dir/LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/LONG.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_088d1.dir/LONG.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/LONG.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_088d1.dir/LONG.c.o -o cmTC_088d1 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_088d1.dir/LONG.c.o -o cmTC_088d1 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_21c4f.dir/INT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/INT.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_21c4f.dir/INT.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CheckTypeSize/INT.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21c4f.dir/INT.c.o -o cmTC_21c4f /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21c4f.dir/INT.c.o -o cmTC_21c4f /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ff9f3.dir/TestEndianess.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/TestEndianess.c
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_ff9f3.dir/TestEndianess.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/TestEndianess.c -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang called with: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ff9f3.dir/TestEndianess.c.o -o cmTC_ff9f3
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ff9f3.dir/TestEndianess.c.o -o cmTC_ff9f3 -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_TYPEDEFS -Wunused-local-typedefs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0eb02.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wunused-local-typedefs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_TYPEDEFS -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_0eb02.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_TYPEDEFS -Wunused-local-typedefs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0eb02.dir/src.cxx.o -o cmTC_0eb02 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wunused-local-typedefs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_UNUSED_TYPEDEFS -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0eb02.dir/src.cxx.o -o cmTC_0eb02 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_BUILTIN_MEMCMP -fno-builtin-memcmp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b5a95.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/include/editline -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_BUILTIN_MEMCMP -fno-builtin-memcmp -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_b5a95.dir/src.cxx.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/CMakeTmp/src.cxx -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include
clang++ called with: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_BUILTIN_MEMCMP -fno-builtin-memcmp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5a95.dir/src.cxx.o -o cmTC_b5a95 /usr/lib/libedit.dylib
superenv removed: -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -DHAVE_NO_BUILTIN_MEMCMP -fno-builtin-memcmp -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5a95.dir/src.cxx.o -o cmTC_b5a95 /usr/lib/libedit.dylib -isystem/Users/kim/.rvm/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/kim/.rvm/opt/openssl/include -L/Users/kim/.rvm/opt/openssl/lib -L/Users/kim/.rvm/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file has been truncated, but you can view the full file.
2016-09-27 16:01:33 -0400
make
/Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -H/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 -B/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 --check-build-system CMakeFiles/Makefile.cmake 0
/Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_progress_start /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_SRC.dir/build.make CMakeFiles/INFO_SRC.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_BIN.dir/build.make CMakeFiles/INFO_BIN.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f zlib/CMakeFiles/zlib.dir/build.make zlib/CMakeFiles/zlib.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f strings/CMakeFiles/strings.dir/build.make strings/CMakeFiles/strings.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/INFO_SRC.dir/DependInfo.cmake --color=
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/INFO_BIN.dir/DependInfo.cmake --color=
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/CMakeFiles/zlib.dir/DependInfo.cmake --color=
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/CMakeFiles/strings.dir/DependInfo.cmake --color=
Scanning dependencies of target INFO_BIN
Scanning dependencies of target INFO_SRC
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_SRC.dir/build.make CMakeFiles/INFO_SRC.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/INFO_BIN.dir/build.make CMakeFiles/INFO_BIN.dir/build
/Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/cmake/info_bin.cmake
/Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/cmake/info_src.cmake
Scanning dependencies of target zlib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f zlib/CMakeFiles/zlib.dir/build.make zlib/CMakeFiles/zlib.dir/build
[ 0%] Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/adler32.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/adler32.c
[ 0%] Built target INFO_SRC
[ 0%] Building C object zlib/CMakeFiles/zlib.dir/compress.c.o
[ 0%] Built target INFO_BIN
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/compress.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/compress.c
[ 0%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/crc32.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/crc32.c
[ 0%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/deflate.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/deflate.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gen_dtrace_header.dir/build.make CMakeFiles/gen_dtrace_header.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/CMakeFiles/gen_dtrace_header.dir/DependInfo.cmake --color=
Scanning dependencies of target gen_dtrace_header
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gen_dtrace_header.dir/build.make CMakeFiles/gen_dtrace_header.dir/build
[ 1%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h
/usr/sbin/dtrace -h -s /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/probes_mysql.d -o /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/probes_mysql_dtrace.h
perl /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts/dheadgen.pl -f /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/probes_mysql.d > /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/probes_mysql_nodtrace.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/lz4_lib.dir/build.make extra/CMakeFiles/lz4_lib.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/CMakeFiles/lz4_lib.dir/DependInfo.cmake --color=
Scanning dependencies of target lz4_lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/lz4_lib.dir/build.make extra/CMakeFiles/lz4_lib.dir/build
[ 1%] Built target gen_dtrace_header
[ 1%] Building C object extra/CMakeFiles/lz4_lib.dir/lz4/lz4.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_LZ4=1 -DMUTEX_EVENT -DUNIV_INNOCHECKSUM -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/ndbapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/mgmapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/innobase/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/lz4_lib.dir/lz4/lz4.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4/lz4.c
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/gzio.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/gzio.c
Scanning dependencies of target strings
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f strings/CMakeFiles/strings.dir/build.make strings/CMakeFiles/strings.dir/build
[ 1%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/bchange.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/bchange.c
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-big5.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-big5.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f vio/CMakeFiles/vio.dir/build.make vio/CMakeFiles/vio.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio/CMakeFiles/vio.dir/DependInfo.cmake --color=
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/infback.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/infback.c
Scanning dependencies of target vio
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f vio/CMakeFiles/vio.dir/build.make vio/CMakeFiles/vio.dir/build
[ 1%] Building C object vio/CMakeFiles/vio.dir/vio.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/Users/kim/.rvm/opt/openssl/include -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/vio.dir/vio.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio/vio.c
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-bin.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-bin.c
[ 1%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/Users/kim/.rvm/opt/openssl/include -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/vio.dir/viosocket.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio/viosocket.c
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/inffast.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/inffast.c
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-cp932.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-cp932.c
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/inflate.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/inflate.c
[ 1%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/Users/kim/.rvm/opt/openssl/include -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/vio.dir/viossl.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio/viossl.c
[ 1%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/Users/kim/.rvm/opt/openssl/include -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/vio.dir/viosslfactories.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio/viosslfactories.c
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-czech.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-czech.c
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-euc_kr.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-euc_kr.c
[ 1%] Linking C static library libvio.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/vio.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/vio && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/vio.dir/link.txt --verbose=1
/usr/bin/ar qc libvio.a CMakeFiles/vio.dir/vio.c.o CMakeFiles/vio.dir/viosocket.c.o CMakeFiles/vio.dir/viossl.c.o CMakeFiles/vio.dir/viosslfactories.c.o
/usr/bin/ranlib libvio.a
[ 1%] Built target vio
[ 1%] Building C object extra/CMakeFiles/lz4_lib.dir/lz4/lz4frame.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_LZ4=1 -DMUTEX_EVENT -DUNIV_INNOCHECKSUM -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/ndbapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/mgmapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/innobase/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/lz4_lib.dir/lz4/lz4frame.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4/lz4frame.c
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/inftrees.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/inftrees.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f regex/CMakeFiles/regex.dir/build.make regex/CMakeFiles/regex.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex/CMakeFiles/regex.dir/DependInfo.cmake --color=
Scanning dependencies of target regex
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f regex/CMakeFiles/regex.dir/build.make regex/CMakeFiles/regex.dir/build
[ 1%] Building C object regex/CMakeFiles/regex.dir/regcomp.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/regex.dir/regcomp.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex/regcomp.c
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/trees.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/trees.c
[ 1%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-eucjpms.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-eucjpms.c
[ 1%] Building C object extra/CMakeFiles/lz4_lib.dir/lz4/lz4hc.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_LZ4=1 -DMUTEX_EVENT -DUNIV_INNOCHECKSUM -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/ndbapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/mgmapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/innobase/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/lz4_lib.dir/lz4/lz4hc.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4/lz4hc.c
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/uncompr.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/uncompr.c
[ 1%] Building C object regex/CMakeFiles/regex.dir/regerror.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/regex.dir/regerror.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex/regerror.c
[ 1%] Building C object extra/CMakeFiles/lz4_lib.dir/lz4/xxhash.c.o
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_LZ4=1 -DMUTEX_EVENT -DUNIV_INNOCHECKSUM -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/ndbapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/mgmapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/innobase/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/lz4_lib.dir/lz4/xxhash.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4/xxhash.c
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/zlib.dir/zutil.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib/zutil.c
[ 1%] Linking C static library libzlib.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/zlib.dir/cmake_clean_target.cmake
[ 1%] Building C object regex/CMakeFiles/regex.dir/regexec.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/regex.dir/regexec.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex/regexec.c
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=1
/usr/bin/ar qc libzlib.a CMakeFiles/zlib.dir/adler32.c.o CMakeFiles/zlib.dir/compress.c.o CMakeFiles/zlib.dir/crc32.c.o CMakeFiles/zlib.dir/deflate.c.o CMakeFiles/zlib.dir/gzio.c.o CMakeFiles/zlib.dir/infback.c.o CMakeFiles/zlib.dir/inffast.c.o CMakeFiles/zlib.dir/inflate.c.o CMakeFiles/zlib.dir/inftrees.c.o CMakeFiles/zlib.dir/trees.c.o CMakeFiles/zlib.dir/uncompr.c.o CMakeFiles/zlib.dir/zutil.c.o
/usr/bin/ranlib libzlib.a
[ 1%] Built target zlib
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-extra.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-extra.c
[ 2%] Linking C static library liblz4_lib.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/lz4_lib.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/lz4_lib.dir/link.txt --verbose=1
/usr/bin/ar qc liblz4_lib.a CMakeFiles/lz4_lib.dir/lz4/lz4.c.o CMakeFiles/lz4_lib.dir/lz4/lz4frame.c.o CMakeFiles/lz4_lib.dir/lz4/lz4hc.c.o CMakeFiles/lz4_lib.dir/lz4/xxhash.c.o
/usr/bin/ranlib liblz4_lib.a
[ 2%] Built target lz4_lib
[ 2%] Building C object regex/CMakeFiles/regex.dir/regfree.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/regex.dir/regfree.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex/regfree.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f scripts/CMakeFiles/comp_sql.dir/build.make scripts/CMakeFiles/comp_sql.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts/CMakeFiles/comp_sql.dir/DependInfo.cmake --color=
Scanning dependencies of target comp_sql
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f scripts/CMakeFiles/comp_sql.dir/build.make scripts/CMakeFiles/comp_sql.dir/build
[ 2%] Building C object scripts/CMakeFiles/comp_sql.dir/comp_sql.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/comp_sql.dir/comp_sql.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts/comp_sql.c
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-gb2312.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-gb2312.c
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-gbk.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-gbk.c
[ 2%] Linking C executable comp_sql
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/scripts && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/comp_sql.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/comp_sql.dir/comp_sql.c.o -o comp_sql
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sql/CMakeFiles/gen_lex_hash.dir/build.make sql/CMakeFiles/gen_lex_hash.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/CMakeFiles/gen_lex_hash.dir/DependInfo.cmake --color=
Scanning dependencies of target gen_lex_hash
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sql/CMakeFiles/gen_lex_hash.dir/build.make sql/CMakeFiles/gen_lex_hash.dir/build
[ 2%] Building C object regex/CMakeFiles/regex.dir/reginit.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/regex.dir/reginit.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex/reginit.c
[ 2%] Building CXX object sql/CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/gen_lex_hash.cc
[ 2%] Built target comp_sql
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libservices/CMakeFiles/mysqlservices.dir/build.make libservices/CMakeFiles/mysqlservices.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/CMakeFiles/mysqlservices.dir/DependInfo.cmake --color=
Scanning dependencies of target mysqlservices
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libservices/CMakeFiles/mysqlservices.dir/build.make libservices/CMakeFiles/mysqlservices.dir/build
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/service_command.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/service_command.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/service_command.c
[ 2%] Linking C static library libregex.a
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/locking_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/locking_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/locking_service.c
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/regex.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/regex.dir/link.txt --verbose=1
/usr/bin/ar qc libregex.a CMakeFiles/regex.dir/regcomp.c.o CMakeFiles/regex.dir/regerror.c.o CMakeFiles/regex.dir/regexec.c.o CMakeFiles/regex.dir/regfree.c.o CMakeFiles/regex.dir/reginit.c.o
/usr/bin/ranlib libregex.a
[ 2%] Built target regex
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/protobuf/CMakeFiles/protobuf-lite.dir/build.make extra/protobuf/CMakeFiles/protobuf-lite.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/CMakeFiles/protobuf-lite.dir/DependInfo.cmake --color=
[ 2%] Building C object strings/CMakeFiles/strings.dir/ctype-gb18030.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-gb18030.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-gb18030.c
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/srv_session_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/srv_session_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/srv_session_service.c
Scanning dependencies of target protobuf-lite
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/protobuf/CMakeFiles/protobuf-lite.dir/build.make extra/protobuf/CMakeFiles/protobuf-lite.dir/build
[ 2%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/my_snprintf_service.c
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/thd_alloc_service.c
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_wait_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/thd_wait_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/thd_wait_service.c
[ 2%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc
[ 2%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_plugin_log_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/my_plugin_log_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/my_plugin_log_service.c
[ 2%] Linking CXX executable gen_lex_hash
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/gen_lex_hash.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o -o gen_lex_hash
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_thread_scheduler_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/my_thread_scheduler_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/my_thread_scheduler_service.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/mysql_string_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/mysql_string_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/mysql_string_service.c
[ 3%] Built target gen_lex_hash
[ 3%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-latin1.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-latin1.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/mysql_malloc_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/mysql_malloc_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/mysql_malloc_service.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/mysql_password_policy_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/mysql_password_policy_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/mysql_password_policy_service.c
[ 3%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/common.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/common.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/common.cc
[ 3%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-mb.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-mb.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/parser_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/parser_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/parser_service.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/srv_session_info_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/srv_session_info_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/srv_session_info_service.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/rpl_transaction_ctx_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/rpl_transaction_ctx_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/rpl_transaction_ctx_service.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/rpl_transaction_write_set_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/rpl_transaction_write_set_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/rpl_transaction_write_set_service.c
[ 3%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-simple.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-simple.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/security_context_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/security_context_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/security_context_service.c
[ 3%] Building C object libservices/CMakeFiles/mysqlservices.dir/mysql_keyring_service.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/mysqlservices.dir/mysql_keyring_service.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices/mysql_keyring_service.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libevent/CMakeFiles/event.dir/build.make libevent/CMakeFiles/event.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/CMakeFiles/event.dir/DependInfo.cmake --color=
Scanning dependencies of target event
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libevent/CMakeFiles/event.dir/build.make libevent/CMakeFiles/event.dir/build
[ 4%] Building C object libevent/CMakeFiles/event.dir/event.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/event.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/event.c
[ 4%] Linking C static library libmysqlservices.a
[ 5%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/once.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/mysqlservices.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/once.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/once.cc
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libservices && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/mysqlservices.dir/link.txt --verbose=1
/usr/bin/ar qc libmysqlservices.a CMakeFiles/mysqlservices.dir/service_command.c.o CMakeFiles/mysqlservices.dir/locking_service.c.o CMakeFiles/mysqlservices.dir/srv_session_service.c.o CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o CMakeFiles/mysqlservices.dir/thd_wait_service.c.o CMakeFiles/mysqlservices.dir/my_plugin_log_service.c.o CMakeFiles/mysqlservices.dir/my_thread_scheduler_service.c.o CMakeFiles/mysqlservices.dir/mysql_string_service.c.o CMakeFiles/mysqlservices.dir/mysql_malloc_service.c.o CMakeFiles/mysqlservices.dir/mysql_password_policy_service.c.o CMakeFiles/mysqlservices.dir/parser_service.c.o CMakeFiles/mysqlservices.dir/srv_session_info_service.c.o CMakeFiles/mysqlservices.dir/rpl_transaction_ctx_service.c.o CMakeFiles/mysqlservices.dir/rpl_transaction_write_set_service.c.o CMakeFiles/mysqlservices.dir/security_context_service.c.o CMakeFiles/mysqlservices.dir/mysql_keyring_service.c.o
/usr/bin/ranlib libmysqlservices.a
[ 5%] Built target mysqlservices
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-sjis.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-sjis.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/buffer.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/buffer.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/buffer.c
[ 5%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/stringprintf.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/stringprintf.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/stringprintf.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/protobuf/CMakeFiles/protobuf.dir/build.make extra/protobuf/CMakeFiles/protobuf.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/CMakeFiles/protobuf.dir/DependInfo.cmake --color=
Scanning dependencies of target protobuf
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/protobuf/CMakeFiles/protobuf.dir/build.make extra/protobuf/CMakeFiles/protobuf.dir/build
[ 5%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/stubs/strutil.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/stubs/strutil.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/strutil.cc
[ 5%] Building C object libevent/CMakeFiles/event.dir/evbuffer.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/evbuffer.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/evbuffer.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/log.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/log.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/log.c
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-tis620.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-tis620.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/signal.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/signal.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/signal.c
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-uca.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-uca.c
[ 5%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/extension_set.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/extension_set.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/extension_set.cc
[ 5%] Building C object libevent/CMakeFiles/event.dir/evutil.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/evutil.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/evutil.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/event_tagging.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/event_tagging.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/event_tagging.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/evrpc.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/evrpc.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/evrpc.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/strlcpy.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/strlcpy.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/strlcpy.c
[ 5%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/stubs/substitute.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/stubs/substitute.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/substitute.cc
[ 5%] Building C object libevent/CMakeFiles/event.dir/select.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/select.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/select.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/http.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/http.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/http.c
[ 5%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/stubs/structurally_valid.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/stubs/structurally_valid.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/structurally_valid.cc
[ 5%] Building C object libevent/CMakeFiles/event.dir/poll.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/poll.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/poll.c
[ 5%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-ucs2.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-ucs2.c
[ 5%] Building C object libevent/CMakeFiles/event.dir/kqueue.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/compat/sys -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -fPIC -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/event.dir/kqueue.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent/kqueue.c
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/descriptor.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/descriptor.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/descriptor.cc
[ 6%] Linking C static library libevent.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/event.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/event.dir/link.txt --verbose=1
/usr/bin/ar qc libevent.a CMakeFiles/event.dir/event.c.o CMakeFiles/event.dir/buffer.c.o CMakeFiles/event.dir/evbuffer.c.o CMakeFiles/event.dir/log.c.o CMakeFiles/event.dir/signal.c.o CMakeFiles/event.dir/evutil.c.o CMakeFiles/event.dir/event_tagging.c.o CMakeFiles/event.dir/evrpc.c.o CMakeFiles/event.dir/strlcpy.c.o CMakeFiles/event.dir/select.c.o CMakeFiles/event.dir/http.c.o CMakeFiles/event.dir/poll.c.o CMakeFiles/event.dir/kqueue.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libevent.a(strlcpy.c.o) has no symbols
/usr/bin/ranlib libevent.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libevent.a(strlcpy.c.o) has no symbols
[ 6%] Built target event
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/generated_message_util.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/generated_message_util.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/generated_message_util.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/protobuf/CMakeFiles/protoclib.dir/build.make extra/protobuf/CMakeFiles/protoclib.dir/depend
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-ujis.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-ujis.c
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/CMakeFiles/protoclib.dir/DependInfo.cmake --color=
Scanning dependencies of target protoclib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/protobuf/CMakeFiles/protoclib.dir/build.make extra/protobuf/CMakeFiles/protoclib.dir/build
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/code_generator.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/code_generator.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/code_generator.cc
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/command_line_interface.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/command_line_interface.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/command_line_interface.cc
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-utf8.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-utf8.c
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/message_lite.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/message_lite.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/message_lite.cc
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/repeated_field.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/repeated_field.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/repeated_field.cc
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype-win1250ch.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype-win1250ch.c
[ 6%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/ctype.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/ctype.c
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/wire_format_lite.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/wire_format_lite.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/wire_format_lite.cc
[ 6%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/decimal.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/decimal.c
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/coded_stream.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/coded_stream.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/io/coded_stream.cc
[ 6%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/dtoa.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/dtoa.c
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream.cc
[ 6%] Building CXX object extra/protobuf/CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
[ 6%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/int2str.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/int2str.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/is_prefix.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/is_prefix.c
[ 7%] Linking CXX static library libprotobuf-lite.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/protobuf-lite.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/protobuf-lite.dir/link.txt --verbose=1
/usr/bin/ar qc libprotobuf-lite.a CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/common.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/once.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/stubs/stringprintf.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/extension_set.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/generated_message_util.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/message_lite.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/repeated_field.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/wire_format_lite.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/coded_stream.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream.cc.o CMakeFiles/protobuf-lite.dir/protobuf-2.6.1/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[ 7%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/llstr.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/llstr.c
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf-lite.a(atomicops_internals_x86_gcc.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf-lite.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/usr/bin/ranlib libprotobuf-lite.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf-lite.a(atomicops_internals_x86_gcc.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf-lite.a(atomicops_internals_x86_msvc.cc.o) has no symbols
[ 7%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/plugin.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/plugin.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/plugin.cc
[ 7%] Built target protobuf-lite
[ 7%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/descriptor.pb.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/descriptor.pb.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/descriptor.pb.cc
[ 7%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/longlong2str.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/longlong2str.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/my_strtoll10.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/my_strtoll10.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/my_vsnprintf.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/my_vsnprintf.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/str2int.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/str2int.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/str_alloc.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/str_alloc.c
[ 7%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/plugin.pb.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/plugin.pb.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/plugin.pb.cc
[ 7%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strcend.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strcend.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/strend.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strend.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strend.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strfill.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strfill.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strmake.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strmake.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/my_stpmov.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/my_stpmov.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/my_stpmov.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/my_stpnmov.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/my_stpnmov.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/my_stpnmov.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strxmov.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strxmov.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f rapid/plugin/x/CMakeFiles/GenLiteProtos.dir/build.make rapid/plugin/x/CMakeFiles/GenLiteProtos.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/CMakeFiles/GenLiteProtos.dir/DependInfo.cmake --color=
Scanning dependencies of target GenLiteProtos
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f rapid/plugin/x/CMakeFiles/GenLiteProtos.dir/build.make rapid/plugin/x/CMakeFiles/GenLiteProtos.dir/build
[ 7%] Generating generated/protobuf_lite/mysqlx.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strxnmov.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strxnmov.c
[ 7%] Generating generated/protobuf_lite/mysqlx_datatypes.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_datatypes.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_connection.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_connection.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/subprocess.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/subprocess.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/subprocess.cc
[ 7%] Generating generated/protobuf_lite/mysqlx_expect.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_expect.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_expr.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_expr.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_crud.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_crud.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_sql.proto
[ 7%] Building C object strings/CMakeFiles/strings.dir/xml.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/xml.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/xml.c
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_sql.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_session.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_session.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_notice.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_notice.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Generating generated/protobuf_lite/mysqlx_resultset.proto
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -D CURRENT_BINARY_DIR="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x" -D PROTO_FILE="/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/mysqlx_resultset.proto" -D PROTO_FILE_FLAGS="PROTOBUF_LITE" -P /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/process_protobuf_file.cmake
[ 7%] Built target GenLiteProtos
[ 7%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/descriptor_database.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/descriptor_database.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/descriptor_database.cc
[ 7%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/my_strchr.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/my_strchr.c
[ 7%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strcont.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strcont.c
[ 8%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DDISABLE_MYSQL_THREAD_H -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/strings.dir/strappend.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings/strappend.c
[ 8%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/zip_writer.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/zip_writer.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/zip_writer.cc
[ 8%] Linking C static library libstrings.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/strings.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/strings.dir/link.txt --verbose=1
/usr/bin/ar qc libstrings.a CMakeFiles/strings.dir/bchange.c.o CMakeFiles/strings.dir/ctype-big5.c.o CMakeFiles/strings.dir/ctype-bin.c.o CMakeFiles/strings.dir/ctype-cp932.c.o CMakeFiles/strings.dir/ctype-czech.c.o CMakeFiles/strings.dir/ctype-euc_kr.c.o CMakeFiles/strings.dir/ctype-eucjpms.c.o CMakeFiles/strings.dir/ctype-extra.c.o CMakeFiles/strings.dir/ctype-gb2312.c.o CMakeFiles/strings.dir/ctype-gbk.c.o CMakeFiles/strings.dir/ctype-gb18030.c.o CMakeFiles/strings.dir/ctype-latin1.c.o CMakeFiles/strings.dir/ctype-mb.c.o CMakeFiles/strings.dir/ctype-simple.c.o CMakeFiles/strings.dir/ctype-sjis.c.o CMakeFiles/strings.dir/ctype-tis620.c.o CMakeFiles/strings.dir/ctype-uca.c.o CMakeFiles/strings.dir/ctype-ucs2.c.o CMakeFiles/strings.dir/ctype-ujis.c.o CMakeFiles/strings.dir/ctype-utf8.c.o CMakeFiles/strings.dir/ctype-win1250ch.c.o CMakeFiles/strings.dir/ctype.c.o CMakeFiles/strings.dir/decimal.c.o CMakeFiles/strings.dir/dtoa.c.o CMakeFiles/strings.dir/int2str.c.o CMakeFiles/strings.dir/is_prefix.c.o CMakeFiles/strings.dir/llstr.c.o CMakeFiles/strings.dir/longlong2str.c.o CMakeFiles/strings.dir/my_strtoll10.c.o CMakeFiles/strings.dir/my_vsnprintf.c.o CMakeFiles/strings.dir/str2int.c.o CMakeFiles/strings.dir/str_alloc.c.o CMakeFiles/strings.dir/strcend.c.o CMakeFiles/strings.dir/strend.c.o CMakeFiles/strings.dir/strfill.c.o CMakeFiles/strings.dir/strmake.c.o CMakeFiles/strings.dir/my_stpmov.c.o CMakeFiles/strings.dir/my_stpnmov.c.o CMakeFiles/strings.dir/strxmov.c.o CMakeFiles/strings.dir/strxnmov.c.o CMakeFiles/strings.dir/xml.c.o CMakeFiles/strings.dir/my_strchr.c.o CMakeFiles/strings.dir/strcont.c.o CMakeFiles/strings.dir/strappend.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols
/usr/bin/ranlib libstrings.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols
[ 8%] Built target strings
[ 8%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/dynamic_message.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/dynamic_message.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/dynamic_message.cc
[ 9%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_enum.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_enum.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/build.make libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/DependInfo.cmake --color=
Scanning dependencies of target binlogstandalone_shared
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/build.make libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/build
[ 9%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/load_data_events.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -Dbinlogstandalone_shared_EXPORTS -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/load_data_events.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/load_data_events.cpp
[ 9%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_enum_field.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/build.make libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/DependInfo.cmake --color=
Scanning dependencies of target binlogstandalone_static
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/build.make libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/build
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/load_data_events.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/load_data_events.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/load_data_events.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/extension_set_heavy.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/extension_set_heavy.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/extension_set_heavy.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/rows_event.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -Dbinlogstandalone_shared_EXPORTS -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/rows_event.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/rows_event.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_extension.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_extension.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/rows_event.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/rows_event.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/rows_event.cpp
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/binlog_event.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -Dbinlogstandalone_shared_EXPORTS -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/binlog_event.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/binlog_event.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/generated_message_reflection.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/generated_message_reflection.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/generated_message_reflection.cc
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_field.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_field.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_field.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/binlog_event.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/binlog_event.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/binlog_event.cpp
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/control_events.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -Dbinlogstandalone_shared_EXPORTS -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/control_events.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/control_events.cpp
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/control_events.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/control_events.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/control_events.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_file.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_file.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_file.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/statement_events.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -Dbinlogstandalone_shared_EXPORTS -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/statement_events.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/statement_events.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_generator.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_generator.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/statement_events.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/statement_events.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/statement_events.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_helpers.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/uuid.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -Dbinlogstandalone_shared_EXPORTS -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/uuid.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/uuid.cpp
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/message.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/message.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/message.cc
[ 10%] Building CXX object libbinlogstandalone/src/CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/uuid.cpp.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DSTANDALONE_BINLOG -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/../libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/uuid.cpp.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/src/uuid.cpp
[ 10%] Linking CXX shared library ../lib/libbinlogstandalone.dylib
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/binlogstandalone_shared.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -dynamiclib -Wl,-headerpad_max_install_names -fPIC -o ../lib/libbinlogstandalone.dylib -install_name /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/lib/libbinlogstandalone.dylib CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/load_data_events.cpp.o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/rows_event.cpp.o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/binlog_event.cpp.o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/control_events.cpp.o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/statement_events.cpp.o CMakeFiles/binlogstandalone_shared.dir/__/__/libbinlogevents/src/uuid.cpp.o ../../zlib/libzlib.a
[ 10%] Built target binlogstandalone_shared
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_message.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_message.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_message.cc
[ 10%] Linking CXX static library ../lib/libbinlogstandalone.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/binlogstandalone_static.dir/cmake_clean_target.cmake
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/lz4_decompress.dir/build.make extra/CMakeFiles/lz4_decompress.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/CMakeFiles/lz4_decompress.dir/DependInfo.cmake --color=
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogstandalone/src && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/binlogstandalone_static.dir/link.txt --verbose=1
/usr/bin/ar qc ../lib/libbinlogstandalone.a CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/load_data_events.cpp.o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/rows_event.cpp.o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/binlog_event.cpp.o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/control_events.cpp.o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/statement_events.cpp.o CMakeFiles/binlogstandalone_static.dir/__/__/libbinlogevents/src/uuid.cpp.o
Scanning dependencies of target lz4_decompress
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extra/CMakeFiles/lz4_decompress.dir/build.make extra/CMakeFiles/lz4_decompress.dir/build
/usr/bin/ranlib ../lib/libbinlogstandalone.a
[ 10%] Building CXX object extra/CMakeFiles/lz4_decompress.dir/lz4_decompress.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_LZ4=1 -DMUTEX_EVENT -DUNIV_INNOCHECKSUM -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/ndbapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/ndb/include/mgmapi -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/storage/innobase/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/lz4_decompress.dir/lz4_decompress.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4_decompress.cc
[ 10%] Built target binlogstandalone_static
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_message_field.cc
[ 10%] Linking CXX executable lz4_decompress
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/lz4_decompress.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lz4_decompress.dir/lz4_decompress.cc.o -o lz4_decompress liblz4_lib.a
[ 10%] Built target lz4_decompress
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wno-sign-compare -Wno-unused-local-typedefs -Wno-ignored-qualifiers -Wno-return-type -Wno-unused-function -Wno-maybe-uninitialized -Wno-unused-but-set-parameter -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/protoclib.dir/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc
[ 10%] Building CXX object extra/protobuf/CMakeFiles/protobuf.dir/protobuf-2.6.1/src/google/protobuf/reflection_ops.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_PTHREAD -DHAVE_ZLIB -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.
[...snip...]
g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/auth/password.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth/password.c
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/auth/password_policy_service.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/auth/password_policy_service.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth/password_policy_service.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/standard_progress_watcher.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -Wno-unused-local-typedefs -o CMakeFiles/mysqlpump_lib.dir/standard_progress_watcher.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/standard_progress_watcher.cc
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/auth/sql_security_ctx.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/auth/sql_security_ctx.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth/sql_security_ctx.cc
[ 69%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/item_inetfunc.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/item_inetfunc.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/item_inetfunc.cc
[ 69%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/mysqlx_row.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/mysqlx_row.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/mysqlx_row.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/standard_writer.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/standard_writer.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/standard_writer.cc
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/auth/service_security_context.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/auth/service_security_context.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth/service_security_context.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/stored_procedure.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/stored_procedure.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/stored_procedure.cc
[ 69%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/json_dom.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/json_dom.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/json_dom.cc
[ 69%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/mysqlx_session.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/mysqlx_session.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/mysqlx_session.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/table.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -Wno-unused-local-typedefs -o CMakeFiles/mysqlpump_lib.dir/table.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/table.cc
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/keyring_service.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/keyring_service.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/keyring_service.cc
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/ssl_wrapper_service.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/ssl_wrapper_service.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/ssl_wrapper_service.cc
[ 69%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/mysqlxtest.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/mysqlxtest.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/mysqlxtest.cc
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/bootstrap.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/bootstrap.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/bootstrap.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/table_deferred_indexes_dump_task.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/table_deferred_indexes_dump_task.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/table_deferred_indexes_dump_task.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/table_definition_dump_task.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/table_definition_dump_task.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/table_definition_dump_task.cc
[ 69%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/table_rows_dump_task.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/table_rows_dump_task.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/table_rows_dump_task.cc
[ 69%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/json_binary.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/json_binary.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/json_binary.cc
[ 69%] Building CXX object sql/CMakeFiles/sql.dir/conn_handler/connection_handler_manager.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/conn_handler/connection_handler_manager.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler/connection_handler_manager.cc
[ 70%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/tables_definition_ready_dump_task.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/tables_definition_ready_dump_task.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/tables_definition_ready_dump_task.cc
[ 70%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/thread.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/thread.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/thread.cc
[ 70%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/thread_group.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/thread_group.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/thread_group.cc
[ 70%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/thread_specific_connection_provider.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/thread_specific_connection_provider.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/thread_specific_connection_provider.cc
[ 70%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/json_path.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/json_path.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/json_path.cc
[ 70%] Building CXX object sql/CMakeFiles/sql.dir/datadict.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/datadict.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/datadict.cc
[ 70%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/trigger.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/trigger.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/trigger.cc
[ 70%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/key.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/key.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/key.cc
[ 70%] Building CXX object client/dump/CMakeFiles/mysqlpump_lib.dir/view.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/view.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/view.cc
[ 70%] Building C object client/dump/CMakeFiles/mysqlpump_lib.dir/__/__/sql-common/my_user.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump_lib.dir/__/__/sql-common/my_user.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql-common/my_user.c
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/keycaches.cc.o
[ 71%] Linking CXX static library libmysqlpump_lib.a
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -P CMakeFiles/mysqlpump_lib.dir/cmake_clean_target.cmake
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/keycaches.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/keycaches.cc
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/mysqlpump_lib.dir/link.txt --verbose=1
/usr/bin/ar qc libmysqlpump_lib.a CMakeFiles/mysqlpump_lib.dir/abstract_chain_element.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_connection_provider.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_crawler.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_data_formatter_wrapper.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_data_object.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_database_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_mysql_chain_element_extension.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_object_reader_wrapper.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_output_writer_wrapper.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_plain_sql_object.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_plain_sql_object_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_progress_reporter.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_progress_watcher.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_simple_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/abstract_table_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/chain_data.cc.o CMakeFiles/mysqlpump_lib.dir/composite_message_handler.cc.o CMakeFiles/mysqlpump_lib.dir/compression_lz4_writer.cc.o CMakeFiles/mysqlpump_lib.dir/compression_zlib_writer.cc.o CMakeFiles/mysqlpump_lib.dir/database.cc.o CMakeFiles/mysqlpump_lib.dir/database_end_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/database_start_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/dump_end_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/dump_start_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/event_scheduler_event.cc.o CMakeFiles/mysqlpump_lib.dir/field.cc.o CMakeFiles/mysqlpump_lib.dir/file_writer.cc.o CMakeFiles/mysqlpump_lib.dir/i_chain_element.cc.o CMakeFiles/mysqlpump_lib.dir/i_connection_provider.cc.o CMakeFiles/mysqlpump_lib.dir/i_crawler.cc.o CMakeFiles/mysqlpump_lib.dir/i_data_formatter.cc.o CMakeFiles/mysqlpump_lib.dir/i_data_formatter_wrapper.cc.o CMakeFiles/mysqlpump_lib.dir/i_data_object.cc.o CMakeFiles/mysqlpump_lib.dir/i_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/i_object_reader.cc.o CMakeFiles/mysqlpump_lib.dir/i_object_reader_wrapper.cc.o CMakeFiles/mysqlpump_lib.dir/i_output_writer.cc.o CMakeFiles/mysqlpump_lib.dir/i_output_writer_wrapper.cc.o CMakeFiles/mysqlpump_lib.dir/i_progress_reporter.cc.o CMakeFiles/mysqlpump_lib.dir/i_progress_watcher.cc.o CMakeFiles/mysqlpump_lib.dir/item_processing_data.cc.o CMakeFiles/mysqlpump_lib.dir/mysql_chain_element_options.cc.o CMakeFiles/mysqlpump_lib.dir/mysql_crawler.cc.o CMakeFiles/mysqlpump_lib.dir/mysql_field.cc.o CMakeFiles/mysqlpump_lib.dir/mysql_function.cc.o CMakeFiles/mysqlpump_lib.dir/mysql_object_reader.cc.o CMakeFiles/mysqlpump_lib.dir/mysql_object_reader_options.cc.o CMakeFiles/mysqlpump_lib.dir/mysqldump_tool_chain_maker.cc.o CMakeFiles/mysqlpump_lib.dir/mysqldump_tool_chain_maker_options.cc.o CMakeFiles/mysqlpump_lib.dir/object_filter.cc.o CMakeFiles/mysqlpump_lib.dir/object_queue.cc.o CMakeFiles/mysqlpump_lib.dir/pattern_matcher.cc.o CMakeFiles/mysqlpump_lib.dir/privilege.cc.o CMakeFiles/mysqlpump_lib.dir/row.cc.o CMakeFiles/mysqlpump_lib.dir/row_group_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/simple_id_generator.cc.o CMakeFiles/mysqlpump_lib.dir/single_transaction_connection_provider.cc.o CMakeFiles/mysqlpump_lib.dir/sql_formatter.cc.o CMakeFiles/mysqlpump_lib.dir/sql_formatter_options.cc.o CMakeFiles/mysqlpump_lib.dir/standard_progress_watcher.cc.o CMakeFiles/mysqlpump_lib.dir/standard_writer.cc.o CMakeFiles/mysqlpump_lib.dir/stored_procedure.cc.o CMakeFiles/mysqlpump_lib.dir/table.cc.o CMakeFiles/mysqlpump_lib.dir/table_deferred_indexes_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/table_definition_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/table_rows_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/tables_definition_ready_dump_task.cc.o CMakeFiles/mysqlpump_lib.dir/thread.cc.o CMakeFiles/mysqlpump_lib.dir/thread_group.cc.o CMakeFiles/mysqlpump_lib.dir/thread_specific_connection_provider.cc.o CMakeFiles/mysqlpump_lib.dir/trigger.cc.o CMakeFiles/mysqlpump_lib.dir/view.cc.o CMakeFiles/mysqlpump_lib.dir/__/__/sql-common/my_user.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_connection_provider.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_crawler.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_data_formatter.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_data_formatter_wrapper.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_data_object.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_object_reader.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_object_reader_wrapper.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_output_writer.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_output_writer_wrapper.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_progress_watcher.cc.o) has no symbols
/usr/bin/ranlib libmysqlpump_lib.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_connection_provider.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_crawler.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_data_formatter.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_data_formatter_wrapper.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_data_object.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_object_reader.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_object_reader_wrapper.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_output_writer.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_output_writer_wrapper.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysqlpump_lib.a(i_progress_watcher.cc.o) has no symbols
[ 71%] Built target mysqlpump_lib
[ 71%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/password_hasher.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/password_hasher.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/password_hasher.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/lock.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/lock.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/lock.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/debug_sync.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -Wno-unused-local-typedefs -o CMakeFiles/sql.dir/debug_sync.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/debug_sync.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/derror.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/derror.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/derror.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libmysql/CMakeFiles/libmysql_api_test.dir/build.make libmysql/CMakeFiles/libmysql_api_test.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql/CMakeFiles/libmysql_api_test.dir/DependInfo.cmake --color=
Scanning dependencies of target libmysql_api_test
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f libmysql/CMakeFiles/libmysql_api_test.dir/build.make libmysql/CMakeFiles/libmysql_api_test.dir/build
[ 71%] Building C object libmysql/CMakeFiles/libmysql_api_test.dir/api_test.c.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -Wall -Wextra -Wformat-security -Wvla -Wwrite-strings -Wdeclaration-after-statement -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -D CLIENT_PROTOCOL_TRACING -o CMakeFiles/libmysql_api_test.dir/api_test.c.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql/api_test.c
[ 71%] Linking CXX executable libmysql_api_test
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/libmysql_api_test.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/libmysql_api_test.dir/api_test.c.o -o libmysql_api_test libmysqlclient.20.dylib
[ 71%] Built target libmysql_api_test
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/locking_service.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/locking_service.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/locking_service.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f client/CMakeFiles/mysql_upgrade.dir/build.make client/CMakeFiles/mysql_upgrade.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/CMakeFiles/mysql_upgrade.dir/DependInfo.cmake --color=
Scanning dependencies of target mysql_upgrade
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f client/CMakeFiles/mysql_upgrade.dir/build.make client/CMakeFiles/mysql_upgrade.dir/build
[ 71%] Building CXX object client/CMakeFiles/mysql_upgrade.dir/upgrade/program.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_DLOPEN -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysql_upgrade.dir/upgrade/program.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/upgrade/program.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/discover.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/discover.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/discover.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/log.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/log.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/log.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/field.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/field.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/field.cc
[ 71%] Linking CXX executable mysql_upgrade
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/mysql_upgrade.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mysql_upgrade.dir/upgrade/program.cc.o -o mysql_upgrade ../libmysql/libmysqlclient.a base/libclient_base.a libmysqlcheck_core.a ../libmysql/libmysqlclient.a /Users/kim/.rvm/opt/openssl/lib/libssl.dylib /Users/kim/.rvm/opt/openssl/lib/libcrypto.dylib
[ 71%] Built target mysql_upgrade
[ 71%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/expr_parser.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/expr_parser.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common/expr_parser.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/mdl.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/mdl.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/mdl.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/my_decimal.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/my_decimal.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/my_decimal.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/net_serv.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/net_serv.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/net_serv.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_costconstantcache.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_costconstantcache.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_costconstantcache.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/field_conv.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/field_conv.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/field_conv.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f client/dump/CMakeFiles/mysqlpump.dir/build.make client/dump/CMakeFiles/mysqlpump.dir/depend
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15 /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/CMakeFiles/mysqlpump.dir/DependInfo.cmake --color=
Scanning dependencies of target mysqlpump
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f client/dump/CMakeFiles/mysqlpump.dir/build.make client/dump/CMakeFiles/mysqlpump.dir/build
[ 71%] Building CXX object client/dump/CMakeFiles/mysqlpump.dir/program.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/mysys_ssl -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/strings -I/usr/include/editline -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/dump -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wno-unused-local-typedefs -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -o CMakeFiles/mysqlpump.dir/program.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump/program.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_costconstants.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_costconstants.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_costconstants.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_costmodel.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_costmodel.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_costmodel.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/filesort.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/filesort.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/filesort.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_explain.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_explain.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_explain.cc
[ 71%] Linking CXX executable ../mysqlpump
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/client/dump && /Users/kim/.homebrew/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/mysqlpump.dir/link.txt --verbose=1
/Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mysqlpump.dir/program.cc.o -o ../mysqlpump libmysqlpump_lib.a libboost_lib.a ../base/libclient_base.a ../../libmysql/libmysqlclient.a /Users/kim/.rvm/opt/openssl/lib/libssl.dylib /Users/kim/.rvm/opt/openssl/lib/libcrypto.dylib ../../extra/liblz4_lib.a
[ 71%] Built target mysqlpump
[ 71%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/orderby_parser.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/orderby_parser.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common/orderby_parser.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/filesort_utils.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -fno-builtin-memcmp -o CMakeFiles/sql.dir/filesort_utils.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/filesort_utils.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_explain_traditional.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_explain_traditional.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_explain_traditional.cc
[ 71%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/proj_parser.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/proj_parser.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common/proj_parser.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/aggregate_check.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/aggregate_check.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/aggregate_check.cc
[ 71%] Building CXX object sql/CMakeFiles/sql.dir/geometry_rtree.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -Wno-unused-local-typedefs -o CMakeFiles/sql.dir/geometry_rtree.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/geometry_rtree.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_explain_json.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_explain_json.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_explain_json.cc
[ 71%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/tokenizer.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/tokenizer.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common/tokenizer.cc
[ 71%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_hints.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_hints.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_hints.cc
[ 72%] Building CXX object sql/CMakeFiles/sql.dir/gstream.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/gstream.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/gstream.cc
[ 72%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/utils_mysql_parsing.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/mysqlxtest_src/common/utils_mysql_parsing.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common/utils_mysql_parsing.cc
[ 72%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_range.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_range.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_range.cc
[ 72%] Building CXX object sql/CMakeFiles/sql.dir/handler.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include/boost_1_59_0/patches -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -Wno-unused-local-typedefs -o CMakeFiles/sql.dir/handler.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/handler.cc
[ 72%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/ngs/src/protocol_authentication.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf_lite -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/ngs/src/protocol_authentication.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/src/protocol_authentication.cc
[ 72%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_statistics.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_statistics.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_statistics.cc
[ 72%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/generated/protobuf/mysqlx.pb.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-ignored-qualifiers -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/generated/protobuf/mysqlx.pb.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf/mysqlx.pb.cc
[ 72%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_sum.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_sum.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_sum.cc
[ 72%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/generated/protobuf/mysqlx_datatypes.pb.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0 -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libevent -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/mysqlxtest_src/common -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/ -Wno-ignored-qualifiers -Wno-sign-compare -Wno-unused-variable -Wno-unused-but-set-parameter -Wno-unused-parameter -o CMakeFiles/mysqlxtest.dir/generated/protobuf/mysqlx_datatypes.pb.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/generated/protobuf/mysqlx_datatypes.pb.cc
[ 72%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_trace.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_trace.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_trace.cc
[ 72%] Building CXX object sql/CMakeFiles/sql.dir/hostname.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DHAVE_REPLICATION -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql.dir/hostname.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/hostname.cc
[ 73%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/opt_trace2server.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DMYSQL_SERVER -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libmysqld -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/auth -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/conn_handler -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/regex -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/backup -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/lz4 -Wall -Wextra -Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -Wno-null-conversion -Wno-unused-private-field -O3 -g -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/sql_embedded.dir/__/sql/opt_trace2server.cc.o -c /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/sql/opt_trace2server.cc
[ 73%] Building CXX object rapid/plugin/x/CMakeFiles/mysqlxtest.dir/generated/protobuf/mysqlx_connection.pb.cc.o
cd /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x && /Users/kim/.homebrew/Library/Homebrew/shims/super/clang++ -DBOOST_ALL_NO_LIB -DBOOST_NO_AUTO_PTR -DHAVE_CONFIG_H -DHAVE_LIBEVENT1 -DHAVE_OPENSSL -DNGS_DISABLE_LOGGING -DUSE_MYSQLX_FULL_PROTO -DXPLUGIN_LOG_PROTOBUF -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/rapidjson/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/libbinlogevents/export -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/extra/protobuf/protobuf-2.6.1/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/protocol/errors -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/src -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/ngs/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/rapid/plugin/x/include/mysql -I/Users/kim/.rvm/opt/openssl/include -I/tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/zlib -isystem /tmp/mysql-20160927-74594-usgh6g/mysql-5.7.15/boost/boost_1_59_0
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment