Skip to content

Instantly share code, notes, and snippets.

@davyzhang
Created March 11, 2013 09:16
Show Gist options
  • Save davyzhang/5132980 to your computer and use it in GitHub Desktop.
Save davyzhang/5132980 to your computer and use it in GitHub Desktop.
==> Installing subversion dependency: neon
==> Downloading http://www.webdav.org/neon/neon-0.29.6.tar.gz
Already downloaded: /Library/Caches/Homebrew/neon-0.29.6.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/neon-0.29.6.tar.gz
==> ./configure --disable-debug --prefix=/usr/local/Cellar/neon/0.29.6 --enable-shared --disable-static --with-ssl
./configure --disable-debug --prefix=/usr/local/Cellar/neon/0.29.6 --enable-shared --disable-static --with-ssl
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... cc
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for off_t... yes
checking for uname... Darwin
checking whether make sets $(MAKE)... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for gcc -Wformat -Werror sanity... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking size of size_t... 8
checking how to print size_t... lu
checking size of off_t... 8
checking how to print off_t... lld
checking size of ssize_t... 8
checking how to print ssize_t... ld
checking whether byte ordering is bigendian... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for sys/time.h... yes
checking for limits.h... yes
checking for sys/select.h... yes
checking for arpa/inet.h... yes
checking for libintl.h... no
checking for signal.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/poll.h... yes
checking for sys/limits.h... no
checking for fcntl.h... yes
checking for iconv.h... yes
checking for timezone global... yes
configure: LFS support unnecessary, off_t is not 32-bit
checking for strtoll... yes
checking for strcasecmp... yes
checking for signal... yes
checking for setvbuf... yes
checking for setsockopt... yes
checking for stpcpy... yes
checking for poll... (cached) no
checking for fcntl... yes
checking for getsockopt... yes
checking whether stpcpy is declared... yes
checking for library containing socket... none needed
checking for library containing getaddrinfo... none needed
checking for gai_strerror... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for inet_pton... yes
configure: IPv6 support is enabled
checking for working AI_ADDRCONFIG... yes
checking for socklen_t... yes
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
configure: zlib support enabled, using -lz
checking whether to enable ACL support in neon... yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for openssl pkg-config data... yes
configure: using SSL library configuration from pkg-config
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking OpenSSL version is >= 0.9.7... yes
configure: OpenSSL >= 0.9.7; EGD support not needed in neon
configure: SSL support enabled, using OpenSSL (0.9.7 or later)
checking for CRYPTO_set_idptr_callback... no
checking for SSL_SESSION_cmp... yes
configure: Thread-safe SSL not supported
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for pakchois pkg-config data... no
configure: pakchois library not found; no PKCS#11 support
checking for krb5-config... /usr/bin/krb5-config
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for gss_init_sec_context... yes
configure: GSSAPI authentication support enabled
checking gssapi/gssapi_generic.h usability... yes
checking gssapi/gssapi_generic.h presence... yes
checking for gssapi/gssapi_generic.h... yes
checking whether GSS_C_NT_HOSTBASED_SERVICE is declared... yes
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for libproxy-1.0 pkg-config data... no
configure: libproxy support not enabled
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) 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
checking size of time_t... 8
checking how to print time_t... ld
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for sys/time.h... (cached) yes
checking for stdint.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for signal.h... (cached) yes
checking for pipe... yes
checking for isatty... yes
checking for usleep... yes
checking for shutdown... yes
checking for setlocale... yes
checking for gethostname... yes
configure: WebDAV support is enabled
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_SetXmlDeclHandler in -lexpat... yes
checking for XML_Size... yes
checking size of XML_Size... 8
checking how to print XML_Size... ld
configure: XML parser used: expat
configure: Internationalization support not enabled
configure: debugging is disabled
checking for openssl... /usr/bin/openssl
checking for certutil... notfound
checking for pk12util... notfound
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking if LD -Wl,--version-script works... no
configure: creating ./config.status
config.status: creating neon-config
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating neon.pc
config.status: creating test/makekeys
config.status: creating config.h
config.status: executing libtool commands
configure: Configured to build neon 0.29.6:
Install prefix: /usr/local/Cellar/neon/0.29.6
Compiler: cc
XML Parser: expat
SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
zlib support: zlib support enabled, using -lz
Build libraries: Shared=yes, Static=no
==> make install
make install
/usr/bin/install -c -d /usr/local/Cellar/neon/0.29.6/include/neon
/usr/bin/install -c -d /usr/local/Cellar/neon/0.29.6/bin
/usr/bin/install -c -d /usr/local/Cellar/neon/0.29.6/share/man/man3
Installing ne_request.h into /usr/local/Cellar/neon/0.29.6/include/neon
/usr/bin/install -c -d /usr/local/Cellar/neon/0.29.6/share/man/man1
Installing neon-config into /usr/local/Cellar/neon/0.29.6/bin
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_request.c -o ne_request.lo
for m in ./doc/man/*.3; do \
/usr/bin/install -c -m 644 $m /usr/local/Cellar/neon/0.29.6/share/man/man3; done
Installing ne_session.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_utils.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_uri.h into /usr/local/Cellar/neon/0.29.6/include/neon
/usr/bin/install -c -d /usr/local/Cellar/neon/0.29.6/lib/pkgconfig
/usr/bin/install -c -m 644 neon.pc /usr/local/Cellar/neon/0.29.6/lib/pkgconfig/neon.pc
Installing ne_socket.h into /usr/local/Cellar/neon/0.29.6/include/neon
/usr/bin/install -c -d /usr/local/Cellar/neon/0.29.6/share/doc/neon-0.29.6/html
Installing ne_basic.h into /usr/local/Cellar/neon/0.29.6/include/neon
for d in ./doc/html/*.html; do \
/usr/bin/install -c -m 644 $d /usr/local/Cellar/neon/0.29.6/share/doc/neon-0.29.6/html; \
done
Installing ne_207.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_props.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_xml.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_dates.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_string.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_defs.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_locks.h into /usr/local/Cellar/neon/0.29.6/include/neon
brew: superenv removed: -g -O2
Installing ne_alloc.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_md5.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_i18n.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_redirect.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_auth.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_compress.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_acl.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_ssl.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_xmlreq.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_pkcs11.h into /usr/local/Cellar/neon/0.29.6/include/neon
Installing ne_acl3744.h into /usr/local/Cellar/neon/0.29.6/include/neon
NLS not enabled.
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_session.c -o ne_session.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_basic.c -o ne_basic.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_string.c -o ne_string.lo
brew: superenv removed: -g -O2
for m in ./doc/man/*.1; do \
/usr/bin/install -c -m 644 $m /usr/local/Cellar/neon/0.29.6/share/man/man1; done
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_uri.c -o ne_uri.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_dates.c -o ne_dates.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_alloc.c -o ne_alloc.lo
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_md5.c -o ne_md5.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_utils.c -o ne_utils.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_socket.c -o ne_socket.lo
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_auth.c -o ne_auth.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_redirect.c -o ne_redirect.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_compress.c -o ne_compress.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_i18n.c -o ne_i18n.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_pkcs11.c -o ne_pkcs11.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_socks.c -o ne_socks.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_ntlm.c -o ne_ntlm.lo
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_207.c -o ne_207.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_xml.c -o ne_xml.lo
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_props.c -o ne_props.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_locks.c -o ne_locks.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_xmlreq.c -o ne_xmlreq.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_oldacl.c -o ne_oldacl.lo
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_acl3744.c -o ne_acl3744.lo
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_openssl.c -o ne_openssl.lo
brew: superenv removed: -g -O2
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=link cc -no-undefined -flat_namespace -rpath /usr/local/Cellar/neon/0.29.6/lib -version-info 29:6:2 -export-symbols-regex '^ne_[^_]' -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_oldacl.lo ne_acl3744.lo ne_openssl.lo -lz -lssl -lcrypto -lz -dynamic -Wl,-search_paths_first -lkrb5 -lexpat
Undefined symbols for architecture i386:
"_crc32", referenced from:
_gz_pre_send in ne_compress.o
_do_inflate in ne_compress.o
"_inflate", referenced from:
_do_inflate in ne_compress.o
"_inflateEnd", referenced from:
_gz_pre_send in ne_compress.o
_ne_decompress_destroy in ne_compress.o
"_inflateInit2_", referenced from:
_gz_reader in ne_compress.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libneon.la] Error 1
make: *** [subdirs] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: e469bc04fd6818e4772bcd6a7213d5fbede27703
CPU: quad-core 64-bit arrandale
OS X: 10.8.2-x86_64
Xcode: 4.6
CLT: 4.4.0.0.1.1249367152
GCC-4.0: build 5658
LLVM-GCC: build 2336
Clang: 4.0 build 421
X11: 2.7.3 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j4
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.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: neon did not build
Logs: /Users/davyzhang/Library/Logs/Homebrew/neon/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/issues/17790
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment