Created
October 7, 2013 10:47
-
-
Save roderik/6865926 to your computer and use it in GitHub Desktop.
Terminal session with settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:28:03][roderik@Sinope /opt/kitchenplan](feature/mavericksGM *)$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: f40af36f909a1ab0a6c409254f5944fe477392ae | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.1 | |
LLVM-GCC: N/A | |
Clang: 5.0 build 500 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:27:53][roderik@Sinope /opt/kitchenplan](feature/mavericksGM *)$ brew doctor | |
Warning: You are using Mac OS X 10.9. | |
We do not yet provide support for this (unreleased) version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:43:00][roderik@Sinope /opt/kitchenplan](feature/mavericksGM *)$ brew install -v mysql 2>&1 | |
==> Downloading http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.13.tar.gz/from/http://cdn.mysql.com/ | |
Already downloaded: /Library/Caches/Homebrew/mysql-5.6.13.com | |
tar xf /Library/Caches/Homebrew/mysql-5.6.13.com | |
==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/mysql/5.6.13 -DMYSQL_DATADIR=/usr/local/var/mysql -DINSTALL_MANDIR=/usr/local/Cellar/mysql/5.6.13/share/man -DINSTALL_DOCDIR=/usr/local/Cellar/mysql/5.6.13/share/doc/mysql -DINSTALL_INFODIR=/usr/local/Cellar/mysql/5.6.13/share/info -DINSTALL_MYSQLSHAREDIR=share/mysql -DWITH_SSL=yes -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci -DSYSCONFDIR=/usr/local/etc -DWITH_UNIT_TESTS=OFF -DWITH_READLINE=yes | |
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/mysql/5.6.13 -DMYSQL_DATADIR=/usr/local/var/mysql -DINSTALL_MANDIR=/usr/local/Cellar/mysql/5.6.13/share/man -DINSTALL_DOCDIR=/usr/local/Cellar/mysql/5.6.13/share/doc/mysql -DINSTALL_INFODIR=/usr/local/Cellar/mysql/5.6.13/share/info -DINSTALL_MYSQLSHAREDIR=share/mysql -DWITH_SSL=yes -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci -DSYSCONFDIR=/usr/local/etc -DWITH_UNIT_TESTS=OFF -DWITH_READLINE=yes | |
-- Running cmake version 2.8.11.2 | |
-- The C compiler identification is Clang 5.0.0 | |
-- The CXX compiler identification is Clang 5.0.0 | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- 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 | |
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE' | |
-- MySQL 5.6.13 | |
-- Packaging as: mysql-5.6.13-osx10.9-x86_64 | |
-- 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 - not found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - not found | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Looking for 4 include files stdlib.h, ..., float.h | |
-- Looking for 4 include files stdlib.h, ..., float.h - found | |
-- Looking for include file alloca.h | |
-- Looking for include file alloca.h - found | |
-- Looking for include file aio.h | |
-- Looking for include file aio.h - found | |
-- Looking for include file arpa/inet.h | |
-- Looking for include file arpa/inet.h - found | |
-- Looking for include file crypt.h | |
-- Looking for include file crypt.h - not found | |
-- Looking for include file cxxabi.h | |
-- Looking for include file cxxabi.h - not 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 fcntl.h | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file fenv.h | |
-- Looking for include file fenv.h - found | |
-- Looking for include file float.h | |
-- Looking for include file float.h - found | |
-- Looking for include file floatingpoint.h | |
-- Looking for include file floatingpoint.h - not 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 inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file langinfo.h | |
-- Looking for include file langinfo.h - found | |
-- Looking for include file limits.h | |
-- Looking for include file limits.h - found | |
-- Looking for include file locale.h | |
-- Looking for include file locale.h - found | |
-- Looking for include file malloc.h | |
-- Looking for include file malloc.h - not found | |
-- Looking for include file memory.h | |
-- Looking for include file memory.h - found | |
-- Looking for include file ndir.h | |
-- Looking for include file ndir.h - not found | |
-- Looking for include file netinet/in.h | |
-- Looking for include file netinet/in.h - found | |
-- Looking for include file paths.h | |
-- Looking for include file paths.h - found | |
-- Looking for include file port.h | |
-- Looking for include file port.h - not 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 sched.h | |
-- Looking for include file sched.h - found | |
-- Looking for include file select.h | |
-- Looking for include file select.h - not found | |
-- Looking for include file semaphore.h | |
-- Looking for include file semaphore.h - found | |
-- Looking for include files sys/types.h, sys/dir.h | |
-- Looking for include files sys/types.h, sys/dir.h - found | |
-- Looking for include file sys/ndir.h | |
-- Looking for include file sys/ndir.h - not found | |
-- Looking for include file sys/pte.h | |
-- Looking for include file sys/pte.h - not found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file strings.h | |
-- Looking for include file strings.h - found | |
-- Looking for include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for include file synch.h | |
-- Looking for include file synch.h - not found | |
-- Looking for include file sysent.h | |
-- Looking for include file sysent.h - not found | |
-- Looking for include file sys/cdefs.h | |
-- Looking for include file sys/cdefs.h - found | |
-- Looking for include file sys/file.h | |
-- Looking for include file sys/file.h - found | |
-- Looking for include file sys/fpu.h | |
-- Looking for include file sys/fpu.h - not found | |
-- Looking for include file sys/ioctl.h | |
-- Looking for include file sys/ioctl.h - found | |
-- Looking for include file sys/ipc.h | |
-- Looking for include file sys/ipc.h - found | |
-- Looking for include file sys/malloc.h | |
-- Looking for include file sys/malloc.h - found | |
-- Looking for include file sys/mman.h | |
-- Looking for include file sys/mman.h - found | |
-- Looking for include file sys/prctl.h | |
-- Looking for include file sys/prctl.h - not 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/shm.h | |
-- Looking for include file sys/shm.h - found | |
-- Looking for include file sys/socket.h | |
-- Looking for include file sys/socket.h - found | |
-- Looking for include file sys/stat.h | |
-- Looking for include file sys/stat.h - found | |
-- Looking for include file sys/stream.h | |
-- Looking for include file sys/stream.h - not found | |
-- Looking for include file sys/termcap.h | |
-- Looking for include file sys/termcap.h - not found | |
-- Looking for include files time.h, sys/timeb.h | |
-- Looking for include files time.h, sys/timeb.h - found | |
-- Looking for include files curses.h, term.h | |
-- Looking for include files curses.h, term.h - found | |
-- Looking for include file asm/termbits.h | |
-- Looking for include file asm/termbits.h - not found | |
-- Looking for include file termbits.h | |
-- Looking for include file termbits.h - not 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 termcap.h | |
-- Looking for include file termcap.h - found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.h - found | |
-- Looking for include file utime.h | |
-- Looking for include file utime.h - found | |
-- Looking for include file varargs.h | |
-- Looking for include file varargs.h - not found | |
-- Looking for include file sys/time.h | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/utime.h | |
-- Looking for include file sys/utime.h - not 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 sys/vadvise.h | |
-- Looking for include file sys/vadvise.h - found | |
-- Looking for include file fnmatch.h | |
-- Looking for include file fnmatch.h - found | |
-- Looking for include file stdarg.h | |
-- Looking for include file stdarg.h - found | |
-- Looking for include files stdlib.h, sys/un.h | |
-- Looking for include files stdlib.h, sys/un.h - found | |
-- Looking for include file vis.h | |
-- Looking for include file vis.h - found | |
-- Looking for include file wchar.h | |
-- Looking for include file wchar.h - found | |
-- Looking for include file wctype.h | |
-- Looking for include file wctype.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 signal.h | |
-- Looking for include file signal.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 include file sys/event.h | |
-- Looking for include file sys/event.h - found | |
-- Looking for include file sys/queue.h | |
-- Looking for include file sys/queue.h - found | |
-- Looking for TAILQ_FOREACH | |
-- Looking for TAILQ_FOREACH - found | |
-- Looking for include file sys/ptem.h | |
-- Looking for include file sys/ptem.h - not found | |
-- Performing Test HAVE_WERROR_FLAG | |
-- Performing Test HAVE_WERROR_FLAG - Success | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT | |
-- Performing Test HAVE_PTHREAD_ONCE_INIT - Success | |
-- Looking for _aligned_malloc | |
-- Looking for _aligned_malloc - not found | |
-- Looking for _aligned_free | |
-- Looking for _aligned_free - not found | |
-- Looking for aio_read | |
-- Looking for aio_read - found | |
-- Looking for alarm | |
-- Looking for alarm - found | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- Looking for backtrace_symbols | |
-- Looking for backtrace_symbols - found | |
-- Looking for backtrace_symbols_fd | |
-- Looking for backtrace_symbols_fd - found | |
-- Looking for printstack | |
-- Looking for printstack - not found | |
-- Looking for bmove | |
-- Looking for bmove - not found | |
-- Looking for bsearch | |
-- Looking for bsearch - found | |
-- Looking for index | |
-- Looking for index - found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for cuserid | |
-- Looking for cuserid - not found | |
-- Looking for directio | |
-- Looking for directio - not found | |
-- Looking for _doprnt | |
-- Looking for _doprnt - not found | |
-- Looking for flockfile | |
-- Looking for flockfile - found | |
-- Looking for ftruncate | |
-- Looking for ftruncate - found | |
-- Looking for getline | |
-- Looking for getline - found | |
-- Looking for compress | |
-- Looking for compress - not found | |
-- Looking for crypt | |
-- Looking for crypt - found | |
-- Looking for dlerror | |
-- Looking for dlerror - found | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Looking for fchmod | |
-- Looking for fchmod - found | |
-- Looking for fcntl | |
-- Looking for fcntl - found | |
-- Looking for fconvert | |
-- Looking for fconvert - not 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 fpsetmask | |
-- Looking for fpsetmask - not found | |
-- Looking for fseeko | |
-- Looking for fseeko - found | |
-- Looking for fsync | |
-- Looking for fsync - found | |
-- Looking for getcwd | |
-- Looking for getcwd - 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 getwd | |
-- Looking for getwd - found | |
-- Looking for gmtime_r | |
-- Looking for gmtime_r - 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 ldiv | |
-- Looking for ldiv - found | |
-- Looking for localtime_r | |
-- Looking for localtime_r - found | |
-- Looking for longjmp | |
-- Looking for longjmp - 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 memcpy | |
-- Looking for memcpy - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for mkstemp | |
-- Looking for mkstemp - found | |
-- Looking for mlock | |
-- Looking for mlock - found | |
-- Looking for mlockall | |
-- Looking for mlockall - found | |
-- Looking for mmap | |
-- Looking for mmap - found | |
-- Looking for mmap64 | |
-- Looking for mmap64 - not found | |
-- Looking for perror | |
-- Looking for perror - found | |
-- Looking for poll | |
-- Looking for poll - found | |
-- Looking for port_create | |
-- Looking for port_create - not 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_attr_create | |
-- Looking for pthread_attr_create - not found | |
-- Looking for pthread_attr_getstacksize | |
-- Looking for pthread_attr_getstacksize - found | |
-- Looking for pthread_attr_setscope | |
-- Looking for pthread_attr_setscope - found | |
-- Looking for pthread_attr_setstacksize | |
-- Looking for pthread_attr_setstacksize - found | |
-- Looking for pthread_condattr_create | |
-- Looking for pthread_condattr_create - not found | |
-- Looking for pthread_condattr_setclock | |
-- Looking for pthread_condattr_setclock - not found | |
-- Looking for pthread_key_delete | |
-- Looking for pthread_key_delete - found | |
-- Looking for pthread_rwlock_rdlock | |
-- Looking for pthread_rwlock_rdlock - found | |
-- Looking for pthread_sigmask | |
-- Looking for pthread_sigmask - found | |
-- Looking for pthread_threadmask | |
-- Looking for pthread_threadmask - not found | |
-- Looking for pthread_yield_np | |
-- Looking for pthread_yield_np - found | |
-- Looking for putenv | |
-- Looking for putenv - found | |
-- Looking for readdir_r | |
-- Looking for readdir_r - found | |
-- Looking for readlink | |
-- Looking for readlink - found | |
-- Looking for re_comp | |
-- Looking for re_comp - not found | |
-- Looking for regcomp | |
-- Looking for regcomp - found | |
-- Looking for realpath | |
-- Looking for realpath - found | |
-- Looking for rename | |
-- Looking for rename - found | |
-- Looking for rwlock_init | |
-- Looking for rwlock_init - not found | |
-- Looking for sched_yield | |
-- Looking for sched_yield - found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Looking for setfd | |
-- Looking for setfd - not found | |
-- Looking for sigaction | |
-- Looking for sigaction - found | |
-- Looking for sigthreadmask | |
-- Looking for sigthreadmask - not found | |
-- Looking for sigwait | |
-- Looking for sigwait - found | |
-- Looking for sigaddset | |
-- Looking for sigaddset - found | |
-- Looking for sigemptyset | |
-- Looking for sigemptyset - found | |
-- Looking for sighold | |
-- Looking for sighold - found | |
-- Looking for sigset | |
-- Looking for sigset - found | |
-- Looking for sleep | |
-- Looking for sleep - found | |
-- Looking for snprintf | |
-- Looking for snprintf - found | |
-- Looking for stpcpy | |
-- Looking for stpcpy - found | |
-- Looking for strcoll | |
-- Looking for strcoll - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strlcpy | |
-- Looking for strlcpy - 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 strpbrk | |
-- Looking for strpbrk - found | |
-- Looking for strsep | |
-- Looking for strsep - found | |
-- Looking for strstr | |
-- Looking for strstr - found | |
-- Looking for strtok_r | |
-- Looking for strtok_r - found | |
-- Looking for strtol | |
-- Looking for strtol - found | |
-- Looking for strtoll | |
-- Looking for strtoll - found | |
-- Looking for strtoul | |
-- Looking for strtoul - found | |
-- Looking for strtoull | |
-- Looking for strtoull - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for strdup | |
-- Looking for strdup - found | |
-- Looking for shmat | |
-- Looking for shmat - found | |
-- Looking for shmctl | |
-- Looking for shmctl - found | |
-- Looking for shmdt | |
-- Looking for shmdt - found | |
-- Looking for shmget | |
-- Looking for shmget - found | |
-- Looking for tell | |
-- Looking for tell - not found | |
-- Looking for tempnam | |
-- Looking for tempnam - found | |
-- Looking for thr_setconcurrency | |
-- Looking for thr_setconcurrency - not found | |
-- Looking for thr_yield | |
-- Looking for thr_yield - not found | |
-- Looking for vasprintf | |
-- Looking for vasprintf - found | |
-- Looking for vsnprintf | |
-- Looking for vsnprintf - found | |
-- Looking for vprintf | |
-- Looking for vprintf - found | |
-- Looking for valloc | |
-- Looking for valloc - found | |
-- Looking for memalign | |
-- Looking for memalign - not found | |
-- Looking for chown | |
-- Looking for chown - 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 - not found | |
-- Looking for epoll_create | |
-- Looking for epoll_create - not found | |
-- Looking for epoll_ctl | |
-- Looking for epoll_ctl - not found | |
-- Looking for inet_ntop | |
-- Looking for inet_ntop - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for kqueue | |
-- Looking for kqueue - found | |
-- Looking for signal | |
-- Looking for signal - 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 time.h | |
-- Looking for include file time.h - found | |
-- Looking for include file sys/times.h | |
-- Looking for include file sys/times.h - found | |
-- Looking for include file asm/msr.h | |
-- Looking for include file asm/msr.h - not found | |
-- Looking for include file ia64intrin.h | |
-- Looking for include file ia64intrin.h - not found | |
-- Looking for times | |
-- Looking for times - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - found | |
-- Looking for read_real_time | |
-- Looking for read_real_time - not found | |
-- Looking for ftime | |
-- Looking for ftime - found | |
-- Looking for time | |
-- Looking for time - found | |
-- Looking for rdtscll | |
-- Looking for rdtscll - not found | |
-- Looking for madvise | |
-- Looking for madvise - found | |
-- Looking for tzname | |
-- Looking for tzname - found | |
-- Looking for lrand48 | |
-- Looking for lrand48 - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - found | |
-- Looking for TIOCGWINSZ | |
-- Looking for TIOCGWINSZ - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for TIOCSTAT | |
-- Looking for TIOCSTAT - found | |
-- Looking for FIONREAD | |
-- Looking for FIONREAD - found | |
-- Looking for finite | |
-- Looking for finite - found | |
-- Looking for log2 | |
-- Looking for log2 - found | |
-- Looking for isnan | |
-- Looking for isnan - found | |
-- Looking for rint | |
-- Looking for rint - found | |
-- Performing Test HAVE_ISINF | |
-- Performing Test HAVE_ISINF - Success | |
-- Performing Test HAVE_FESETROUND | |
-- Performing Test HAVE_FESETROUND - Success | |
-- Check size of sigset_t | |
-- Check size of sigset_t - done | |
-- Check size of mode_t | |
-- Check size of mode_t - done | |
-- Check size of char | |
-- Check size of char - 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 uchar | |
-- Check size of uchar - failed | |
-- Check size of uint | |
-- Check size of uint - done | |
-- Check size of ulong | |
-- Check size of ulong - failed | |
-- Check size of int8 | |
-- Check size of int8 - failed | |
-- Check size of uint8 | |
-- Check size of uint8 - failed | |
-- Check size of int16 | |
-- Check size of int16 - failed | |
-- Check size of uint16 | |
-- Check size of uint16 - failed | |
-- Check size of int32 | |
-- Check size of int32 - failed | |
-- Check size of uint32 | |
-- Check size of uint32 - failed | |
-- Check size of u_int32_t | |
-- Check size of u_int32_t - done | |
-- Check size of int64 | |
-- Check size of int64 - failed | |
-- Check size of uint64 | |
-- Check size of uint64 - failed | |
-- Check size of time_t | |
-- Check size of time_t - done | |
-- Check size of bool | |
-- Check size of bool - failed | |
-- Check size of socklen_t | |
-- Check size of socklen_t - done | |
-- Performing Test TIME_T_UNSIGNED | |
-- Performing Test TIME_T_UNSIGNED - Failed | |
-- Performing Test HAVE_GETADDRINFO | |
-- Performing Test HAVE_GETADDRINFO - Success | |
-- Performing Test HAVE_SELECT | |
-- Performing Test HAVE_SELECT - Success | |
-- Performing Test HAVE_TIMESPEC_TS_SEC | |
-- Performing Test HAVE_TIMESPEC_TS_SEC - Failed | |
-- Performing Test QSORT_TYPE_IS_VOID | |
-- Performing Test QSORT_TYPE_IS_VOID - Success | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t | |
-- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG | |
-- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Failed | |
-- Checking stack direction : -1 | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID | |
-- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success | |
-- 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 C_HAS_inline | |
-- Performing Test C_HAS_inline - Success | |
-- Performing Test HAVE_PAUSE_INSTRUCTION | |
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success | |
-- Looking for tcgetattr | |
-- Looking for tcgetattr - found | |
-- Performing Test HAVE_POSIX_SIGNALS | |
-- Performing Test HAVE_POSIX_SIGNALS - Success | |
-- Performing Test HAVE_BSS_START | |
-- Performing Test HAVE_BSS_START - Failed | |
-- Performing Test HAVE_WEAK_SYMBOL | |
-- Performing Test HAVE_WEAK_SYMBOL - Success | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST | |
-- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed | |
-- 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 STRUCT_DIRENT_HAS_D_INO | |
-- Performing Test STRUCT_DIRENT_HAS_D_INO - Success | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN | |
-- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Success | |
-- OPENSSL_INCLUDE_DIR = /usr/include | |
-- OPENSSL_LIBRARY = /usr/lib/libssl.dylib | |
-- CRYPTO_LIBRARY = /usr/lib/libcrypto.dylib | |
-- OPENSSL_MAJOR_VERSION = 0 | |
-- Looking for SHA512_DIGEST_LENGTH | |
-- Looking for SHA512_DIGEST_LENGTH - found | |
-- Check size of mbstate_t | |
-- Check size of mbstate_t - done | |
-- Performing Test HAVE_LANGINFO_CODESET | |
-- Performing Test HAVE_LANGINFO_CODESET - Success | |
-- Looking for mbrlen | |
-- Looking for mbrlen - found | |
-- Looking for mbscmp | |
-- Looking for mbscmp - not found | |
-- Looking for mbsrtowcs | |
-- Looking for mbsrtowcs - found | |
-- Looking for wcrtomb | |
-- Looking for wcrtomb - found | |
-- Looking for mbrtowc | |
-- Looking for mbrtowc - found | |
-- Looking for wcscoll | |
-- Looking for wcscoll - found | |
-- Looking for wcsdup | |
-- Looking for wcsdup - found | |
-- Looking for wcwidth | |
-- Looking for wcwidth - found | |
-- Looking for wctype | |
-- Looking for wctype - found | |
-- Looking for iswlower | |
-- Looking for iswlower - found | |
-- Looking for iswupper | |
-- Looking for iswupper - found | |
-- Looking for towlower | |
-- Looking for towlower - found | |
-- Looking for towupper | |
-- Looking for towupper - found | |
-- Looking for iswctype | |
-- Looking for iswctype - found | |
-- Check size of wchar_t | |
-- Check size of wchar_t - done | |
-- Check size of wctype_t | |
-- Check size of wctype_t - done | |
-- Check size of wint_t | |
-- Check size of wint_t - done | |
-- Found Curses: /usr/lib/libcurses.dylib | |
-- Performing Test HAVE_DECL_TGOTO | |
-- Performing Test HAVE_DECL_TGOTO - Success | |
-- Looking for strvis | |
-- Looking for strvis - found | |
-- Looking for strunvis | |
-- Looking for strunvis - found | |
-- Looking for sched_getcpu | |
-- Looking for sched_getcpu - not found | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS - Success | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS_64 | |
-- Performing Test HAVE_IB_GCC_ATOMIC_BUILTINS_64 - Success | |
-- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC | |
-- Performing Test HAVE_IB_ATOMIC_PTHREAD_T_GCC - Success | |
-- Looking for asprintf | |
-- Looking for asprintf - found | |
-- Check size of pthread_t | |
-- Check size of pthread_t - done | |
-- Using cmake version 2.8.11.2 | |
-- Not building NDB | |
-- Performing Test HAVE_PEERCRED | |
-- Performing Test HAVE_PEERCRED - Failed | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
WITH_READLINE | |
-- Build files have been written to: /tmp/mysql-etbP/mysql-5.6.13 | |
==> make | |
make | |
Scanning dependencies of target INFO_SRC | |
Scanning dependencies of target INFO_BIN | |
[ 0%] Built target INFO_SRC | |
Scanning dependencies of target zlib | |
[ 0%] Built target INFO_BIN | |
[ 0%] Scanning dependencies of target yassl | |
Building C object zlib/CMakeFiles/zlib.dir/adler32.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 0%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/buffer.cpp.o | |
[ 1%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object zlib/CMakeFiles/zlib.dir/compress.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/crc32.c.o | |
[ 1%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/cert_wrapper.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/deflate.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 1%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/crypto_wrapper.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/gzio.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/infback.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 1%] Building C object zlib/CMakeFiles/zlib.dir/inffast.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/handshake.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/inflate.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/lock.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.c.o | |
[ 2%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/log.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/trees.c.o | |
[ 2%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/socket_wrapper.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/ssl.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 2%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 3%] Building C object zlib/CMakeFiles/zlib.dir/zutil.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libzlib.a | |
[ 3%] Built target zlib | |
Scanning dependencies of target taocrypt | |
[ 3%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aes.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 3%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/timer.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 3%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_error.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/aestables.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_imp.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/algebra.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/arc4.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/asn.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/CMakeFiles/yassl.dir/src/yassl_int.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/coding.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/des.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dh.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building C object extra/yassl/CMakeFiles/yassl.dir/__/__/client/get_password.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/dsa.cpp.o | |
Linking CXX static library libyassl.a | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Built target yassl | |
[ 4%] Generating common.h | |
[ 4%] [ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/file.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Generating help.c | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hash.cpp.o | |
[ 4%] Generating help.h | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Generating vi.h | |
[ 4%] Generating emacs.h | |
[ 4%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/integer.cpp.o | |
[ 4%] Generating fcns.c | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 4%] Generating fcns.h | |
Scanning dependencies of target edit | |
[ 5%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/chared.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 5%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/chartype.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 5%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/el.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 5%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/eln.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 5%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/history.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md2.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/historyn.c.o | |
[ 6%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md4.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/md5.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/map.c.o | |
[ 6%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/misc.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/random.cpp.o | |
[ 6%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/prompt.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/ripemd.cpp.o | |
[ 6%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/readline.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rsa.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/search.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/sha.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 6%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/tokenizer.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/tokenizern.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/vi.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/rabbit.cpp.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] [ 7%] Building CXX object extra/yassl/taocrypt/CMakeFiles/taocrypt.dir/src/hc128.cpp.o | |
Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/common.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/emacs.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking CXX static library libtaocrypt.a | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/hist.c.o | |
[ 7%] Built target taocrypt | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Scanning dependencies of target strings | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/keymacro.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/parse.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o | |
[ 7%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/read.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] [ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o | |
Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/refresh.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/sig.c.o | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 7%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/terminal.c.o | |
[ 7%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 8%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/tty.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/filecomplete.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/help.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object cmd-line-utils/libedit/CMakeFiles/edit.dir/fcns.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o | |
Linking C static library libedit.a | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Built target edit | |
Scanning dependencies of target gen_dtrace_header | |
[ 9%] Generating include/probes_mysql_dtrace.h, include/probes_mysql_nodtrace.h | |
[ 9%] Built target gen_dtrace_header | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Scanning dependencies of target gen_lex_hash | |
[ 9%] Building CXX object sql/CMakeFiles/gen_lex_hash.dir/gen_lex_hash.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Linking CXX executable gen_lex_hash | |
Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Built target gen_lex_hash | |
Scanning dependencies of target vio | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/vio.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/vioshm.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libvio.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(viopipe.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libvio.a(vioshm.c.o) has no symbols | |
[ 9%] Built target vio | |
Scanning dependencies of target regex | |
[ 9%] Building C object regex/CMakeFiles/regex.dir/regcomp.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object regex/CMakeFiles/regex.dir/regerror.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 9%] Building C object regex/CMakeFiles/regex.dir/regexec.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 10%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object regex/CMakeFiles/regex.dir/regfree.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object regex/CMakeFiles/regex.dir/reginit.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libregex.a | |
[ 11%] Built target regex | |
Scanning dependencies of target mysqlservices | |
[ 11%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_wait_service.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o | |
[ 11%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_plugin_log_service.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_thread_scheduler_service.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object libservices/CMakeFiles/mysqlservices.dir/mysql_string_service.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libmysqlservices.a | |
[ 11%] Built target mysqlservices | |
Scanning dependencies of target comp_sql | |
[ 11%] Building C object scripts/CMakeFiles/comp_sql.dir/comp_sql.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Linking C executable comp_sql | |
Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Built target comp_sql | |
Scanning dependencies of target my_safe_process | |
[ 11%] Building CXX object mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/safe_process.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking CXX executable my_safe_process | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Built target my_safe_process | |
Scanning dependencies of target GenServerSource | |
[ 11%] Generating lex_hash.h | |
[ 11%] Built target GenServerSource | |
Scanning dependencies of target GenFixPrivs | |
[ 11%] Generating mysql_fix_privilege_tables_sql.c | |
[ 11%] Built target GenFixPrivs | |
Scanning dependencies of target gen_pfs_lex_token | |
[ 11%] Building CXX object storage/perfschema/CMakeFiles/gen_pfs_lex_token.dir/gen_pfs_lex_token.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking CXX executable gen_pfs_lex_token | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Built target gen_pfs_lex_token | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 11%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/str_alloc.c.o | |
[ 12%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object strings/CMakeFiles/strings.dir/strcend.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/strend.c.o | |
[ 12%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 12%] [ 12%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o | |
Building C object strings/CMakeFiles/strings.dir/strmov.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -gbrew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] [ 13%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o | |
Building C object strings/CMakeFiles/strings.dir/strxmov.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] [ 13%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o | |
Building C object strings/CMakeFiles/strings.dir/xml.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o | |
[ 13%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libstrings.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstrings.a(longlong2str.c.o) has no symbols | |
[ 13%] Built target strings | |
Scanning dependencies of target mysys | |
[ 13%] [ 13%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] [ 13%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -gbrew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] Building C object mysys/CMakeFiles/mysys.dir/errors.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 13%] [ 13%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/list.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 14%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o | |
[ 15%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] [ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] [ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o | |
[ 16%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o | |
[ 17%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o | |
[ 17%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 17%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_isnan.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o | |
[ 18%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o | |
[ 18%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o | |
[ 19%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 19%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] [ 20%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/tree.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 20%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 21%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] [ 22%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o | |
Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libmysys.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(thr_mutex.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_getpagesize.c.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmysys.a(my_lockmem.c.o) has no symbols | |
[ 22%] Built target mysys | |
Scanning dependencies of target dbug | |
[ 22%] Building C object dbug/CMakeFiles/dbug.dir/dbug.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C static library libdbug.a | |
[ 22%] Built target dbug | |
Scanning dependencies of target queues | |
Scanning dependencies of target mysys_ssl | |
[ 22%] Building C object mysys/CMakeFiles/queues.dir/queues.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/crypt_genhash_impl.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C executable queues | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target queues | |
Scanning dependencies of target thr_lock | |
[ 22%] Building C object mysys/CMakeFiles/thr_lock.dir/thr_lock.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C executable thr_lock | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target thr_lock | |
Scanning dependencies of target replace | |
[ 22%] Building C object extra/CMakeFiles/replace.dir/replace.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha1.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking C executable replace | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target replace | |
[ 22%] [ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_sha2.cc.o | |
Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_md5.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object mysys_ssl/CMakeFiles/mysys_ssl.dir/my_rnd.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking CXX static library libmysys_ssl.a | |
[ 22%] Built target mysys_ssl | |
Scanning dependencies of target innochecksum | |
Scanning dependencies of target comp_err | |
[ 22%] Building C object extra/CMakeFiles/comp_err.dir/comp_err.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object extra/CMakeFiles/innochecksum.dir/innochecksum.cc.o | |
Linking CXX executable comp_err | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target comp_err | |
Scanning dependencies of target my_print_defaults | |
[ 22%] [ 22%] Building C object extra/CMakeFiles/my_print_defaults.dir/my_print_defaults.c.o | |
Building CXX object extra/CMakeFiles/innochecksum.dir/__/storage/innobase/buf/buf0checksum.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -gbrew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking CXX executable my_print_defaults | |
[ 22%] brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Building CXX object extra/CMakeFiles/innochecksum.dir/__/storage/innobase/ut/ut0crc32.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target my_print_defaults | |
Scanning dependencies of target mysql_waitpid | |
[ 22%] Building C object extra/CMakeFiles/mysql_waitpid.dir/mysql_waitpid.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building CXX object extra/CMakeFiles/innochecksum.dir/__/storage/innobase/ut/ut0ut.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
Linking CXX executable mysql_waitpid | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target mysql_waitpid | |
Scanning dependencies of target resolve_stack_dump | |
Linking CXX executable innochecksum | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Building C object extra/CMakeFiles/resolve_stack_dump.dir/resolve_stack_dump.c.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target innochecksum | |
Scanning dependencies of target resolveip | |
[ 22%] Building C object extra/CMakeFiles/resolveip.dir/resolveip.c.o | |
Linking CXX executable resolve_stack_dump | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target resolve_stack_dump | |
Linking CXX executable resolveip | |
Scanning dependencies of target mysql_tzinfo_to_sql | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target resolveip | |
Scanning dependencies of target GenError | |
[ 22%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys | |
[ 22%] Building CXX object sql/CMakeFiles/mysql_tzinfo_to_sql.dir/tztime.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
[ 22%] Built target GenError | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/tztime.cc:28: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:963:39: error: expected | |
unqualified-id | |
template <class _Up> static __two test(...); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:21: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/tztime.cc:28: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:963:39: error: expected ')' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:23: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:963:39: note: to match this '(' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:18: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/tztime.cc:28: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:43: error: expected | |
unqualified-id | |
template <class _Up> static char test(typename _Up::pointer* = 0); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:20: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/tztime.cc:28: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:43: error: expected ')' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:20: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:38: note: to match this '(' | |
template <class _Up> static char test(typename _Up::pointer* = 0); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:19: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/tztime.cc:28: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:38: error: expected ')' | |
template <class _Up> static char test(typename _Up::pointer* = 0); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:23: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:38: note: to match this '(' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:18: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
Scanning dependencies of target archive | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/tztime.cc:28: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:969:69: error: no member named | |
'test' in namespace 'std::__1::__has_pointer_type_imp' | |
: public integral_constant<bool, sizeof(__has_pointer_type_imp::test<_Tp>(0)) == 1> | |
~~~~~~~~~~~~~~~~~~~~~~~~^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:969:74: error: '_Tp' does not | |
refer to a value | |
: public integral_constant<bool, sizeof(__has_pointer_type_imp::test<_Tp>(0)) == 1> | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:967:17: note: declared here | |
template <class _Tp> | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:970:1: error: expected class name | |
{ | |
^ | |
[ 22%] Building C object storage/archive/CMakeFiles/archive.dir/azio.c.o | |
8 errors generated. | |
make[2]: brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
*** [sql/CMakeFiles/mysql_tzinfo_to_sql.dir/tztime.cc.o] Error 1 | |
make[1]: *** [sql/CMakeFiles/mysql_tzinfo_to_sql.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
[ 22%] Building CXX object storage/archive/CMakeFiles/archive.dir/ha_archive.cc.o | |
brew: superenv removed: -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/storage/archive/ha_archive.cc:21: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_class.h:27: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/log.h:19: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/unireg.h:170: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/structs.h:23: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_plugin.h:20: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:261: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:963:39: error: expected | |
unqualified-id | |
template <class _Up> static __two test(...); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:21: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/storage/archive/ha_archive.cc:21: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_class.h:27: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/log.h:19: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/unireg.h:170: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/structs.h:23: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_plugin.h:20: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:261: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:963:39: error: expected ')' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:23: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:963:39: note: to match this '(' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:18: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/storage/archive/ha_archive.cc:21: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_class.h:27: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/log.h:19: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/unireg.h:170: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/structs.h:23: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_plugin.h:20: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:261: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:43: error: expected | |
unqualified-id | |
template <class _Up> static char test(typename _Up::pointer* = 0); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:20: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/storage/archive/ha_archive.cc:21: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_class.h:27: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/log.h:19: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/unireg.h:170: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/structs.h:23: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_plugin.h:20: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:261: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:43: error: expected ')' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:20: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:38: note: to match this '(' | |
template <class _Up> static char test(typename _Up::pointer* = 0); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:19: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/storage/archive/ha_archive.cc:21: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_class.h:27: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/log.h:19: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/unireg.h:170: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/structs.h:23: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_plugin.h:20: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:261: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:38: error: expected ')' | |
template <class _Up> static char test(typename _Up::pointer* = 0); | |
^ | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:23: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:964:38: note: to match this '(' | |
/tmp/mysql-etbP/mysql-5.6.13/include/my_global.h:464:18: note: expanded from macro 'test' | |
#define test(a) ((a) ? 1 : 0) | |
^ | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/storage/archive/ha_archive.cc:21: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_class.h:27: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/log.h:19: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/unireg.h:170: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/structs.h:23: | |
In file included from /tmp/mysql-etbP/mysql-5.6.13/sql/sql_plugin.h:20: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:261: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:969:69: error: no member named | |
'test' in namespace 'std::__1::__has_pointer_type_imp' | |
: public integral_constant<bool, sizeof(__has_pointer_type_imp::test<_Tp>(0)) == 1> | |
~~~~~~~~~~~~~~~~~~~~~~~~^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:969:74: error: '_Tp' does not | |
refer to a value | |
: public integral_constant<bool, sizeof(__has_pointer_type_imp::test<_Tp>(0)) == 1> | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:967:17: note: declared here | |
template <class _Tp> | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:970:1: error: expected class name | |
{ | |
^ | |
8 errors generated. | |
make[2]: *** [storage/archive/CMakeFiles/archive.dir/ha_archive.cc.o] Error 1 | |
make[1]: *** [storage/archive/CMakeFiles/archive.dir/all] Error 2 | |
make: *** [all] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: f40af36f909a1ab0a6c409254f5944fe477392ae | |
CPU: dual-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.1 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j2 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: mysql did not build | |
Logs: /Users/roderik/Library/Logs/Homebrew/mysql/CMakeCache.txt | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/22021 | |
https://github.com/mxcl/homebrew/pull/22480 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Roderiks-Mac:kitchenplan roderik$ cat ~/Library/Logs/Homebrew/mysql/CMakeCache.txt | |
# This is the CMakeCache file. | |
# For build in directory: /tmp/mysql-etbP/mysql-5.6.13 | |
# It was generated by CMake: /usr/local/Cellar/cmake/2.8.11.2/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. | |
# VALUE is the current value for the KEY. | |
######################## | |
# EXTERNAL cache entries | |
######################## | |
//path to the executable | |
ACLOCAL_EXECUTABLE:FILEPATH=/usr/local/bin/aclocal | |
//path to the executable | |
AUTOCONF_EXECUTABLE:FILEPATH=/usr/local/bin/autoconf | |
//path to the executable | |
AUTOHEADER_EXECUTABLE:FILEPATH=/usr/local/bin/autoheader | |
//path to the executable | |
AUTOMAKE_EXECUTABLE:FILEPATH=/usr/local/bin/automake | |
//path to the awk executable | |
AWK_EXECUTABLE:FILEPATH=/usr/bin/awk | |
BACKUP_TEST:BOOL=OFF | |
//path to the bison executable | |
BISON_EXECUTABLE:FILEPATH=/usr/bin/bison | |
//path to the executable | |
BZR_EXECUTABLE:FILEPATH=BZR_EXECUTABLE-NOTFOUND | |
//path to the executable | |
CAT_EXECUTABLE:FILEPATH=/bin/cat | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/usr/bin/ar | |
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or | |
//\n CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel | |
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo | |
//Enable/Disable color output during build. | |
CMAKE_COLOR_MAKEFILE:BOOL=ON | |
//CXX compiler. | |
CMAKE_CXX_COMPILER:FILEPATH=/usr/local/Library/ENV/4.3/c++ | |
//Flags used by the compiler during all build types. | |
CMAKE_CXX_FLAGS:STRING= | |
//Flags used by the compiler during debug builds. | |
CMAKE_CXX_FLAGS_DEBUG:STRING=-g | |
//Flags used by the compiler during release minsize builds. | |
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the compiler during release builds (/MD /Ob1 /Oi | |
// /Ot /Oy /Gs will produce slightly less optimized but smaller | |
// files). | |
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the compiler during Release with Debug Info builds. | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//C compiler. | |
CMAKE_C_COMPILER:FILEPATH=/usr/local/Library/ENV/4.3/cc | |
//Flags used by the compiler during all build types. | |
CMAKE_C_FLAGS:STRING= | |
//Flags used by the compiler during debug builds. | |
CMAKE_C_FLAGS_DEBUG:STRING=-g | |
//Flags used by the compiler during release minsize builds. | |
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the compiler during release builds (/MD /Ob1 /Oi | |
// /Ot /Oy /Gs will produce slightly less optimized but smaller | |
// files). | |
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the compiler during Release with Debug Info builds. | |
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Flags used by the linker. | |
CMAKE_EXE_LINKER_FLAGS:STRING=' ' | |
//Flags used by the linker during debug builds. | |
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Enable/Disable output of compile commands during generation. | |
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF | |
//Path to a program. | |
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool | |
//Install path prefix, prepended onto install directories. | |
CMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/mysql/5.6.13 | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/usr/local/Library/ENV/4.3/ld | |
//Path to a program. | |
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/Library/ENV/4.3/gmake | |
//Flags used by the linker during the creation of modules. | |
CMAKE_MODULE_LINKER_FLAGS:STRING=' ' | |
//Flags used by the linker during debug builds. | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_NM:FILEPATH=/usr/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND | |
//Build architectures for OSX | |
CMAKE_OSX_ARCHITECTURES:STRING= | |
//Minimum OS X version to target for deployment (at runtime); newer | |
// APIs weak linked. Set to empty string for default value. | |
CMAKE_OSX_DEPLOYMENT_TARGET:STRING= | |
//The product will be built against the headers and libraries located | |
// inside the indicated SDK. | |
CMAKE_OSX_SYSROOT:STRING= | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=MySQL | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | |
//Flags used by the linker during the creation of dll's. | |
CMAKE_SHARED_LINKER_FLAGS:STRING=' ' | |
//Flags used by the linker during debug builds. | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//If set, runtime paths are not added when installing shared libraries, | |
// but are added when building. | |
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
//If set, runtime paths are not added when using shared libraries. | |
CMAKE_SKIP_RPATH:BOOL=NO | |
//Path to a program. | |
CMAKE_STRIP:FILEPATH=/usr/bin/strip | |
//If true, cmake will use relative paths in makefiles and projects. | |
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF | |
//If this value is on, makefiles will be generated without the | |
// .SILENT directive, and all commands will be echoed to the console | |
// during the make. This is useful for debugging only. With Visual | |
// Studio IDE projects all commands are done without /nologo. | |
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE | |
//Set to true if this is a community build | |
COMMUNITY_BUILD:BOOL=ON | |
//Path to a library. | |
CORESERVICES:FILEPATH=/System/Library/Frameworks/CoreServices.framework | |
//Path to a library. | |
CRYPTO_LIBRARY:FILEPATH=/usr/lib/libcrypto.dylib | |
//Path to a file. | |
CURSES_CURSES_H_PATH:PATH=/usr/include | |
//Path to a library. | |
CURSES_CURSES_LIBRARY:FILEPATH=/usr/lib/libcurses.dylib | |
//Path to a library. | |
CURSES_EXTRA_LIBRARY:FILEPATH=CURSES_EXTRA_LIBRARY-NOTFOUND | |
//Path to a library. | |
CURSES_FORM_LIBRARY:FILEPATH=/usr/lib/libform.dylib | |
//Path to a file. | |
CURSES_HAVE_CURSES_H:FILEPATH=/usr/include/curses.h | |
//The curses include path | |
CURSES_INCLUDE_PATH:FILEPATH=/usr/include | |
//The curses library | |
CURSES_LIBRARY:FILEPATH=/usr/lib/libcurses.dylib | |
//Path to a library. | |
CURSES_NCURSES_LIBRARY:FILEPATH=/usr/lib/libncurses.dylib | |
CYBOZU:BOOL=OFF | |
//Build server as mysqld-debug (debug builds only) | |
DEBUG_EXTNAME:BOOL=OFF | |
//No help, variable specified on the command line. | |
DEFAULT_CHARSET:UNINITIALIZED=utf8 | |
//No help, variable specified on the command line. | |
DEFAULT_COLLATION:UNINITIALIZED=utf8_general_ci | |
//Don't build shared libraries, compile code as position-dependent | |
DISABLE_SHARED:BOOL=OFF | |
//Path to a program. | |
DTRACE:FILEPATH=/usr/sbin/dtrace | |
//If we should should enable LOAD DATA LOCAL by default | |
ENABLED_LOCAL_INFILE:BOOL=ON | |
//Enable profiling | |
ENABLED_PROFILING:BOOL=ON | |
//Enable debug sync (debug builds only) | |
ENABLE_DEBUG_SYNC:BOOL=ON | |
//Enable dtrace | |
ENABLE_DTRACE:BOOL=ON | |
//Enable gcov (debug, Linux builds only) | |
ENABLE_GCOV:BOOL=OFF | |
//Enable gprof (optimized, Linux builds only) | |
ENABLE_GPROF:BOOL=OFF | |
//Enable SASL on InnoDB Memcached | |
ENABLE_MEMCACHED_SASL:BOOL=OFF | |
//Enable SASL on InnoDB Memcached | |
ENABLE_MEMCACHED_SASL_PWDB:BOOL=OFF | |
// Selection of features. Options are | |
//\n - xsmall : | |
//\n - small: embedded | |
//\n - classic: embedded + archive + federated + blackhole | |
//\n - large : embedded + archive + federated + blackhole + innodb | |
//\n - xlarge: embedded + archive + federated + blackhole + innodb | |
// + partition | |
//\n - community: all features (currently == xlarge) | |
//\n | |
FEATURE_SET:STRING=community | |
//The curses form library | |
FORM_LIBRARY:FILEPATH=/usr/lib/libform.dylib | |
//Path to a program. | |
GETCONF:FILEPATH=/usr/bin/getconf | |
//path to the executable | |
GLIBTOOLIZE_EXECUTABLE:FILEPATH=/usr/local/bin/glibtoolize | |
//path to the executable | |
GTAR_EXECUTABLE:FILEPATH=/usr/local/bin/gtar | |
//Compile InnoDB with compiler hints | |
INNODB_COMPILER_HINTS:BOOL=ON | |
//BIN installation directory | |
INSTALL_BINDIR:STRING=bin | |
//DOC installation directory | |
INSTALL_DOCDIR:STRING=/usr/local/Cellar/mysql/5.6.13/share/doc/mysql | |
//DOCREADME installation directory | |
INSTALL_DOCREADMEDIR:STRING=. | |
//INCLUDE installation directory | |
INSTALL_INCLUDEDIR:STRING=include | |
//INFO installation directory | |
INSTALL_INFODIR:STRING=/usr/local/Cellar/mysql/5.6.13/share/info | |
//Installation directory layout. Options are: STANDALONE (as in | |
// zip or tar.gz installer), RPM, DEB, SVR4 | |
INSTALL_LAYOUT:STRING=STANDALONE | |
//LIB installation directory | |
INSTALL_LIBDIR:STRING=lib | |
//MAN installation directory | |
INSTALL_MANDIR:STRING=/usr/local/Cellar/mysql/5.6.13/share/man | |
//MYSQLDATA installation directory | |
INSTALL_MYSQLDATADIR:STRING=data | |
//MYSQLSHARE installation directory | |
INSTALL_MYSQLSHAREDIR:STRING=share/mysql | |
//MYSQLTEST installation directory | |
INSTALL_MYSQLTESTDIR:STRING=mysql-test | |
//PLUGIN installation directory | |
INSTALL_PLUGINDIR:STRING=lib/plugin | |
//PLUGINTEST installation directory | |
INSTALL_PLUGINTESTDIR:STRING= | |
//SBIN installation directory | |
INSTALL_SBINDIR:STRING=bin | |
//SCRIPT installation directory | |
INSTALL_SCRIPTDIR:STRING=scripts | |
//SHARE installation directory | |
INSTALL_SHAREDIR:STRING=share | |
//SQLBENCH installation directory | |
INSTALL_SQLBENCHDIR:STRING=. | |
//SUPPORTFILES installation directory | |
INSTALL_SUPPORTFILESDIR:STRING=support-files | |
//path to the executable | |
LIBTOOLIZE_EXECUTABLE:FILEPATH=LIBTOOLIZE_EXECUTABLE-NOTFOUND | |
//Set the entity that appears as the manufacturer of packages that | |
// support a manufacturer field. | |
MANUFACTURER:STRING=Built from Source | |
//default MySQL data directory | |
MYSQL_DATADIR:PATH=/usr/local/var/mysql | |
//Location from where documentation is copied | |
MYSQL_DOCS_LOCATION:PATH= | |
//MySQL maintainer-specific development environment | |
MYSQL_MAINTAINER_MODE:BOOL=OFF | |
//MySQL project name | |
MYSQL_PROJECT_NAME:STRING=MySQL | |
//Value Computed by CMake | |
MySQL_BINARY_DIR:STATIC=/tmp/mysql-etbP/mysql-5.6.13 | |
//Value Computed by CMake | |
MySQL_SOURCE_DIR:STATIC=/tmp/mysql-etbP/mysql-5.6.13 | |
//Path to a file. | |
OPENSSL_INCLUDE_DIR:PATH=/usr/include | |
//Path to a library. | |
OPENSSL_LIBRARY:FILEPATH=/usr/lib/libssl.dylib | |
//Path to a file. | |
OPENSSL_ROOT_DIR:PATH=/usr | |
//Support tracing of Optimizer | |
OPTIMIZER_TRACE:BOOL=ON | |
//config directory (for my.cnf) | |
SYSCONFDIR:PATH=/usr/local/etc | |
//path to the executable | |
TAR_EXECUTABLE:FILEPATH=/usr/bin/tar | |
//Don't build EXAMPLE | |
WITHOUT_EXAMPLE_STORAGE_ENGINE:BOOL=ON | |
//OFF | |
WITHOUT_SERVER:BOOL=OFF | |
//Link ARCHIVE statically to the server | |
WITH_ARCHIVE_STORAGE_ENGINE:BOOL=ON | |
//Implement atomic operations using pthread rwlocks or atomic CPU | |
//\ninstructions for multi-processor or uniprocessor | |
//\nconfiguration. By default gcc built-in sync functions are used, | |
//\nif available and 'smp' configuration otherwise. | |
WITH_ATOMIC_LOCKS:STRING= | |
//Link BLACKHOLE statically to the server | |
WITH_BLACKHOLE_STORAGE_ENGINE:BOOL=ON | |
//Use dbug/safemutex | |
WITH_DEBUG:BOOL=OFF | |
//Use flags from cmake/build_configurations/compiler_options.cmake | |
WITH_DEFAULT_COMPILER_OPTIONS:BOOL=ON | |
//Use feature set in cmake/build_configurations/feature_set.cmake | |
WITH_DEFAULT_FEATURE_SET:BOOL=ON | |
//By default use bundled editline | |
WITH_EDITLINE:STRING=bundled | |
//Compile MySQL with embedded server | |
WITH_EMBEDDED_SERVER:BOOL=ON | |
WITH_EXAMPLE_STORAGE_ENGINE:BOOL=OFF | |
//Options are: none, complex, all | |
WITH_EXTRA_CHARSETS:STRING=all | |
//Compile with fast mutexes | |
WITH_FAST_MUTEXES:BOOL=OFF | |
//Link FEDERATED statically to the server | |
WITH_FEDERATED_STORAGE_ENGINE:BOOL=ON | |
//Link INNOBASE statically to the server | |
WITH_INNOBASE_STORAGE_ENGINE:BOOL=ON | |
WITH_INNODB_MEMCACHED:BOOL=OFF | |
//By default use bundled libevent on this platform | |
WITH_LIBEVENT:STRING=bundled | |
//Compile with tcp wrappers support | |
WITH_LIBWRAP:BOOL=OFF | |
//Additional linker flags for mysqld | |
WITH_MYSQLD_LDFLAGS:STRING= | |
//Link PARTITION statically to the server | |
WITH_PARTITION_STORAGE_ENGINE:BOOL=ON | |
//Link PERFSCHEMA statically to the server | |
WITH_PERFSCHEMA_STORAGE_ENGINE:BOOL=ON | |
//No help, variable specified on the command line. | |
WITH_READLINE:UNINITIALIZED=yes | |
//bundled (use yassl), yes (prefer os library if present, otherwise | |
// use bundled), system (use os library), </path/to/custom/installation> | |
WITH_SSL:STRING=bundled | |
//Compile MySQL with unit tests | |
WITH_UNIT_TESTS:BOOL=OFF | |
//Valgrind instrumentation | |
WITH_VALGRIND:BOOL=OFF | |
WITH_ZLIB:STRING=bundled | |
//Dependencies for the target | |
archive_LIB_DEPENDS:STATIC=general;zlib; | |
//Dependencies for the target | |
audit_null_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for the target | |
auth_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for the target | |
auth_test_plugin_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for target | |
binlog_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
blackhole_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
clientlib_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
csv_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
daemon_example_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for the target | |
dbug_LIB_DEPENDS:STATIC=general;mysys; | |
//Dependencies for the target | |
edit_LIB_DEPENDS:STATIC=general;/usr/lib/libcurses.dylib; | |
//Dependencies for target | |
federated_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
ftexample_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for target | |
heap_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
heap_embedded_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
innobase_LIB_DEPENDS:STATIC=general;zlib; | |
//Dependencies for the target | |
libmysql_LIB_DEPENDS:STATIC=general;clientlib;general;dbug;general;strings;general;vio;general;mysys;general;mysys_ssl;general;zlib;general;yassl;general;taocrypt; | |
//Dependencies for target | |
master_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
myisam_LIB_DEPENDS:STATIC=general;mysys; | |
//Dependencies for target | |
myisam_embedded_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
myisammrg_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
myisammrg_embedded_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
mysqlclient_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
mysqlserver_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
mysqlservices_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
mysys_LIB_DEPENDS:STATIC=general;dbug;general;strings;general;zlib; | |
//Dependencies for the target | |
mysys_ssl_LIB_DEPENDS:STATIC=general;dbug;general;strings;general;yassl;general;taocrypt;general;zlib; | |
//Dependencies for target | |
partition_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
partition_embedded_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
perfschema_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
qa_auth_client_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for the target | |
qa_auth_interface_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for the target | |
qa_auth_server_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for target | |
regex_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
rpl_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
semisync_master_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for the target | |
semisync_slave_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for target | |
slave_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
sql_LIB_DEPENDS:STATIC=general;archive;general;zlib;general;blackhole;general;csv;general;federated;general;heap;general;innobase;general;zlib;general;myisam;general;myisammrg;general;perfschema;general;partition;general;mysys;general;mysys_ssl;general;dbug;general;strings;general;vio;general;regex;general;yassl;general;taocrypt; | |
//Dependencies for target | |
sql_embedded_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
sqlgunitlib_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
strings_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
taocrypt_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
udf_example_LIB_DEPENDS:STATIC=general;mysqld; | |
//Dependencies for the target | |
validate_password_LIB_DEPENDS:STATIC=general;mysqlservices;general;mysqld; | |
//Dependencies for target | |
vio_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
yassl_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
zlib_LIB_DEPENDS:STATIC= | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//ADVANCED property for variable: ACLOCAL_EXECUTABLE | |
ACLOCAL_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: AUTOCONF_EXECUTABLE | |
AUTOCONF_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: AUTOHEADER_EXECUTABLE | |
AUTOHEADER_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: AUTOMAKE_EXECUTABLE | |
AUTOMAKE_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: AWK_EXECUTABLE | |
AWK_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: BACKUP_TEST | |
BACKUP_TEST-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: BISON_EXECUTABLE | |
BISON_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Bison version 2 or higher | |
BISON_USABLE:INTERNAL=1 | |
//ADVANCED property for variable: BZR_EXECUTABLE | |
BZR_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CAT_EXECUTABLE | |
CAT_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Functions exported by client API | |
CLIENT_API_FUNCTIONS:INTERNAL=get_tty_password;handle_options;load_defaults;mysql_thread_end;mysql_thread_init;myodbc_remove_escape;mysql_affected_rows;mysql_autocommit;mysql_stmt_bind_param;mysql_stmt_bind_result;mysql_change_user;mysql_character_set_name;mysql_close;mysql_commit;mysql_data_seek;mysql_debug;mysql_dump_debug_info;mysql_eof;mysql_errno;mysql_error;mysql_escape_string;mysql_hex_string;mysql_stmt_execute;mysql_stmt_fetch;mysql_stmt_fetch_column;mysql_fetch_field;mysql_fetch_field_direct;mysql_fetch_fields;mysql_fetch_lengths;mysql_fetch_row;mysql_field_count;mysql_field_seek;mysql_field_tell;mysql_free_result;mysql_get_client_info;mysql_get_host_info;mysql_get_proto_info;mysql_get_server_info;mysql_get_client_version;mysql_get_ssl_cipher;mysql_info;mysql_init;mysql_insert_id;mysql_kill;mysql_set_server_option;mysql_list_dbs;mysql_list_fields;mysql_list_processes;mysql_list_tables;mysql_more_results;mysql_next_result;mysql_num_fields;mysql_num_rows;mysql_options;mysql_stmt_param_count;mysql_stmt_param_metadata;mysql_ping;mysql_stmt_result_metadata;mysql_query;mysql_read_query_result;mysql_real_connect;mysql_real_escape_string;mysql_real_query;mysql_refresh;mysql_rollback;mysql_row_seek;mysql_row_tell;mysql_select_db;mysql_stmt_send_long_data;mysql_send_query;mysql_shutdown;mysql_ssl_set;mysql_stat;mysql_stmt_affected_rows;mysql_stmt_close;mysql_stmt_reset;mysql_stmt_data_seek;mysql_stmt_errno;mysql_stmt_error;mysql_stmt_free_result;mysql_stmt_num_rows;mysql_stmt_row_seek;mysql_stmt_row_tell;mysql_stmt_store_result;mysql_store_result;mysql_thread_id;mysql_thread_safe;mysql_use_result;mysql_warning_count;mysql_stmt_sqlstate;mysql_sqlstate;mysql_get_server_version;mysql_stmt_prepare;mysql_stmt_init;mysql_stmt_insert_id;mysql_stmt_attr_get;mysql_stmt_attr_set;mysql_stmt_field_count;mysql_set_local_infile_default;mysql_set_local_infile_handler;mysql_embedded;mysql_server_init;mysql_server_end;mysql_set_character_set;mysql_get_character_set_info;mysql_stmt_next_result | |
//ADVANCED property for variable: CMAKE_AR | |
CMAKE_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_BUILD_TOOL | |
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 | |
//What is the target build tool cmake is generating for. | |
CMAKE_BUILD_TOOL:INTERNAL=/usr/local/Library/ENV/4.3/gmake | |
//This is the directory where this CMakeCache.txt was created | |
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/mysql-etbP/mysql-5.6.13 | |
//Major version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 | |
//Minor version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=11 | |
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | |
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Path to CMake executable. | |
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.2/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.2/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.2/bin/ctest | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS | |
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_COMPILER | |
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS | |
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//Path to cache edit program executable. | |
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.2/bin/ccmake | |
//Executable file format | |
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | |
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | |
//Name of generator. | |
CMAKE_GENERATOR:INTERNAL=Unix Makefiles | |
//Name of generator toolset. | |
CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
//Have symbol pthread_create | |
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1 | |
//Have include pthread.h | |
CMAKE_HAVE_PTHREAD_H:INTERNAL=1 | |
//Start directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/mysql-etbP/mysql-5.6.13 | |
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL | |
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_LINKER | |
CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM | |
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_NM | |
CMAKE_NM-ADVANCED:INTERNAL=1 | |
//number of local generators | |
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=49 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_RANLIB | |
CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
//Path to CMake installation. | |
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/2.8.11.2/share/cmake | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_RPATH | |
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STRIP | |
CMAKE_STRIP-ADVANCED:INTERNAL=1 | |
//uname command | |
CMAKE_UNAME:INTERNAL=/usr/bin/uname | |
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS | |
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
CPACK_MONOLITHIC_INSTALL:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_CURSES_H_PATH | |
CURSES_CURSES_H_PATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_CURSES_LIBRARY | |
CURSES_CURSES_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_EXTRA_LIBRARY | |
CURSES_EXTRA_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_FORM_LIBRARY | |
CURSES_FORM_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_HAVE_CURSES_H | |
CURSES_HAVE_CURSES_H-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_INCLUDE_PATH | |
CURSES_INCLUDE_PATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_LIBRARY | |
CURSES_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURSES_NCURSES_LIBRARY | |
CURSES_NCURSES_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CYBOZU | |
CYBOZU-ADVANCED:INTERNAL=1 | |
//Test C_HAS_inline | |
C_HAS_inline:INTERNAL=1 | |
//Directory of debug build | |
DEBUGBUILDDIR:INTERNAL=/tmp/mysql-etbP/debug | |
//ADVANCED property for variable: DEBUG_EXTNAME | |
DEBUG_EXTNAME-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: DISABLE_SHARED | |
DISABLE_SHARED-ADVANCED:INTERNAL=1 | |
//Have function clock_gettime | |
DNS_USE_CPU_CLOCK_FOR_ID:INTERNAL= | |
//ADVANCED property for variable: DTRACE | |
DTRACE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ENABLED_LOCAL_INFILE | |
ENABLED_LOCAL_INFILE-ADVANCED:INTERNAL=1 | |
//Details about finding Curses | |
FIND_PACKAGE_MESSAGE_DETAILS_Curses:INTERNAL=[/usr/lib/libcurses.dylib][/usr/include][v()] | |
//Details about finding Threads | |
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
//Have symbol FIONREAD | |
FIONREAD_IN_SYS_FILIO:INTERNAL=1 | |
//Have symbol FIONREAD | |
FIONREAD_IN_SYS_IOCTL:INTERNAL=1 | |
//ADVANCED property for variable: FORM_LIBRARY | |
FORM_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GETCONF | |
GETCONF-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GLIBTOOLIZE_EXECUTABLE | |
GLIBTOOLIZE_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GTAR_EXECUTABLE | |
GTAR_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Have symbol TIOCGWINSZ | |
GWINSZ_IN_SYS_IOCTL:INTERNAL=1 | |
//Have include aio.h | |
HAVE_AIO_H:INTERNAL=1 | |
//Have function aio_read | |
HAVE_AIO_READ:INTERNAL=1 | |
//Have function alarm | |
HAVE_ALARM:INTERNAL=1 | |
//Have function _aligned_free | |
HAVE_ALIGNED_FREE:INTERNAL= | |
//Have function _aligned_malloc | |
HAVE_ALIGNED_MALLOC:INTERNAL= | |
//Have include alloca.h | |
HAVE_ALLOCA_H:INTERNAL=1 | |
//Have include arpa/inet.h | |
HAVE_ARPA_INET_H:INTERNAL=1 | |
//Have includes asm/msr.h | |
HAVE_ASM_MSR_H:INTERNAL= | |
//Have includes asm/termbits.h | |
HAVE_ASM_TERMBITS_H:INTERNAL= | |
//Have function asprintf | |
HAVE_ASPRINTF:INTERNAL=1 | |
//Have function backtrace | |
HAVE_BACKTRACE:INTERNAL=1 | |
//Have function backtrace_symbols | |
HAVE_BACKTRACE_SYMBOLS:INTERNAL=1 | |
//Have function backtrace_symbols_fd | |
HAVE_BACKTRACE_SYMBOLS_FD:INTERNAL=1 | |
//Have function bmove | |
HAVE_BMOVE:INTERNAL= | |
//Have function bsearch | |
HAVE_BSEARCH:INTERNAL=1 | |
//Test HAVE_BSS_START | |
HAVE_BSS_START:INTERNAL= | |
//Have function chown | |
HAVE_CHOWN:INTERNAL=1 | |
//Have function clock_gettime | |
HAVE_CLOCK_GETTIME:INTERNAL= | |
//Have function compress | |
HAVE_COMPRESS:INTERNAL= | |
//Have function crypt | |
HAVE_CRYPT:INTERNAL=1 | |
//Have includes crypt.h | |
HAVE_CRYPT_H:INTERNAL= | |
HAVE_CURSES_H:INTERNAL=1 | |
//Have function cuserid | |
HAVE_CUSERID:INTERNAL= | |
//Have includes cxxabi.h | |
HAVE_CXXABI_H:INTERNAL= | |
//Have symbol fdatasync | |
HAVE_DECL_FDATASYNC:INTERNAL= | |
//Have symbol madvise | |
HAVE_DECL_MADVISE:INTERNAL=1 | |
//Test HAVE_DECL_TGOTO | |
HAVE_DECL_TGOTO:INTERNAL=1 | |
//Have includes sys/devpoll.h | |
HAVE_DEVPOLL:INTERNAL= | |
//Have function directio | |
HAVE_DIRECTIO:INTERNAL= | |
//Have include dirent.h | |
HAVE_DIRENT_H:INTERNAL=1 | |
//Have function dlerror | |
HAVE_DLERROR:INTERNAL=1 | |
//Have include dlfcn.h | |
HAVE_DLFCN_H:INTERNAL=1 | |
//Have function dlopen | |
HAVE_DLOPEN:INTERNAL=1 | |
//Have function _doprnt | |
HAVE_DOPRNT:INTERNAL= | |
//Have function epoll_create | |
HAVE_EPOLL:INTERNAL= | |
//Have function epoll_ctl | |
HAVE_EPOLL_CTL:INTERNAL= | |
//Have include execinfo.h | |
HAVE_EXECINFO_H:INTERNAL=1 | |
//Have function fchmod | |
HAVE_FCHMOD:INTERNAL=1 | |
//Have function fcntl | |
HAVE_FCNTL:INTERNAL=1 | |
//Have include fcntl.h | |
HAVE_FCNTL_H:INTERNAL=1 | |
//Have symbol O_NONBLOCK | |
HAVE_FCNTL_NONBLOCK:INTERNAL=1 | |
//Have function fconvert | |
HAVE_FCONVERT:INTERNAL= | |
//Have function fdatasync | |
HAVE_FDATASYNC:INTERNAL=1 | |
//Have function fedisableexcept | |
HAVE_FEDISABLEEXCEPT:INTERNAL= | |
//Have include fenv.h | |
HAVE_FENV_H:INTERNAL=1 | |
//Test HAVE_FESETROUND | |
HAVE_FESETROUND:INTERNAL=1 | |
//Have function fgetln | |
HAVE_FGETLN:INTERNAL=1 | |
HAVE_FINITE:INTERNAL=TRUE | |
//Have symbol finite | |
HAVE_FINITE_IN_MATH_H:INTERNAL=1 | |
//Have includes floatingpoint.h | |
HAVE_FLOATINGPOINT_H:INTERNAL= | |
//Have include float.h | |
HAVE_FLOAT_H:INTERNAL=1 | |
//Have function flockfile | |
HAVE_FLOCKFILE:INTERNAL=1 | |
//Have include fnmatch.h | |
HAVE_FNMATCH_H:INTERNAL=1 | |
//Have function fpsetmask | |
HAVE_FPSETMASK:INTERNAL= | |
//Have includes fpu_control.h | |
HAVE_FPU_CONTROL_H:INTERNAL= | |
//Have function fseeko | |
HAVE_FSEEKO:INTERNAL=1 | |
//Have function fsync | |
HAVE_FSYNC:INTERNAL=1 | |
//Have function ftime | |
HAVE_FTIME:INTERNAL=1 | |
//Have function ftruncate | |
HAVE_FTRUNCATE:INTERNAL=1 | |
//Test HAVE_GETADDRINFO | |
HAVE_GETADDRINFO:INTERNAL=1 | |
//Have function getcwd | |
HAVE_GETCWD:INTERNAL=1 | |
//Have function getegid | |
HAVE_GETEGID:INTERNAL=1 | |
//Have function geteuid | |
HAVE_GETEUID:INTERNAL=1 | |
//Have function getgid | |
HAVE_GETGID:INTERNAL=1 | |
//Have function gethostbyaddr_r | |
HAVE_GETHOSTBYADDR_R:INTERNAL= | |
//Have function gethrtime | |
HAVE_GETHRTIME:INTERNAL= | |
//Have function getline | |
HAVE_GETLINE:INTERNAL=1 | |
//Have function getnameinfo | |
HAVE_GETNAMEINFO:INTERNAL=1 | |
//Have symbol getpagesize | |
HAVE_GETPAGESIZE:INTERNAL=1 | |
//Have function getpass | |
HAVE_GETPASS:INTERNAL=1 | |
//Have function getpassphrase | |
HAVE_GETPASSPHRASE:INTERNAL= | |
//Have function getpwnam | |
HAVE_GETPWNAM:INTERNAL=1 | |
//Have function getpwuid | |
HAVE_GETPWUID:INTERNAL=1 | |
//Have function getrlimit | |
HAVE_GETRLIMIT:INTERNAL=1 | |
//Have function getrusage | |
HAVE_GETRUSAGE:INTERNAL=1 | |
//Have function gettimeofday | |
HAVE_GETTIMEOFDAY:INTERNAL=1 | |
//Have function getuid | |
HAVE_GETUID:INTERNAL=1 | |
//Have function getwd | |
HAVE_GETWD:INTERNAL=1 | |
//Have function gmtime_r | |
HAVE_GMTIME_R:INTERNAL=1 | |
//Have include grp.h | |
HAVE_GRP_H:INTERNAL=1 | |
//Have function ntohll | |
HAVE_HTONLL:INTERNAL= | |
//Have includes ia64intrin.h | |
HAVE_IA64INTRIN_H:INTERNAL= | |
//Test HAVE_IB_ATOMIC_PTHREAD_T_GCC | |
HAVE_IB_ATOMIC_PTHREAD_T_GCC:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_IB_ATOMIC_PTHREAD_T_GCC_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_IB_ATOMIC_PTHREAD_T_GCC_EXITCODE:INTERNAL=0 | |
//Test HAVE_IB_GCC_ATOMIC_BUILTINS | |
HAVE_IB_GCC_ATOMIC_BUILTINS:INTERNAL=1 | |
//Test HAVE_IB_GCC_ATOMIC_BUILTINS_64 | |
HAVE_IB_GCC_ATOMIC_BUILTINS_64:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_IB_GCC_ATOMIC_BUILTINS_64_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_IB_GCC_ATOMIC_BUILTINS_64_EXITCODE:INTERNAL=0 | |
//Result of TRY_COMPILE | |
HAVE_IB_GCC_ATOMIC_BUILTINS_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_IB_GCC_ATOMIC_BUILTINS_EXITCODE:INTERNAL=0 | |
//Have includes ieeefp.h | |
HAVE_IEEEFP_H:INTERNAL= | |
//Have function index | |
HAVE_INDEX:INTERNAL=1 | |
//Have function inet_ntop | |
HAVE_INET_NTOP:INTERNAL=1 | |
//Have function initgroups | |
HAVE_INITGROUPS:INTERNAL=1 | |
//Have include inttypes.h | |
HAVE_INTTYPES_H:INTERNAL=1 | |
HAVE_IPV6:INTERNAL=TRUE | |
//Test HAVE_ISINF | |
HAVE_ISINF:INTERNAL=1 | |
//Have symbol isnan | |
HAVE_ISNAN:INTERNAL=1 | |
//Have function issetugid | |
HAVE_ISSETUGID:INTERNAL=1 | |
//Have function iswctype | |
HAVE_ISWCTYPE:INTERNAL=1 | |
//Have function iswlower | |
HAVE_ISWLOWER:INTERNAL=1 | |
//Have function iswupper | |
HAVE_ISWUPPER:INTERNAL=1 | |
//Have function kqueue | |
HAVE_KQUEUE:INTERNAL=1 | |
//Test HAVE_LANGINFO_CODESET | |
HAVE_LANGINFO_CODESET:INTERNAL=1 | |
//Have include langinfo.h | |
HAVE_LANGINFO_H:INTERNAL=1 | |
//Have function ldiv | |
HAVE_LDIV:INTERNAL=1 | |
//Have include limits.h | |
HAVE_LIMITS_H:INTERNAL=1 | |
//Have include locale.h | |
HAVE_LOCALE_H:INTERNAL=1 | |
//Have function localtime_r | |
HAVE_LOCALTIME_R:INTERNAL=1 | |
//Have symbol log2 | |
HAVE_LOG2:INTERNAL=1 | |
//Have function longjmp | |
HAVE_LONGJMP:INTERNAL=1 | |
//Have symbol lrand48 | |
HAVE_LRAND48:INTERNAL=1 | |
//Have function lstat | |
HAVE_LSTAT:INTERNAL=1 | |
//Have function madvise | |
HAVE_MADVISE:INTERNAL=1 | |
//Have includes malloc.h | |
HAVE_MALLOC_H:INTERNAL= | |
//Have function malloc_info | |
HAVE_MALLOC_INFO:INTERNAL= | |
//Have function mbrlen | |
HAVE_MBRLEN:INTERNAL=1 | |
//Have function mbrtowc | |
HAVE_MBRTOWC:INTERNAL=1 | |
//Have function mbscmp | |
HAVE_MBSCMP:INTERNAL= | |
//Have function mbsrtowcs | |
HAVE_MBSRTOWCS:INTERNAL=1 | |
//Have function memalign | |
HAVE_MEMALIGN:INTERNAL= | |
//Have function memcpy | |
HAVE_MEMCPY:INTERNAL=1 | |
//Have function memmove | |
HAVE_MEMMOVE:INTERNAL=1 | |
//Have include memory.h | |
HAVE_MEMORY_H:INTERNAL=1 | |
//Have function mkstemp | |
HAVE_MKSTEMP:INTERNAL=1 | |
//Have function mlock | |
HAVE_MLOCK:INTERNAL=1 | |
//Have function mlockall | |
HAVE_MLOCKALL:INTERNAL=1 | |
//Have function mmap | |
HAVE_MMAP:INTERNAL=1 | |
//Have function mmap64 | |
HAVE_MMAP64:INTERNAL= | |
//Have includes ndir.h | |
HAVE_NDIR_H:INTERNAL= | |
//Have include netinet/in6.h | |
HAVE_NETINET_IN6_H:INTERNAL= | |
//Have include netinet/in.h | |
HAVE_NETINET_IN_H:INTERNAL=1 | |
//Have function nl_langinfo | |
HAVE_NL_LANGINFO:INTERNAL=1 | |
//Have include paths.h | |
HAVE_PATHS_H:INTERNAL=1 | |
//Test HAVE_PAUSE_INSTRUCTION | |
HAVE_PAUSE_INSTRUCTION:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_PAUSE_INSTRUCTION_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_PAUSE_INSTRUCTION_EXITCODE:INTERNAL=0 | |
//Test HAVE_PEERCRED | |
HAVE_PEERCRED:INTERNAL= | |
//Have function perror | |
HAVE_PERROR:INTERNAL=1 | |
//Have function poll | |
HAVE_POLL:INTERNAL=1 | |
//Have include poll.h | |
HAVE_POLL_H:INTERNAL=1 | |
//Have function port_create | |
HAVE_PORT_CREATE:INTERNAL= | |
//Have includes port.h | |
HAVE_PORT_H:INTERNAL= | |
//Have function posix_fallocate | |
HAVE_POSIX_FALLOCATE:INTERNAL= | |
//Have function posix_memalign | |
HAVE_POSIX_MEMALIGN:INTERNAL=1 | |
//Test HAVE_POSIX_SIGNALS | |
HAVE_POSIX_SIGNALS:INTERNAL=1 | |
//Have function pread | |
HAVE_PREAD:INTERNAL=1 | |
//Have function printstack | |
HAVE_PRINTSTACK:INTERNAL= | |
//Have function pthread_attr_create | |
HAVE_PTHREAD_ATTR_CREATE:INTERNAL= | |
//Have function pthread_attr_getstacksize | |
HAVE_PTHREAD_ATTR_GETSTACKSIZE:INTERNAL=1 | |
//Have function pthread_attr_setscope | |
HAVE_PTHREAD_ATTR_SETSCOPE:INTERNAL=1 | |
//Have function pthread_attr_setstacksize | |
HAVE_PTHREAD_ATTR_SETSTACKSIZE:INTERNAL=1 | |
//Have function pthread_condattr_create | |
HAVE_PTHREAD_CONDATTR_CREATE:INTERNAL= | |
//Have function pthread_condattr_setclock | |
HAVE_PTHREAD_CONDATTR_SETCLOCK:INTERNAL= | |
//Have function pthread_key_delete | |
HAVE_PTHREAD_KEY_DELETE:INTERNAL=1 | |
//Test HAVE_PTHREAD_ONCE_INIT | |
HAVE_PTHREAD_ONCE_INIT:INTERNAL=1 | |
//Have function pthread_rwlock_rdlock | |
HAVE_PTHREAD_RWLOCK_RDLOCK:INTERNAL=1 | |
//Have function pthread_sigmask | |
HAVE_PTHREAD_SIGMASK:INTERNAL=1 | |
//Have function pthread_threadmask | |
HAVE_PTHREAD_THREADMASK:INTERNAL= | |
//Have function pthread_yield_np | |
HAVE_PTHREAD_YIELD_NP:INTERNAL=1 | |
//Test HAVE_PTHREAD_YIELD_ZERO_ARG | |
HAVE_PTHREAD_YIELD_ZERO_ARG:INTERNAL= | |
//Have function putenv | |
HAVE_PUTENV:INTERNAL=1 | |
//Have include pwd.h | |
HAVE_PWD_H:INTERNAL=1 | |
//Have function rdtscll | |
HAVE_RDTSCLL:INTERNAL= | |
//Have function readdir_r | |
HAVE_READDIR_R:INTERNAL=1 | |
//Have function readlink | |
HAVE_READLINK:INTERNAL=1 | |
//Have function read_real_time | |
HAVE_READ_REAL_TIME:INTERNAL= | |
//Have function realpath | |
HAVE_REALPATH:INTERNAL=1 | |
//Have function regcomp | |
HAVE_REGCOMP:INTERNAL=1 | |
//Have function rename | |
HAVE_RENAME:INTERNAL=1 | |
//Have function re_comp | |
HAVE_RE_COMP:INTERNAL= | |
//Have symbol rint | |
HAVE_RINT:INTERNAL=1 | |
//Have function rwlock_init | |
HAVE_RWLOCK_INIT:INTERNAL= | |
//Have include sasl/sasl.h | |
HAVE_SASL_SASL_H:INTERNAL=1 | |
//Have function sched_getcpu | |
HAVE_SCHED_GETCPU:INTERNAL= | |
//Have include sched.h | |
HAVE_SCHED_H:INTERNAL=1 | |
//Have function sched_yield | |
HAVE_SCHED_YIELD:INTERNAL=1 | |
//Test HAVE_SELECT | |
HAVE_SELECT:INTERNAL=1 | |
//Have includes select.h | |
HAVE_SELECT_H:INTERNAL= | |
//Have include semaphore.h | |
HAVE_SEMAPHORE_H:INTERNAL=1 | |
//Have function setenv | |
HAVE_SETENV:INTERNAL=1 | |
//Have function setfd | |
HAVE_SETFD:INTERNAL= | |
//Have function setlocale | |
HAVE_SETLOCALE:INTERNAL=1 | |
//Have symbol SHA512_DIGEST_LENGTH | |
HAVE_SHA512_DIGEST_LENGTH:INTERNAL=1 | |
//Have function shmat | |
HAVE_SHMAT:INTERNAL=1 | |
//Have function shmctl | |
HAVE_SHMCTL:INTERNAL=1 | |
//Have function shmdt | |
HAVE_SHMDT:INTERNAL=1 | |
//Have function shmget | |
HAVE_SHMGET:INTERNAL=1 | |
//Have function sigaction | |
HAVE_SIGACTION:INTERNAL=1 | |
//Have function sigaddset | |
HAVE_SIGADDSET:INTERNAL=1 | |
//Have function sigemptyset | |
HAVE_SIGEMPTYSET:INTERNAL=1 | |
//Have function sighold | |
HAVE_SIGHOLD:INTERNAL=1 | |
//Have function signal | |
HAVE_SIGNAL:INTERNAL=1 | |
//Have include signal.h | |
HAVE_SIGNAL_H:INTERNAL=1 | |
//Have function sigset | |
HAVE_SIGSET:INTERNAL=1 | |
//Have function sigthreadmask | |
HAVE_SIGTHREADMASK:INTERNAL= | |
//Have function sigwait | |
HAVE_SIGWAIT:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_BOOL:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_CHAR:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_IN6_ADDR:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT16:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT32:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT64:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT8:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_MBSTATE_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_MODE_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_OFF_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_PTHREAD_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_SHORT:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_SIGSET_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_SOCKADDR_IN6:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_SOCKLEN_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_TIME_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UCHAR:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT16:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT32:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT64:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT8:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_ULONG:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_U_INT32_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_VOIDP:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_WCHAR_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_WCTYPE_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_WINT_T:INTERNAL=TRUE | |
//Have function sleep | |
HAVE_SLEEP:INTERNAL=1 | |
//Have function snprintf | |
HAVE_SNPRINTF:INTERNAL=1 | |
//Test HAVE_SOCKADDR_IN6_SIN6_LEN | |
HAVE_SOCKADDR_IN6_SIN6_LEN:INTERNAL=1 | |
//Test HAVE_SOCKADDR_IN_SIN_LEN | |
HAVE_SOCKADDR_IN_SIN_LEN:INTERNAL=1 | |
//Test HAVE_SOCKADDR_STORAGE_SS_FAMILY | |
HAVE_SOCKADDR_STORAGE_SS_FAMILY:INTERNAL=1 | |
//Test HAVE_SOCKET_SIZE_T_AS_socklen_t | |
HAVE_SOCKET_SIZE_T_AS_socklen_t:INTERNAL=1 | |
//Test HAVE_SOLARIS_STYLE_GETHOST | |
HAVE_SOLARIS_STYLE_GETHOST:INTERNAL= | |
//Have include stdarg.h | |
HAVE_STDARG_H:INTERNAL=1 | |
//Have include stddef.h | |
HAVE_STDDEF_H:INTERNAL=1 | |
//Have include stdint.h | |
HAVE_STDINT_H:INTERNAL=1 | |
//Have include stdlib.h | |
HAVE_STDLIB_H:INTERNAL=1 | |
//Have function stpcpy | |
HAVE_STPCPY:INTERNAL=1 | |
//Have function strcasecmp | |
HAVE_STRCASECMP:INTERNAL=1 | |
//Have function strcoll | |
HAVE_STRCOLL:INTERNAL=1 | |
//Have function strdup | |
HAVE_STRDUP:INTERNAL=1 | |
//Have function strerror | |
HAVE_STRERROR:INTERNAL=1 | |
//Have include strings.h | |
HAVE_STRINGS_H:INTERNAL=1 | |
//Have include string.h | |
HAVE_STRING_H:INTERNAL=1 | |
//Have function strlcat | |
HAVE_STRLCAT:INTERNAL=1 | |
//Have function strlcpy | |
HAVE_STRLCPY:INTERNAL=1 | |
//Have function strncasecmp | |
HAVE_STRNCASECMP:INTERNAL=1 | |
//Have function strnlen | |
HAVE_STRNLEN:INTERNAL=1 | |
//Have function strpbrk | |
HAVE_STRPBRK:INTERNAL=1 | |
//Have function strsep | |
HAVE_STRSEP:INTERNAL=1 | |
//Have function strsignal | |
HAVE_STRSIGNAL:INTERNAL=1 | |
//Have function strstr | |
HAVE_STRSTR:INTERNAL=1 | |
//Have function strtok_r | |
HAVE_STRTOK_R:INTERNAL=1 | |
//Have function strtol | |
HAVE_STRTOL:INTERNAL=1 | |
//Have function strtoll | |
HAVE_STRTOLL:INTERNAL=1 | |
//Have function strtoul | |
HAVE_STRTOUL:INTERNAL=1 | |
//Have function strtoull | |
HAVE_STRTOULL:INTERNAL=1 | |
//Have function strunvis | |
HAVE_STRUNVIS:INTERNAL=1 | |
//Have function strvis | |
HAVE_STRVIS:INTERNAL=1 | |
//Have includes synch.h | |
HAVE_SYNCH_H:INTERNAL= | |
//Have includes sysent.h | |
HAVE_SYSENT_H:INTERNAL= | |
//Have include sys/cdefs.h | |
HAVE_SYS_CDEFS_H:INTERNAL=1 | |
//Have includes sys/devpoll.h | |
HAVE_SYS_DEVPOLL_H:INTERNAL= | |
//Have include sys/types.h;sys/dir.h | |
HAVE_SYS_DIR_H:INTERNAL=1 | |
//Have includes sys/epoll.h | |
HAVE_SYS_EPOLL_H:INTERNAL= | |
//Have include sys/event.h | |
HAVE_SYS_EVENT_H:INTERNAL=1 | |
//Have include sys/file.h | |
HAVE_SYS_FILE_H:INTERNAL=1 | |
//Have includes sys/fpu.h | |
HAVE_SYS_FPU_H:INTERNAL= | |
//Have include sys/ioctl.h | |
HAVE_SYS_IOCTL_H:INTERNAL=1 | |
//Have include sys/ipc.h | |
HAVE_SYS_IPC_H:INTERNAL=1 | |
//Have include sys/malloc.h | |
HAVE_SYS_MALLOC_H:INTERNAL=1 | |
//Have include sys/mman.h | |
HAVE_SYS_MMAN_H:INTERNAL=1 | |
//Have includes sys/ndir.h | |
HAVE_SYS_NDIR_H:INTERNAL= | |
//Have include sys/param.h | |
HAVE_SYS_PARAM_H:INTERNAL=1 | |
//Have includes sys/prctl.h | |
HAVE_SYS_PRCTL_H:INTERNAL= | |
//Have includes sys/ptem.h | |
HAVE_SYS_PTEM_H:INTERNAL= | |
//Have includes sys/pte.h | |
HAVE_SYS_PTE_H:INTERNAL= | |
//Have include sys/queue.h | |
HAVE_SYS_QUEUE_H:INTERNAL=1 | |
//Have include sys/resource.h | |
HAVE_SYS_RESOURCE_H:INTERNAL=1 | |
//Have include sys/select.h | |
HAVE_SYS_SELECT_H:INTERNAL=1 | |
//Have include sys/shm.h | |
HAVE_SYS_SHM_H:INTERNAL=1 | |
//Have include sys/socket.h | |
HAVE_SYS_SOCKET_H:INTERNAL=1 | |
//Have include sys/stat.h | |
HAVE_SYS_STAT_H:INTERNAL=1 | |
//Have includes sys/stream.h | |
HAVE_SYS_STREAM_H:INTERNAL= | |
//Have includes sys/termcap.h | |
HAVE_SYS_TERMCAP_H:INTERNAL= | |
//Have include time.h;sys/timeb.h | |
HAVE_SYS_TIMEB_H:INTERNAL=1 | |
//Have include sys/times.h | |
HAVE_SYS_TIMES_H:INTERNAL=1 | |
//Have include sys/time.h | |
HAVE_SYS_TIME_H:INTERNAL=1 | |
//Have include sys/types.h | |
HAVE_SYS_TYPES_H:INTERNAL=1 | |
//Have include stdlib.h;sys/un.h | |
HAVE_SYS_UN_H:INTERNAL=1 | |
//Have includes sys/utime.h | |
HAVE_SYS_UTIME_H:INTERNAL= | |
//Have include sys/vadvise.h | |
HAVE_SYS_VADVISE_H:INTERNAL=1 | |
//Have include sys/wait.h | |
HAVE_SYS_WAIT_H:INTERNAL=1 | |
//Have symbol TAILQ_FOREACH | |
HAVE_TAILQFOREACH:INTERNAL=1 | |
//Have symbol tcgetattr | |
HAVE_TCGETATTR:INTERNAL=1 | |
//Have function tell | |
HAVE_TELL:INTERNAL= | |
//Have function tempnam | |
HAVE_TEMPNAM:INTERNAL=1 | |
//Have includes termbits.h | |
HAVE_TERMBITS_H:INTERNAL= | |
//Have include termcap.h | |
HAVE_TERMCAP_H:INTERNAL=1 | |
//Have include termios.h | |
HAVE_TERMIOS_H:INTERNAL=1 | |
//Have includes termio.h | |
HAVE_TERMIO_H:INTERNAL= | |
//Have include curses.h;term.h | |
HAVE_TERM_H:INTERNAL=1 | |
//Have function thr_setconcurrency | |
HAVE_THR_SETCONCURRENCY:INTERNAL= | |
//Have function thr_yield | |
HAVE_THR_YIELD:INTERNAL= | |
//Have function time | |
HAVE_TIME:INTERNAL=1 | |
//Have symbol timeradd | |
HAVE_TIMERADD:INTERNAL=1 | |
//Have symbol timerclear | |
HAVE_TIMERCLEAR:INTERNAL=1 | |
//Have symbol timercmp | |
HAVE_TIMERCMP:INTERNAL=1 | |
//Have symbol timerisset | |
HAVE_TIMERISSET:INTERNAL=1 | |
//Have function times | |
HAVE_TIMES:INTERNAL=1 | |
//Test HAVE_TIMESPEC_TS_SEC | |
HAVE_TIMESPEC_TS_SEC:INTERNAL= | |
//Have include time.h | |
HAVE_TIME_H:INTERNAL=1 | |
//Have function towlower | |
HAVE_TOWLOWER:INTERNAL=1 | |
//Have function towupper | |
HAVE_TOWUPPER:INTERNAL=1 | |
//Have symbol tzname | |
HAVE_TZNAME:INTERNAL=1 | |
//Have include unistd.h | |
HAVE_UNISTD_H:INTERNAL=1 | |
//Have include utime.h | |
HAVE_UTIME_H:INTERNAL=1 | |
//Have function valloc | |
HAVE_VALLOC:INTERNAL=1 | |
//Have includes varargs.h | |
HAVE_VARARGS_H:INTERNAL= | |
//Have function vasprintf | |
HAVE_VASPRINTF:INTERNAL=1 | |
//Have include vis.h | |
HAVE_VIS_H:INTERNAL=1 | |
//Have function vprintf | |
HAVE_VPRINTF:INTERNAL=1 | |
//Have function vsnprintf | |
HAVE_VSNPRINTF:INTERNAL=1 | |
//Have include wchar.h | |
HAVE_WCHAR_H:INTERNAL=1 | |
//Have function wcrtomb | |
HAVE_WCRTOMB:INTERNAL=1 | |
//Have function wcscoll | |
HAVE_WCSCOLL:INTERNAL=1 | |
//Have function wcsdup | |
HAVE_WCSDUP:INTERNAL=1 | |
//Have function wctype | |
HAVE_WCTYPE:INTERNAL=1 | |
//Have include wctype.h | |
HAVE_WCTYPE_H:INTERNAL=1 | |
//Have function wcwidth | |
HAVE_WCWIDTH:INTERNAL=1 | |
//Test HAVE_WEAK_SYMBOL | |
HAVE_WEAK_SYMBOL:INTERNAL=1 | |
//Test HAVE_WERROR_FLAG | |
HAVE_WERROR_FLAG:INTERNAL=1 | |
//Have function kqueue | |
HAVE_WORKING_KQUEUE:INTERNAL=1 | |
//Have function __infinity | |
HAVE___infinity_IN_LIBC:INTERNAL= | |
//Have library m | |
HAVE___infinity_IN_m:INTERNAL= | |
//Have function bind | |
HAVE_bind_IN_LIBC:INTERNAL=1 | |
//Have function clock_gettime | |
HAVE_clock_gettime_IN_LIBC:INTERNAL= | |
//Have library rt | |
HAVE_clock_gettime_IN_rt:INTERNAL= | |
//Have function crypt | |
HAVE_crypt_IN_LIBC:INTERNAL=1 | |
//Have function dlopen | |
HAVE_dlopen_IN_LIBC:INTERNAL=1 | |
//Have function floor | |
HAVE_floor_IN_LIBC:INTERNAL=1 | |
//Have function gethostbyname_r | |
HAVE_gethostbyname_r_IN_LIBC:INTERNAL= | |
//Have library nsl | |
HAVE_gethostbyname_r_IN_nsl:INTERNAL= | |
//Have library nsl_r | |
HAVE_gethostbyname_r_IN_nsl_r:INTERNAL= | |
//Have function sched_yield | |
HAVE_sched_yield_IN_LIBC:INTERNAL=1 | |
//Have function setsockopt | |
HAVE_setsockopt_IN_LIBC:INTERNAL=1 | |
//ADVANCED property for variable: INNODB_COMPILER_HINTS | |
INNODB_COMPILER_HINTS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_BINDIR | |
INSTALL_BINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_DOCDIR | |
INSTALL_DOCDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_DOCREADMEDIR | |
INSTALL_DOCREADMEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_INCLUDEDIR | |
INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_INFODIR | |
INSTALL_INFODIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_LIBDIR | |
INSTALL_LIBDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_MANDIR | |
INSTALL_MANDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_MYSQLDATADIR | |
INSTALL_MYSQLDATADIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_MYSQLSHAREDIR | |
INSTALL_MYSQLSHAREDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_MYSQLTESTDIR | |
INSTALL_MYSQLTESTDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_PLUGINDIR | |
INSTALL_PLUGINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_PLUGINTESTDIR | |
INSTALL_PLUGINTESTDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_SBINDIR | |
INSTALL_SBINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_SCRIPTDIR | |
INSTALL_SCRIPTDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_SHAREDIR | |
INSTALL_SHAREDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_SQLBENCHDIR | |
INSTALL_SQLBENCHDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: INSTALL_SUPPORTFILESDIR | |
INSTALL_SUPPORTFILESDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: LIBTOOLIZE_EXECUTABLE | |
LIBTOOLIZE_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: MANUFACTURER | |
MANUFACTURER-ADVANCED:INTERNAL=1 | |
MYSQLD_STATIC_PLUGIN_LIBS:INTERNAL=archive;zlib;blackhole;csv;federated;heap;innobase;zlib;myisam;myisammrg;perfschema;partition | |
//ADVANCED property for variable: MYSQL_BASE_VERSION | |
MYSQL_BASE_VERSION-ADVANCED:INTERNAL=1 | |
//MySQL Base version | |
MYSQL_BASE_VERSION:INTERNAL=5.6 | |
//ADVANCED property for variable: MYSQL_DOCS_LOCATION | |
MYSQL_DOCS_LOCATION-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: MYSQL_PROJECT_NAME | |
MYSQL_PROJECT_NAME-ADVANCED:INTERNAL=1 | |
OLD_INSTALL_LAYOUT:INTERNAL=STANDALONE | |
OLD_WITH_DEBUG:INTERNAL=0 | |
PLUGIN_REPOS:INTERNAL= | |
//Test QSORT_TYPE_IS_VOID | |
QSORT_TYPE_IS_VOID:INTERNAL=1 | |
//Test SIGNAL_RETURN_TYPE_IS_VOID | |
SIGNAL_RETURN_TYPE_IS_VOID:INTERNAL=1 | |
//CHECK_TYPE_SIZE: bool unknown | |
SIZEOF_BOOL:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(char) | |
SIZEOF_CHAR:INTERNAL=1 | |
//CHECK_TYPE_SIZE: sizeof(struct in6_addr) | |
SIZEOF_IN6_ADDR:INTERNAL=16 | |
//CHECK_TYPE_SIZE: sizeof(int) | |
SIZEOF_INT:INTERNAL=4 | |
//CHECK_TYPE_SIZE: int16 unknown | |
SIZEOF_INT16:INTERNAL= | |
//CHECK_TYPE_SIZE: int32 unknown | |
SIZEOF_INT32:INTERNAL= | |
//CHECK_TYPE_SIZE: int64 unknown | |
SIZEOF_INT64:INTERNAL= | |
//CHECK_TYPE_SIZE: int8 unknown | |
SIZEOF_INT8:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(long long) | |
SIZEOF_LONG_LONG:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(mbstate_t) | |
SIZEOF_MBSTATE_T:INTERNAL=128 | |
//CHECK_TYPE_SIZE: sizeof(mode_t) | |
SIZEOF_MODE_T:INTERNAL=2 | |
//CHECK_TYPE_SIZE: sizeof(off_t) | |
SIZEOF_OFF_T:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(pthread_t) | |
SIZEOF_PTHREAD_T:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(short) | |
SIZEOF_SHORT:INTERNAL=2 | |
//CHECK_TYPE_SIZE: sizeof(sigset_t) | |
SIZEOF_SIGSET_T:INTERNAL=4 | |
//CHECK_TYPE_SIZE: sizeof(struct sockaddr_in6) | |
SIZEOF_SOCKADDR_IN6:INTERNAL=28 | |
//CHECK_TYPE_SIZE: sizeof(socklen_t) | |
SIZEOF_SOCKLEN_T:INTERNAL=4 | |
//CHECK_TYPE_SIZE: sizeof(time_t) | |
SIZEOF_TIME_T:INTERNAL=8 | |
//CHECK_TYPE_SIZE: uchar unknown | |
SIZEOF_UCHAR:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(uint) | |
SIZEOF_UINT:INTERNAL=4 | |
//CHECK_TYPE_SIZE: uint16 unknown | |
SIZEOF_UINT16:INTERNAL= | |
//CHECK_TYPE_SIZE: uint32 unknown | |
SIZEOF_UINT32:INTERNAL= | |
//CHECK_TYPE_SIZE: uint64 unknown | |
SIZEOF_UINT64:INTERNAL= | |
//CHECK_TYPE_SIZE: uint8 unknown | |
SIZEOF_UINT8:INTERNAL= | |
//CHECK_TYPE_SIZE: ulong unknown | |
SIZEOF_ULONG:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(u_int32_t) | |
SIZEOF_U_INT32_T:INTERNAL=4 | |
//CHECK_TYPE_SIZE: sizeof(void *) | |
SIZEOF_VOIDP:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(wchar_t) | |
SIZEOF_WCHAR_T:INTERNAL=4 | |
//CHECK_TYPE_SIZE: sizeof(wctype_t) | |
SIZEOF_WCTYPE_T:INTERNAL=4 | |
//CHECK_TYPE_SIZE: sizeof(wint_t) | |
SIZEOF_WINT_T:INTERNAL=4 | |
//Result of TRY_COMPILE | |
STACKDIR_COMPILE_RESULT:INTERNAL=TRUE | |
//Result of TRY_RUN | |
STACKDIR_RUN_RESULT:INTERNAL=0 | |
//Stack grows direction | |
STACK_DIRECTION:INTERNAL=-1 | |
//Have include stdlib.h;stdarg.h;string.h;float.h | |
STDC_HEADERS:INTERNAL=1 | |
//Test STRUCT_DIRENT_HAS_D_INO | |
STRUCT_DIRENT_HAS_D_INO:INTERNAL=1 | |
//Test STRUCT_DIRENT_HAS_D_NAMLEN | |
STRUCT_DIRENT_HAS_D_NAMLEN:INTERNAL=1 | |
//ADVANCED property for variable: SYSCONFDIR | |
SYSCONFDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: TAR_EXECUTABLE | |
TAR_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Test TIME_T_UNSIGNED | |
TIME_T_UNSIGNED:INTERNAL= | |
//Have include time.h;sys/time.h | |
TIME_WITH_SYS_TIME:INTERNAL=1 | |
//Have symbol TIOCSTAT | |
TIOCSTAT_IN_SYS_IOCTL:INTERNAL=1 | |
//ADVANCED property for variable: WITHOUT_EXAMPLE_STORAGE_ENGINE | |
WITHOUT_EXAMPLE_STORAGE_ENGINE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: WITHOUT_SERVER | |
WITHOUT_SERVER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: WITH_ATOMIC_LOCKS | |