Skip to content

Instantly share code, notes, and snippets.

@coudenysj
Created November 29, 2012 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coudenysj/4167443 to your computer and use it in GitHub Desktop.
Save coudenysj/4167443 to your computer and use it in GitHub Desktop.
brew install php54-memcached
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/php54-memcached/2.0.1 --with-php-config=/usr/local/Cellar/php54/5.4.9/bin/php-config --with-libmemcached-dir=/usr/local/Cellar/libmemcached/1.0.14
## --------- ##
## Platform. ##
## --------- ##
hostname = macbook-jachim.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~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 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 4.00 gigabytes
Default processor set: 155 tasks, 914 threads, 8 processors
Load average: 2.16, Mach factor: 5.83
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/curl/bin
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/jpeg/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/mcrypt/bin
PATH: /usr/local/opt/php54/bin
PATH: /usr/local/opt/libevent/bin
PATH: /usr/local/opt/memcached/bin
PATH: /usr/local/opt/libmemcached/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2307: checking for grep that handles long lines and -e
configure:2365: result: /usr/bin/grep
configure:2370: checking for egrep
configure:2432: result: /usr/bin/grep -E
configure:2437: checking for a sed that does not truncate output
configure:2491: result: /usr/local/Library/ENV/4.3/sed
configure:2681: checking for C compiler version
configure:2690: cc --version >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:2701: $? = 0
configure:2690: cc -v >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/curl/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/zlib/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/curl/lib'
... rest of stderr output deleted ...
configure:2701: $? = 0
configure:2690: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:2701: $? = 1
configure:2690: cc -qversion >&5
clang: error: no input files
configure:2701: $? = 1
configure:2721: checking whether the C compiler works
configure:2743: cc conftest.c >&5
configure:2747: $? = 0
configure:2795: result: yes
configure:2798: checking for C compiler default output file name
configure:2800: result: a.out
configure:2806: checking for suffix of executables
configure:2813: cc -o conftest conftest.c >&5
configure:2817: $? = 0
configure:2839: result:
configure:2861: checking whether we are cross compiling
configure:2869: cc -o conftest conftest.c >&5
configure:2873: $? = 0
configure:2880: ./conftest
configure:2884: $? = 0
configure:2899: result: no
configure:2904: checking for suffix of object files
configure:2926: cc -c conftest.c >&5
configure:2930: $? = 0
configure:2951: result: o
configure:2955: checking whether we are using the GNU C compiler
configure:2974: cc -c conftest.c >&5
configure:2974: $? = 0
configure:2983: result: yes
configure:2992: checking whether cc accepts -g
configure:3012: cc -c -g conftest.c >&5
configure:3012: $? = 0
configure:3053: result: yes
configure:3070: checking for cc option to accept ISO C89
configure:3133: cc -c -g -O2 conftest.c >&5
configure:3133: $? = 0
configure:3146: result: none needed
configure:3172: checking how to run the C preprocessor
configure:3203: cc -E conftest.c
configure:3203: $? = 0
configure:3217: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3217: $? = 1
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. */
| #include <ac_nonexistent.h>
configure:3242: result: cc -E
configure:3262: cc -E conftest.c
configure:3262: $? = 0
configure:3276: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3276: $? = 1
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. */
| #include <ac_nonexistent.h>
configure:3307: checking for icc
configure:3316: result: no
configure:3330: checking for suncc
configure:3339: result: no
configure:3357: checking whether cc understands -c and -o together
configure:3385: cc -c conftest.c -o conftest2.o >&5
configure:3389: $? = 0
configure:3395: cc -c conftest.c -o conftest2.o >&5
configure:3399: $? = 0
configure:3454: result: yes
configure:3468: checking for system library directory
configure:3483: result: lib
configure:3490: checking if compiler supports -R
configure:3509: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
clang: warning: argument unused during compilation: '-R'
ld: can't map file, errno=22 for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3509: $? = 1
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:3519: result: no
configure:3524: checking if compiler supports -Wl,-rpath,
configure:3543: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
configure:3543: $? = 0
configure:3553: result: yes
configure:3598: checking build system type
configure:3612: result: i386-apple-darwin12.2.0
configure:3632: checking host system type
configure:3645: result: i386-apple-darwin12.2.0
configure:3665: checking target system type
configure:3678: result: i386-apple-darwin12.2.0
configure:3781: checking for PHP prefix
configure:3783: result: /usr/local/Cellar/php54/5.4.9
configure:3785: checking for PHP includes
configure:3787: result: -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib
configure:3789: checking for PHP extension directory
configure:3791: result: /usr/local/Cellar/php54/5.4.9/lib/php/extensions/debug-non-zts-20100525
configure:3793: checking for PHP installed headers prefix
configure:3795: result: /usr/local/Cellar/php54/5.4.9/include/php
configure:3798: checking if debug is enabled
configure:3824: result: yes
configure:3827: checking if zts is enabled
configure:3853: result: yes
configure:3924: checking for re2c
configure:3954: result: no
configure:3979: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure:3993: checking for gawk
configure:4024: result: no
configure:3993: checking for nawk
configure:4024: result: no
configure:3993: checking for awk
configure:4010: found /usr/bin/awk
configure:4021: result: awk
configure:4044: checking if awk is broken
configure:4051: result: no
configure:4065: checking whether to enable memcached support
configure:4104: result: yes, shared
configure:4113: checking for libmemcached
configure:4153: result: yes, shared
configure:4162: checking whether to enable memcached session handler support
configure:4176: result: yes
configure:4185: checking whether to enable memcached igbinary serializer support
configure:4199: result: no
configure:4208: checking whether to enable memcached json serializer support
configure:4222: result: no
configure:4231: checking whether to disable memcached sasl support
configure:4245: result: no
configure:4255: checking for ZLIB
configure:4295: result: yes, shared
configure:4340: checking for zlib location
configure:4343: result: /usr
configure:4478: checking for session includes
configure:4499: result: /usr/local/Cellar/php54/5.4.9/include/php
configure:4612: checking for memcached session support
configure:4615: result: enabled
configure:4648: checking for memcached igbinary support
configure:4680: result: disabled
configure:4850: checking for libmemcached location
configure:4855: result: /usr/local/Cellar/libmemcached/1.0.14
configure:5416: checking for ld used by cc
configure:5483: result: /usr/bin/ld
configure:5490: checking if the linker (/usr/bin/ld) is GNU ld
configure:5505: result: no
configure:5510: checking for /usr/bin/ld option to reload object files
configure:5517: result: -r
configure:5535: checking for BSD-compatible nm
configure:5584: result: /usr/bin/nm
configure:5588: checking whether ln -s works
configure:5592: result: yes
configure:5599: checking how to recognize dependent libraries
configure:5785: result: pass_all
configure:5999: checking dlfcn.h usability
configure:5999: cc -c -g -O0 conftest.c >&5
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking dlfcn.h presence
configure:5999: cc -E conftest.c
configure:5999: $? = 0
configure:5999: result: yes
configure:5999: checking for dlfcn.h
configure:5999: result: yes
configure:6021: checking the maximum length of command line arguments
configure:6133: result: 196608
configure:6145: checking command to parse /usr/bin/nm output from cc object
configure:6250: cc -c -g -O0 conftest.c >&5
configure:6253: $? = 0
configure:6257: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6260: $? = 0
cannot find nm_test_var in conftest.nm
configure:6250: cc -c -g -O0 conftest.c >&5
configure:6253: $? = 0
configure:6257: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:6260: $? = 0
configure:6312: cc -o conftest -g -O0 conftest.c conftstm.o >&5
configure:6315: $? = 0
configure:6353: result: ok
configure:6357: checking for objdir
configure:6372: result: .libs
configure:6464: checking for ar
configure:6480: found /usr/bin/ar
configure:6491: result: ar
configure:6556: checking for ranlib
configure:6572: found /usr/bin/ranlib
configure:6583: result: ranlib
configure:6648: checking for strip
configure:6664: found /usr/bin/strip
configure:6675: result: strip
configure:6928: checking for dsymutil
configure:6944: found /usr/bin/dsymutil
configure:6955: result: dsymutil
configure:7020: checking for nmedit
configure:7036: found /usr/bin/nmedit
configure:7047: result: nmedit
configure:7070: checking for -single_module linker flag
configure:7091: result: yes
configure:7093: checking for -exported_symbols_list linker flag
configure:7109: cc -o conftest -g -O0 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7112: $? = 0
configure:7126: result: yes
configure:7244: checking if cc supports -fno-rtti -fno-exceptions
configure:7262: cc -c -g -O0 -fno-rtti -fno-exceptions conftest.c >&5
configure:7266: $? = 0
configure:7279: result: yes
configure:7294: checking for cc option to produce PIC
configure:7534: result: -fno-common
configure:7542: checking if cc PIC flag -fno-common works
configure:7560: cc -c -g -O0 -fno-common -DPIC conftest.c >&5
configure:7564: $? = 0
configure:7577: result: yes
configure:7605: checking if cc static flag -static works
configure:7633: result: no
configure:7643: checking if cc supports -c -o file.o
configure:7664: cc -c -g -O0 -o out/conftest2.o conftest.c >&5
configure:7668: $? = 0
configure:7690: result: yes
configure:7716: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:8648: result: yes
configure:8715: checking dynamic linker characteristics
configure:9317: result: darwin12.2.0 dyld
configure:9341: checking how to hardcode library paths into programs
configure:9366: result: immediate
configure:9380: checking whether stripping libraries is possible
configure:9394: result: yes
configure:9902: checking if libtool supports shared libraries
configure:9904: result: yes
configure:9907: checking whether to build shared libraries
configure:9928: result: yes
configure:9931: checking whether to build static libraries
configure:9935: result: no
configure:10030: result:
creating libtool
configure:10761: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:11659: result: no
configure:11680: c++ -c -g -O0 conftest.cpp >&5
configure:11683: $? = 0
configure:11839: checking for c++ option to produce PIC
configure:12129: result:
configure:12200: checking if c++ static flag works
configure:12228: result: yes
configure:12238: checking if c++ supports -c -o file.o
configure:12259: c++ -c -g -O0 -o out/conftest2.o conftest.cpp >&5
configure:12263: $? = 0
configure:12285: result: yes
configure:12311: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:12337: result: no
configure:12404: checking dynamic linker characteristics
configure:12954: result: darwin12.2.0 dyld
configure:12978: checking how to hardcode library paths into programs
configure:13003: result: immediate
configure:13733: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on macbook-jachim.local
config.status:667: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin12.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_header_dlfcn_h=yes
ac_cv_host=i386-apple-darwin12.2.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_target=i386-apple-darwin12.2.0
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_SED=/usr/local/Library/ENV/4.3/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
lt_cv_sys_lib_search_path_spec='/usr/lib/clang/4.1 /usr/local/lib'
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
CC='cc'
CFLAGS='-g -O0'
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/usr/local/Cellar/php54-memcached/2.0.1'\'' '\''--with-php-config=/usr/local/Cellar/php54/5.4.9/bin/php-config'\'' '\''--with-libmemcached-dir=/usr/local/Cellar/libmemcached/1.0.14'\'''
CONFIGURE_OPTIONS=' '\''--prefix=/usr/local/Cellar/php54-memcached/2.0.1'\'' '\''--with-php-config=/usr/local/Cellar/php54/5.4.9/bin/php-config'\'' '\''--with-libmemcached-dir=/usr/local/Cellar/libmemcached/1.0.14'\'''
CPP='cc -E'
CPPFLAGS=' -DHAVE_CONFIG_H'
DEFS='-DHAVE_CONFIG_H'
DSYMUTIL='dsymutil'
ECHO='/bin/echo'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
NMEDIT='nmedit'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RE2C='exit 0;'
SED='/usr/local/Library/ENV/4.3/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='dylib'
STRIP='strip'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin12.2.0'
build_alias=''
build_cpu='i386'
build_os='darwin12.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='$(prefix)'
host='i386-apple-darwin12.2.0'
host_alias='i386-apple-darwin12.2.0'
host_cpu='i386'
host_os='darwin12.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/php54/5.4.9'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-apple-darwin12.2.0'
target_alias=''
target_cpu='i386'
target_os='darwin12.2.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 ""
#define HAVE_MEMCACHED_SESSION 1
#define COMPILE_DL_MEMCACHED 1
#define HAVE_DLFCN_H 1
configure: exit 0
› brew install -v php54-memcached
==> Downloading http://pecl.php.net/get/memcached-2.0.1.tgz
Already downloaded: /Library/Caches/Homebrew/php54-memcached-2.0.1.tgz
/usr/bin/tar xf /Library/Caches/Homebrew/php54-memcached-2.0.1.tgz
==> /usr/local/Cellar/php54/5.4.9/bin/phpize
/usr/local/Cellar/php54/5.4.9/bin/phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
==> ./configure --prefix=/usr/local/Cellar/php54-memcached/2.0.1 --with-php-config=/usr/local/Cellar/php54/5.4.9/bin/php-config --with-libmemcached-dir=/usr/local/Cellar/libmemcached/1.0.14
./configure --prefix=/usr/local/Cellar/php54-memcached/2.0.1 --with-php-config=/usr/local/Cellar/php54/5.4.9/bin/php-config --with-libmemcached-dir=/usr/local/Cellar/libmemcached/1.0.14
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... /usr/local/Library/ENV/4.3/sed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i386-apple-darwin12.2.0
checking host system type... i386-apple-darwin12.2.0
checking target system type... i386-apple-darwin12.2.0
checking for PHP prefix... /usr/local/Cellar/php54/5.4.9
checking for PHP includes... -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/Cellar/php54/5.4.9/lib/php/extensions/debug-non-zts-20100525
checking for PHP installed headers prefix... /usr/local/Cellar/php54/5.4.9/include/php
checking if debug is enabled... yes
checking if zts is enabled... yes
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable memcached support... yes, shared
checking for libmemcached... yes, shared
checking whether to enable memcached session handler support... yes
checking whether to enable memcached igbinary serializer support... no
checking whether to enable memcached json serializer support... no
checking whether to disable memcached sasl support... no
checking for ZLIB... yes, shared
checking for zlib location... /usr
checking for session includes... /usr/local/Cellar/php54/5.4.9/include/php
checking for memcached session support... enabled
checking for memcached igbinary support... disabled
checking for libmemcached location... /usr/local/Cellar/libmemcached/1.0.14
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no
checking for c++ option to produce PIC...
checking if c++ static flag works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... darwin12.2.0 dyld
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
==> make
make
/bin/sh /private/tmp/php54-memcached-Mlht/memcached-2.0.1/libtool --mode=compile cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c -o php_memcached.lo
/bin/sh /private/tmp/php54-memcached-Mlht/memcached-2.0.1/libtool --mode=compile cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/fastlz/fastlz.c -o fastlz/fastlz.lo
/bin/sh /private/tmp/php54-memcached-Mlht/memcached-2.0.1/libtool --mode=compile cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/g_fmt.c -o g_fmt.lo
/bin/sh /private/tmp/php54-memcached-Mlht/memcached-2.0.1/libtool --mode=compile cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached_session.c -o php_memcached_session.lo
mkdir fastlz/.libs
mkdir .libs
mkdir .libs
cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/fastlz/fastlz.c -fno-common -DPIC -o fastlz/.libs/fastlz.o
mkdir: .libs: File exists
cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c -fno-common -DPIC -o .libs/php_memcached.o
cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/g_fmt.c -fno-common -DPIC -o .libs/g_fmt.o
cc -I/usr/local/Cellar/php54/5.4.9/include/php -I. -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -DPHP_ATOM_INC -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/include -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1/main -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/usr/local/Cellar/php54/5.4.9/include/php -I/usr/local/Cellar/php54/5.4.9/include/php/main -I/usr/local/Cellar/php54/5.4.9/include/php/TSRM -I/usr/local/Cellar/php54/5.4.9/include/php/Zend -I/usr/local/Cellar/php54/5.4.9/include/php/ext -I/usr/local/Cellar/php54/5.4.9/include/php/ext/date/lib -I/usr/local/Cellar/libmemcached/1.0.14/include -DHAVE_CONFIG_H -g -O0 -c /private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached_session.c -fno-common -DPIC -o .libs/php_memcached_session.o
brew: superenv removed: -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -g -O0
brew: superenv removed: -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -g -O0
brew: superenv removed: -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -g -O0
brew: superenv removed: -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -I/private/tmp/php54-memcached-Mlht/memcached-2.0.1 -g -O0
/private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c:2585:44: error: member reference base type 'const void' is not a structure or union
add_assoc_string(array, "host", instance->hostname, 1);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/local/Cellar/php54/5.4.9/include/php/Zend/zend_API.h:388:111: note: expanded from macro 'add_assoc_string'
#define add_assoc_string(__arg, __key, __str, __duplicate) add_assoc_string_ex(__arg, __key, strlen(__key)+1, __str, __duplicate)
^
/private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c:2586:42: error: member reference base type 'const void' is not a structure or union
add_assoc_long(array, "port", instance->port);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/usr/local/Cellar/php54/5.4.9/include/php/Zend/zend_API.h:383:92: note: expanded from macro 'add_assoc_long'
#define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n)
^
/private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c:2587:44: error: member reference base type 'const void' is not a structure or union
add_assoc_long(array, "weight", instance->weight);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/local/Cellar/php54/5.4.9/include/php/Zend/zend_API.h:383:92: note: expanded from macro 'add_assoc_long'
#define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n)
^
/private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c:2598:59: error: member reference base type 'const void' is not a structure or union
hostport_len = spprintf(&hostport, 0, "%s:%d", instance->hostname, instance->port);
~~~~~~~~ ^
/private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c:2643:59: error: member reference base type 'const void' is not a structure or union
hostport_len = spprintf(&hostport, 0, "%s:%d", instance->hostname, instance->port);
~~~~~~~~ ^
/private/tmp/php54-memcached-Mlht/memcached-2.0.1/php_memcached.c:2645:15: error: member reference base type 'const void' is not a structure or union
instance->major_version, instance->minor_version,
~~~~~~~~ ^
6 errors generated.
make: *** [php_memcached.lo] Error 1
make: *** Waiting for unfinished jobs....
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: 9a8a313a8e60b5907890a5a0f8cf463ee7fbee21
CPU: 8-core 64-bit sandybridge
OS X: 10.8.2-x86_64
Xcode: 4.5.2
CLT: 4.5.0.0.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/curl:/usr/local/opt/gettext:/usr/local/opt/zlib:/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_PATH: /usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/curl/bin:/usr/local/opt/freetype/bin:/usr/local/opt/gettext/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libpng/bin:/usr/local/opt/mcrypt/bin:/usr/local/opt/php54/bin:/usr/local/opt/libevent/bin:/usr/local/opt/memcached/bin:/usr/local/opt/libmemcached/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: php54-memcached did not build
Logs: /Users/jachim/Library/Logs/Homebrew/php54-memcached/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment