Created
October 25, 2016 14:45
-
-
Save KryptoKnight/34ae6ab046c82d8349e6265297796cf2 to your computer and use it in GitHub Desktop.
php70 (homebrew/php/php70) on macOS 10.11.6 - Homebrew build logs
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
Homebrew build logs for homebrew/php/php70 on macOS 10.11.6 | |
Build date: 2016-10-25 16:41:52 |
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
HOMEBREW_VERSION: 1.0.8 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 0296439c832a915be9b73456c0c26bc6c79c271d | |
Last commit: 8 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 5fcbc8cde603da072219eb9a96ff3dd13b5e1383 | |
Core tap last commit: 58 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 7.3 build 703 | |
Git: 2.10.1 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: N/A | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.0 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: N/A |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install php71 | |
Run `brew missing` for more details. |
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
Formula: php70 | |
Tap: homebrew/php | |
Path: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-php/Formula/php70.rb |
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
2016-10-25 16:41:48 +0200 | |
./configure | |
--prefix=/usr/local/Cellar/php70/7.0.12_5 | |
--localstatedir=/usr/local/var | |
--sysconfdir=/usr/local/etc/php/7.0 | |
--with-config-file-path=/usr/local/etc/php/7.0 | |
--with-config-file-scan-dir=/usr/local/etc/php/7.0/conf.d | |
--mandir=/usr/local/Cellar/php70/7.0.12_5/share/man | |
--enable-bcmath | |
--enable-calendar | |
--enable-dba | |
--enable-exif | |
--enable-ftp | |
--enable-gd-native-ttf | |
--enable-mbregex | |
--enable-mbstring | |
--enable-shmop | |
--enable-soap | |
--enable-sockets | |
--enable-sysvmsg | |
--enable-sysvsem | |
--enable-sysvshm | |
--enable-wddx | |
--enable-zip | |
--with-freetype-dir=/usr/local/opt/freetype | |
--with-gd | |
--with-gettext=/usr/local/opt/gettext | |
--with-iconv-dir=/usr | |
--with-icu-dir=/usr/local/opt/icu4c | |
--with-jpeg-dir=/usr/local/opt/jpeg | |
--with-kerberos=/usr | |
--with-libedit | |
--with-mhash | |
--with-ndbm=/usr | |
--with-png-dir=/usr/local/opt/libpng | |
--with-xmlrpc | |
--with-zlib=/usr | |
--with-readline=/usr/local/opt/readline | |
--without-gmp | |
--without-snmp | |
--with-libxml-dir=/usr/local/opt/libxml2 | |
--with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc | |
--with-unixODBC=/usr/local/opt/unixodbc | |
--with-apxs2=/usr/local/bin/apxs | |
--libexecdir=/usr/local/Cellar/php70/7.0.12_5/libexec | |
--with-bz2=/usr | |
--with-openssl=/usr/local/opt/openssl | |
--enable-fpm | |
--with-fpm-user=_www | |
--with-fpm-group=_www | |
--with-curl | |
--with-xsl=/usr | |
--with-ldap | |
--with-ldap-sasl=/usr | |
--with-mysql-sock=/tmp/mysql.sock | |
--with-mysqli=mysqlnd | |
--with-mysql=mysqlnd | |
--with-pdo-mysql=mysqlnd | |
--disable-opcache | |
--enable-pcntl | |
--without-pear | |
--enable-dtrace | |
--disable-phpdbg | |
--enable-zend-signals | |
configure: WARNING: unrecognized options: --with-mysql | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... (cached) sed | |
checking build system type... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.0 | |
checking target system type... x86_64-apple-darwin15.6.0 | |
checking whether the C compiler works... no | |
configure: error: in `/private/tmp/php70-20161025-21063-19w0gqv/php-7.0.12': | |
configure: error: C compiler cannot create executables | |
See `config.log' for more details | |
HOMEBREW_VERSION: 1.0.8 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 0296439c832a915be9b73456c0c26bc6c79c271d | |
Last commit: 8 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 5fcbc8cde603da072219eb9a96ff3dd13b5e1383 | |
Core tap last commit: 55 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 0 | |
Clang: 7.3 build 703 | |
Git: 2.7.4 => /Library/Developer/CommandLineTools/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: N/A | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.0 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: N/A | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/icu4c:/usr/local/opt/libxml2:/usr/local/opt/readline:/usr/local/opt/openssl:/usr/local/opt/zlib:/usr/local/opt/apr:/usr/local/opt/apr-util:/usr/local | |
CMAKE_INCLUDE_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
MACOSX_DEPLOYMENT_TARGET: 10.11 | |
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/opt/libxml2/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/gettext/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libxml2/bin:/usr/local/opt/unixodbc/bin:/usr/local/opt/openssl/bin:/usr/local/opt/pcre/bin:/usr/local/opt/apr/bin:/usr/local/opt/apr-util/bin:/usr/local/opt/httpd24/bin:/usr/bin:/bin:/usr/sbin:/sbin |
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
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/readline/include -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/php70/7.0.12_5 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/7.0 --with-config-file-path=/usr/local/etc/php/7.0 --with-config-file-scan-dir=/usr/local/etc/php/7.0/conf.d --mandir=/usr/local/Cellar/php70/7.0.12_5/share/man --enable-bcmath --enable-calendar --enable-dba --enable-exif --enable-ftp --enable-gd-native-ttf --enable-mbregex --enable-mbstring --enable-shmop --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --enable-zip --with-freetype-dir=/usr/local/opt/freetype --with-gd --with-gettext=/usr/local/opt/gettext --with-iconv-dir=/usr --with-icu-dir=/usr/local/opt/icu4c --with-jpeg-dir=/usr/local/opt/jpeg --with-kerberos=/usr --with-libedit --with-mhash --with-ndbm=/usr --with-png-dir=/usr/local/opt/libpng --with-xmlrpc --with-zlib=/usr --with-readline=/usr/local/opt/readline --without-gmp --without-snmp --with-libxml-dir=/usr/local/opt/libxml2 --with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc --with-unixODBC=/usr/local/opt/unixodbc --with-apxs2=/usr/local/bin/apxs --libexecdir=/usr/local/Cellar/php70/7.0.12_5/libexec --with-bz2=/usr --with-openssl=/usr/local/opt/openssl --enable-fpm --with-fpm-user=_www --with-fpm-group=_www --with-curl --with-xsl=/usr --with-ldap --with-ldap-sasl=/usr --with-mysql-sock=/tmp/mysql.sock --with-mysqli=mysqlnd --with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --disable-opcache --enable-pcntl --without-pear --enable-dtrace --disable-phpdbg --enable-zend-signals | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Darrens-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 15.6.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 255 tasks, 1149 threads, 4 processors | |
Load average: 2.40, Mach factor: 1.66 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super | |
PATH: /usr/local/opt/libpng/bin | |
PATH: /usr/local/opt/freetype/bin | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/local/opt/icu4c/bin | |
PATH: /usr/local/opt/jpeg/bin | |
PATH: /usr/local/opt/libxml2/bin | |
PATH: /usr/local/opt/unixodbc/bin | |
PATH: /usr/local/opt/openssl/bin | |
PATH: /usr/local/opt/pcre/bin | |
PATH: /usr/local/opt/apr/bin | |
PATH: /usr/local/opt/apr-util/bin | |
PATH: /usr/local/opt/httpd24/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3236: checking for grep that handles long lines and -e | |
configure:3294: result: /usr/bin/grep | |
configure:3299: checking for egrep | |
configure:3361: result: /usr/bin/grep -E | |
configure:3366: checking for a sed that does not truncate output | |
configure:3420: result: sed | |
configure:3530: checking build system type | |
configure:3544: result: x86_64-apple-darwin15.6.0 | |
configure:3564: checking host system type | |
configure:3577: result: x86_64-apple-darwin15.6.0 | |
configure:3597: checking target system type | |
configure:3610: result: x86_64-apple-darwin15.6.0 | |
configure:3843: checking for C compiler version | |
configure:3852: clang --version >&5 | |
Apple LLVM version 7.3.0 (clang-703.0.31) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
configure:3863: $? = 0 | |
configure:3852: clang -v >&5 | |
Apple LLVM version 7.3.0 (clang-703.0.31) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
configure:3863: $? = 0 | |
configure:3852: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3863: $? = 1 | |
configure:3852: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3863: $? = 1 | |
configure:3883: checking whether the C compiler works | |
configure:3905: clang conftest.c >&5 | |
ld: unexpected token: !tapi-tbd-v2 file '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib/libSystem.tbd' for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:3909: $? = 1 | |
configure:3947: result: no | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:3952: error: in `/private/tmp/php70-20161025-21063-19w0gqv/php-7.0.12': | |
configure:3954: error: C compiler cannot create executables | |
See `config.log' for more details | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin15.6.0 | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_YACC_set= | |
ac_cv_env_YACC_value= | |
ac_cv_env_YFLAGS_set= | |
ac_cv_env_YFLAGS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_basename_r=no | |
ac_cv_func_clock_getres=no | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_clock_settime=no | |
ac_cv_func_dirname_r=no | |
ac_cv_func_getentropy=no | |
ac_cv_func_mkostemp=no | |
ac_cv_func_mkostemps=no | |
ac_cv_host=x86_64-apple-darwin15.6.0 | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_search_clock_gettime=no | |
ac_cv_target=x86_64-apple-darwin15.6.0 | |
lt_cv_path_SED=sed | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ALLOCA='' | |
AR='' | |
AWK='' | |
CC='clang' | |
CFLAGS='' | |
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/usr/local/Cellar/php70/7.0.12_5'\'' '\''--localstatedir=/usr/local/var'\'' '\''--sysconfdir=/usr/local/etc/php/7.0'\'' '\''--with-config-file-path=/usr/local/etc/php/7.0'\'' '\''--with-config-file-scan-dir=/usr/local/etc/php/7.0/conf.d'\'' '\''--mandir=/usr/local/Cellar/php70/7.0.12_5/share/man'\'' '\''--enable-bcmath'\'' '\''--enable-calendar'\'' '\''--enable-dba'\'' '\''--enable-exif'\'' '\''--enable-ftp'\'' '\''--enable-gd-native-ttf'\'' '\''--enable-mbregex'\'' '\''--enable-mbstring'\'' '\''--enable-shmop'\'' '\''--enable-soap'\'' '\''--enable-sockets'\'' '\''--enable-sysvmsg'\'' '\''--enable-sysvsem'\'' '\''--enable-sysvshm'\'' '\''--enable-wddx'\'' '\''--enable-zip'\'' '\''--with-freetype-dir=/usr/local/opt/freetype'\'' '\''--with-gd'\'' '\''--with-gettext=/usr/local/opt/gettext'\'' '\''--with-iconv-dir=/usr'\'' '\''--with-icu-dir=/usr/local/opt/icu4c'\'' '\''--with-jpeg-dir=/usr/local/opt/jpeg'\'' '\''--with-kerberos=/usr'\'' '\''--with-libedit'\'' '\''--with-mhash'\'' '\''--with-ndbm=/usr'\'' '\''--with-png-dir=/usr/local/opt/libpng'\'' '\''--with-xmlrpc'\'' '\''--with-zlib=/usr'\'' '\''--with-readline=/usr/local/opt/readline'\'' '\''--without-gmp'\'' '\''--without-snmp'\'' '\''--with-libxml-dir=/usr/local/opt/libxml2'\'' '\''--with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc'\'' '\''--with-unixODBC=/usr/local/opt/unixodbc'\'' '\''--with-apxs2=/usr/local/bin/apxs'\'' '\''--libexecdir=/usr/local/Cellar/php70/7.0.12_5/libexec'\'' '\''--with-bz2=/usr'\'' '\''--with-openssl=/usr/local/opt/openssl'\'' '\''--enable-fpm'\'' '\''--with-fpm-user=_www'\'' '\''--with-fpm-group=_www'\'' '\''--with-curl'\'' '\''--with-xsl=/usr'\'' '\''--with-ldap'\'' '\''--with-ldap-sasl=/usr'\'' '\''--with-mysql-sock=/tmp/mysql.sock'\'' '\''--with-mysqli=mysqlnd'\'' '\''--with-mysql=mysqlnd'\'' '\''--with-pdo-mysql=mysqlnd'\'' '\''--disable-opcache'\'' '\''--enable-pcntl'\'' '\''--without-pear'\'' '\''--enable-dtrace'\'' '\''--disable-phpdbg'\'' '\''--enable-zend-signals'\''' | |
CONFIGURE_OPTIONS=' '\''--prefix=/usr/local/Cellar/php70/7.0.12_5'\'' '\''--localstatedir=/usr/local/var'\'' '\''--sysconfdir=/usr/local/etc/php/7.0'\'' '\''--with-config-file-path=/usr/local/etc/php/7.0'\'' '\''--with-config-file-scan-dir=/usr/local/etc/php/7.0/conf.d'\'' '\''--mandir=/usr/local/Cellar/php70/7.0.12_5/share/man'\'' '\''--enable-bcmath'\'' '\''--enable-calendar'\'' '\''--enable-dba'\'' '\''--enable-exif'\'' '\''--enable-ftp'\'' '\''--enable-gd-native-ttf'\'' '\''--enable-mbregex'\'' '\''--enable-mbstring'\'' '\''--enable-shmop'\'' '\''--enable-soap'\'' '\''--enable-sockets'\'' '\''--enable-sysvmsg'\'' '\''--enable-sysvsem'\'' '\''--enable-sysvshm'\'' '\''--enable-wddx'\'' '\''--enable-zip'\'' '\''--with-freetype-dir=/usr/local/opt/freetype'\'' '\''--with-gd'\'' '\''--with-gettext=/usr/local/opt/gettext'\'' '\''--with-iconv-dir=/usr'\'' '\''--with-icu-dir=/usr/local/opt/icu4c'\'' '\''--with-jpeg-dir=/usr/local/opt/jpeg'\'' '\''--with-kerberos=/usr'\'' '\''--with-libedit'\'' '\''--with-mhash'\'' '\''--with-ndbm=/usr'\'' '\''--with-png-dir=/usr/local/opt/libpng'\'' '\''--with-xmlrpc'\'' '\''--with-zlib=/usr'\'' '\''--with-readline=/usr/local/opt/readline'\'' '\''--without-gmp'\'' '\''--without-snmp'\'' '\''--with-libxml-dir=/usr/local/opt/libxml2'\'' '\''--with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc'\'' '\''--with-unixODBC=/usr/local/opt/unixodbc'\'' '\''--with-apxs2=/usr/local/bin/apxs'\'' '\''--libexecdir=/usr/local/Cellar/php70/7.0.12_5/libexec'\'' '\''--with-bz2=/usr'\'' '\''--with-openssl=/usr/local/opt/openssl'\'' '\''--enable-fpm'\'' '\''--with-fpm-user=_www'\'' '\''--with-fpm-group=_www'\'' '\''--with-curl'\'' '\''--with-xsl=/usr'\'' '\''--with-ldap'\'' '\''--with-ldap-sasl=/usr'\'' '\''--with-mysql-sock=/tmp/mysql.sock'\'' '\''--with-mysqli=mysqlnd'\'' '\''--with-mysql=mysqlnd'\'' '\''--with-pdo-mysql=mysqlnd'\'' '\''--disable-opcache'\'' '\''--enable-pcntl'\'' '\''--without-pear'\'' '\''--enable-dtrace'\'' '\''--disable-phpdbg'\'' '\''--enable-zend-signals'\''' | |
CPP='' | |
CPPFLAGS='' | |
CXX='clang++' | |
CXXCPP='' | |
CXXFLAGS='' | |
DEBUG_CFLAGS='' | |
DEFS='' | |
DSYMUTIL='' | |
ECHO='/bin/echo' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
EXPANDED_BINDIR='' | |
EXPANDED_DATADIR='' | |
EXPANDED_EXTENSION_DIR='' | |
EXPANDED_LIBDIR='' | |
EXPANDED_LOCALSTATEDIR='' | |
EXPANDED_MANDIR='' | |
EXPANDED_PEAR_INSTALLDIR='' | |
EXPANDED_PHP_CONFIG_FILE_PATH='' | |
EXPANDED_PHP_CONFIG_FILE_SCAN_DIR='' | |
EXPANDED_SBINDIR='' | |
EXPANDED_SYSCONFDIR='' | |
EXTENSION_DIR='' | |
EXTRA_INCLUDES='' | |
EXTRA_LDFLAGS='' | |
EXTRA_LDFLAGS_PROGRAM='' | |
EXTRA_LIBS='' | |
GREP='/usr/bin/grep' | |
ICU_CONFIG='' | |
INCLUDES='' | |
INCLUDE_PATH='' | |
INLINE_CFLAGS='' | |
INSTALL_IT='' | |
KRB5_CONFIG='' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='' | |
LN_S='' | |
LTLIBOBJS='' | |
LTP='' | |
LTP_GENHTML='' | |
MANFMT='' | |
NATIVE_RPATHS='' | |
NMEDIT='' | |
OBJEXT='' | |
OCI8_DIR='' | |
OCI8_ORACLE_VERSION='' | |
OCI8_SHARED_LIBADD='' | |
ODBC_INCLUDE='' | |
ODBC_LFLAGS='' | |
ODBC_LIBS='' | |
ODBC_TYPE='' | |
OPENSSL_INCDIR_OPT='' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PDO_MYSQL_MODULE_TYPE='' | |
PDO_OCI_DIR='' | |
PDO_OCI_SHARED_LIBADD='' | |
PDO_OCI_VERSION='' | |
PEAR_INSTALLDIR='' | |
PHP_INSTALLED_SAPIS='' | |
PHP_LDFLAGS='' | |
PHP_LIBS='' | |
PHP_VERSION='7.0.12' | |
PHP_VERSION_ID='70012' | |
PKG_CONFIG='' | |
PROG_SENDMAIL='' | |
RANLIB='' | |
RE2C='' | |
SED='sed' | |
SHELL='/bin/sh' | |
SHLIB_DL_SUFFIX_NAME='' | |
SHLIB_SUFFIX_NAME='' | |
SNMP_CONFIG='' | |
STRIP='' | |
TOUCH='' | |
UNZIP='' | |
YACC='' | |
YFLAGS='' | |
ZEND_EXTRA_LIBS='' | |
abs_builddir='/private/tmp/php70-20161025-21063-19w0gqv/php-7.0.12' | |
abs_srcdir='/private/tmp/php70-20161025-21063-19w0gqv/php-7.0.12' | |
ac_ct_CC='' | |
ac_ct_CXX='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin15.6.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin15.6.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin15.6.0' | |
host_alias='x86_64-apple-darwin15.6.0' | |
host_cpu='x86_64' | |
host_os='darwin15.6.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='/usr/local/Cellar/php70/7.0.12_5/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='/usr/local/var' | |
mandir='/usr/local/Cellar/php70/7.0.12_5/share/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
php_abs_top_builddir='/private/tmp/php70-20161025-21063-19w0gqv/php-7.0.12' | |
php_abs_top_srcdir='/private/tmp/php70-20161025-21063-19w0gqv/php-7.0.12' | |
php_fpm_group='' | |
php_fpm_localstatedir='' | |
php_fpm_prefix='' | |
php_fpm_sysconfdir='' | |
php_fpm_systemd='' | |
php_fpm_user='' | |
prefix='/usr/local/Cellar/php70/7.0.12_5' | |
program_prefix='NONE' | |
program_suffix='NONE' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/usr/local/etc/php/7.0' | |
target='x86_64-apple-darwin15.6.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin15.6.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
configure: exit 77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment