Skip to content

Instantly share code, notes, and snippets.

@meritt
Created October 6, 2013 14:05
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 meritt/6854510 to your computer and use it in GitHub Desktop.
Save meritt/6854510 to your computer and use it in GitHub Desktop.
libxml2 failed to build on OS X 10.9
$ brew install -v libxml2
==> Downloading ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/libxml2-2.9.1.tar.gz
tar xf /Library/Caches/Homebrew/libxml2-2.9.1.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.9.1 --without-python
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxml2/2.9.1 --without-python
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/clang
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 /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/clang... none
checking whether ln -s works... yes
checking how to run the C preprocessor... /usr/bin/clang -E
checking for mv... /bin/mv
checking for tar... /usr/bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/local/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
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 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 for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang static flag -static works... no
checking if /usr/bin/clang supports -c -o file.o... yes
checking if /usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.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... yes
Checking zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
Checking lzma
checking lzma.h usability... no
checking lzma.h presence... no
checking for lzma.h... no
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking types
checking for uint32_t... yes
Checking libraries
checking for strftime... yes
checking for strdup... yes
checking for strndup... yes
checking for strerror... yes
checking for finite... yes
checking for isnand... no
checking for fp_class... no
checking for class... no
checking for fpclass... no
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for _stat... no
checking for signal... yes
checking for rand... yes
checking for rand_r... yes
checking for srand... yes
checking for time... yes
checking for isascii... yes
checking for mmap... yes
checking for munmap... yes
checking for putenv... yes
checking for va_copy... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... no
checking for iconv in -liconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schematron support
Enabled Schemas/Relax-NG support
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
Disabling code coverage for GCC
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating xml2-config
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating python/setup.py
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Done configuring
==> make
make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in include
Making all in libxml
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in .
CC SAX.lo
CC entities.lo
CC encoding.lo
CC parserInternals.lo
CC error.lo
CC parser.lo
CC tree.lo
CC hash.lo
CC list.lo
CC xmlIO.lo
CC xmlmemory.lo
CC uri.lo
CC valid.lo
CC xlink.lo
CC HTMLparser.lo
CC HTMLtree.lo
CC debugXML.lo
CC xpath.lo
CC xpointer.lo
CC xinclude.lo
CC nanohttp.lo
CC nanoftp.lo
CC catalog.lo
CC globals.lo
CC threads.lo
CC c14n.lo
CC xmlstring.lo
CC buf.lo
CC xmlregexp.lo
CC xmlschemas.lo
CC xmlschemastypes.lo
CC xmlunicode.lo
CC xmlreader.lo
CC relaxng.lo
CC dict.lo
CC SAX2.lo
CC xmlwriter.lo
CC legacy.lo
CC chvalid.lo
CC pattern.lo
CC xmlsave.lo
CC xmlmodule.lo
CC schematron.lo
CC xzlib.lo
CC testdso.lo
CC xmllint.o
CC xmlcatalog.o
CC testSchemas.o
CC testRelax.o
CC testSAX.o
CC testHTML.o
CC testXPath.o
CC testURI.o
CC testThreads.o
CC testC14N.o
CC testAutomata.o
CC testRegexp.o
CC testReader.o
CC testapi.o
CC testModule.o
CC runtest.o
CC runsuite.o
CC testchar.o
CC testdict.o
CC runxmlconf.o
CC testrecurse.o
CC testlimits.o
sed -e 's?\@XML_LIBDIR\@?-L/usr/local/Cellar/libxml2/2.9.1/lib?g' \
-e 's?\@XML_INCLUDEDIR\@?-I/usr/local/Cellar/libxml2/2.9.1/include/libxml2?g' \
-e 's?\@VERSION\@?2.9.1?g' \
-e 's?\@XML_LIBS\@?-lxml2 -lz -lpthread -liconv -lm ?g' \
< ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
CCLD testdso.la
CCLD libxml2.la
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libxml2.a(xzlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libxml2.a(xzlib.o) has no symbols
CCLD xmlcatalog
CCLD testSchemas
CCLD xmllint
CCLD testSAX
CCLD testRelax
CCLD testHTML
CCLD testXPath
CCLD testURI
CCLD testThreads
CCLD testC14N
CCLD testAutomata
CCLD testRegexp
CCLD testReader
CCLD testModule
CCLD runtest
CCLD runsuite
CCLD testchar
CCLD testdict
CCLD testrecurse
CCLD testlimits
CCLD runxmlconf
CCLD testapi
Making all in doc
Making all in .
make[3]: Nothing to be done for `all-am'.
Making all in devhelp
make[3]: Nothing to be done for `all'.
Making all in examples
CC io1.o
CC io2.o
CC parse1.o
CC parse2.o
CC parse3.o
CC parse4.o
CC reader1.o
CC reader2.o
CC reader3.o
CC reader4.o
CC testWriter.o
CC tree1.o
CC tree2.o
CC xpath1.o
CC xpath2.o
CCLD io1
CCLD io2
CCLD parse1
CCLD parse2
CCLD parse3
CCLD parse4
CCLD reader1
CCLD reader2
CCLD reader3
CCLD reader4
CCLD testWriter
CCLD tree1
CCLD tree2
CCLD xpath1
CCLD xpath2
Making all in example
CC gjobread.o
CCLD gjobread
Making all in xstc
make[2]: Nothing to be done for `all'.
==> make install
make install
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in include
Making install in libxml
make[4]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/include/libxml2/libxml'
/usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/usr/local/Cellar/libxml2/2.9.1/include/libxml2/libxml'
/usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/usr/local/Cellar/libxml2/2.9.1/include/libxml2/libxml'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in .
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libxml2.la '/usr/local/Cellar/libxml2/2.9.1/lib'
libtool: install: /usr/bin/install -c .libs/libxml2.2.dylib /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.2.dylib
libtool: install: (cd /usr/local/Cellar/libxml2/2.9.1/lib && { ln -s -f libxml2.2.dylib libxml2.dylib || { rm -f libxml2.dylib && ln -s libxml2.2.dylib libxml2.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libxml2.lai /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.la
libtool: install: /usr/bin/install -c .libs/libxml2.a /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.a
libtool: install: chmod 644 /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.a
libtool: install: ranlib /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/libxml2/2.9.1/lib/libxml2.a(xzlib.o) has no symbols
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c xmllint xmlcatalog '/usr/local/Cellar/libxml2/2.9.1/bin'
libtool: install: /usr/bin/install -c .libs/xmllint /usr/local/Cellar/libxml2/2.9.1/bin/xmllint
libtool: install: /usr/bin/install -c .libs/xmlcatalog /usr/local/Cellar/libxml2/2.9.1/bin/xmlcatalog
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/bin'
/usr/bin/install -c xml2-config '/usr/local/Cellar/libxml2/2.9.1/bin'
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/lib'
/usr/bin/install -c -m 644 xml2Conf.sh '/usr/local/Cellar/libxml2/2.9.1/lib'
./install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1
/usr/bin/install -c -m 0644 ./Copyright /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1
./install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/examples
/usr/bin/install -c -m 0644 ./xmllint.c /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/examples
/usr/bin/install -c -m 0644 ./testSAX.c /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/examples
/usr/bin/install -c -m 0644 ./testHTML.c /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/examples
/usr/bin/install -c -m 0644 ./testXPath.c /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/examples
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/share/aclocal'
/usr/bin/install -c -m 644 libxml.m4 '/usr/local/Cellar/libxml2/2.9.1/share/aclocal'
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/share/man/man1'
/usr/bin/install -c -m 644 xml2-config.1 '/usr/local/Cellar/libxml2/2.9.1/share/man/man1'
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/share/man/man3'
/usr/bin/install -c -m 644 libxml.3 '/usr/local/Cellar/libxml2/2.9.1/share/man/man3'
./install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/lib/pkgconfig'
/usr/bin/install -c -m 644 libxml-2.0.pc '/usr/local/Cellar/libxml2/2.9.1/lib/pkgconfig'
Making install in doc
Making install in .
make[4]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html
/usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html
.././install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/html
/usr/bin/install -c -m 0644 ./html/*.html /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/html
/usr/bin/install -c -m 0644 ./html/*.png /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/html
.././install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/tutorial
/usr/bin/install -c -m 0644 ./tutorial/*.* \
/usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/tutorial
.././install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/tutorial/images
/usr/bin/install -c -m 0644 ./tutorial/images/*.* \
/usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/tutorial/images
.././install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/tutorial/images/callouts
/usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
/usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html/tutorial/images/callouts
.././install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/share/man/man1'
/usr/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/usr/local/Cellar/libxml2/2.9.1/share/man/man1'
Making install in devhelp
make[4]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/Cellar/libxml2/2.9.1/share/gtk-doc/html/libxml2'
/usr/bin/install -c -m 644 libxml2.devhelp general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html '/usr/local/Cellar/libxml2/2.9.1/share/gtk-doc/html/libxml2'
/usr/bin/install -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/usr/local/Cellar/libxml2/2.9.1/share/gtk-doc/html/libxml2'
Making install in examples
make[4]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html
/usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /usr/local/Cellar/libxml2/2.9.1/share/doc/libxml2-2.9.1/html
Making install in example
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in xstc
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
brew: PYTHONPATH=/usr/local/lib/python2.7/site-packages:/usr/local/Cellar/libxml2/2.9.1/lib/python2.7/site-packages:/usr/local/Cellar/libxml2/2.9.1/libexec/lib/python2.7/site-packages
==> /usr/bin/python setup.py install --prefix=/usr/local/Cellar/libxml2/2.9.1
/usr/bin/python setup.py install --prefix=/usr/local/Cellar/libxml2/2.9.1
failed to find headers for libiconv: update includes_dir
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: b13c41b7ab5a5940e9b5ef6b509e4eb41aba7b8d
CPU: 8-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0
X11: 2.7.4 => /opt/X11
==> ENV
CC: /usr/bin/clang
CXX: /usr/bin/clang++
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.9
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.9
LDFLAGS: -L/usr/local/lib -Wl,-headerpad_max_install_names
CMAKE_INCLUDE_PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/Headers:/System/Library/Frameworks/Python.framework/Versions/2.7/Headers
MACOSX_DEPLOYMENT_TARGET: 10.9
PKG_CONFIG_PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/local/Library/ENV/pkgconfig/10.9:/usr/lib/pkgconfig
OBJC: /usr/bin/clang
PATH: /usr/local/share/npm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/Library/Contributions/cmd:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/bin
CPATH: /usr/local/include
Error: libxml2 did not build
Logs: /Users/simonenko/Library/Logs/Homebrew/libxml2/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/issues/23073
https://github.com/mxcl/homebrew/issues/20265
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment