Skip to content

Instantly share code, notes, and snippets.

@cfurrow
Created June 4, 2013 20:48
Show Gist options
  • Save cfurrow/5709451 to your computer and use it in GitHub Desktop.
Save cfurrow/5709451 to your computer and use it in GitHub Desktop.
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install mercurial 2>&1
/usr/bin/env python -c import docutils
/usr/bin/env python -c import docutils
/usr/bin/env python -c import docutils
==> Writing /usr/local/lib/python2.7/site-packages/sitecustomize.py
==> Downloading http://mercurial.selenic.com/release/mercurial-2.6.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/mercurial-2.6.1.tar.gz
tar xf /Library/Caches/Homebrew/mercurial-2.6.1.tar.gz
brew: Setting PYTHONPATH=/usr/local/Cellar/mercurial/2.6.1/lib/python2.7/site-packages
==> make doc
make doc
/usr/bin/make -C doc
python gendoc.py > hg.1.gendoc.txt.tmp
mv hg.1.gendoc.txt.tmp hg.1.gendoc.txt
touch hg.1.txt
python runrst hgmanpage --halt warning \
--strip-elements-with-class htmlonly hg.1.txt hg.1
abort: couldn't generate documentation: docutils module is missing
please install python-docutils or see http://docutils.sourceforge.net/
make[1]: *** [hg.1] Error 255
make: *** [doc] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 072e8f903c1c83c62092470d3b313f2245dabcef
CPU: 8-core 64-bit ivybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 4.6.0.0.1.1365549073
X11: N/A
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/Headers:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks
PKG_CONFIG_PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: mercurial did not build
These open issues may also help:
https://github.com/mxcl/homebrew/issues/20254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment