Skip to content

Instantly share code, notes, and snippets.

@Hardcore-fs
Last active August 29, 2015 13:56
Show Gist options
  • Save Hardcore-fs/9013341 to your computer and use it in GitHub Desktop.
Save Hardcore-fs/9013341 to your computer and use it in GitHub Desktop.
bzaar
brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 1cb51e28704adb5b582fbc254cac927b9bfe5f11
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit penryn
OS X: 10.8.5-x86_64
Xcode: 5.0.2
CLT: 5.0.0.0.1.1377666378
LLVM-GCC: build 2336
Clang: 5.0 build 500
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
brew doctor
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de/man1
/usr/local/share/man/es/man1
/usr/local/share/man/fr/man1
/usr/local/share/man/hr/man1
/usr/local/share/man/hu/man1
/usr/local/share/man/it/man1
/usr/local/share/man/jp/man1
/usr/local/share/man/man1
/usr/local/share/man/man5
/usr/local/share/man/mann
/usr/local/share/man/pl/man1
/usr/local/share/man/pt_BR/man1
/usr/local/share/man/pt_PT/man1
/usr/local/share/man/ro/man1
/usr/local/share/man/ru/man1
/usr/local/share/man/sk/man1
/usr/local/share/man/zh/man1
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libcdt.4.dylib
/usr/local/lib/libcgraph.5.dylib
/usr/local/lib/libecomlodr.dylib
/usr/local/lib/libftd2xx.1.2.2.dylib
/usr/local/lib/libgraph.4.dylib
/usr/local/lib/libgvc.5.dylib
/usr/local/lib/libgvpr.1.dylib
/usr/local/lib/libmacfuse_i32.2.dylib
/usr/local/lib/libmacfuse_i64.2.dylib
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
/usr/local/lib/libpathplan.4.dylib
/usr/local/lib/libpcre.0.dylib
/usr/local/lib/libpcrecpp.0.dylib
/usr/local/lib/libpcreposix.0.dylib
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
/usr/local/lib/libxdot.4.dylib
MY-mp$
brew install -v bzr 2>&1
==> Downloading https://launchpad.net/bzr/2.6/2.6.0/+download/bzr-2.6.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/bazaar-2.6.0.tar.gz
==> Verifying bazaar-2.6.0.tar.gz checksum
tar xf /Library/Caches/Homebrew/bazaar-2.6.0.tar.gz
==> make man1/bzr.1
python tools/generate_docs.py -o man1/bzr.1 man
tools/generate_docs.py:82: Warning: 'with' will become a reserved keyword in Python 2.6
File "tools/generate_docs.py", line 82
with bzrlib.initialize():
^
SyntaxError: invalid syntax
make: *** [man1/bzr.1] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 8c77fc07c48137bd53d00c1550ee8972e8f18281
CPU: 8-core 64-bit penryn
OS X: 10.8.5-x86_64
Xcode: 5.0.2
CLT: 5.0.0.0.1.1377666378
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
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
HOMEBREW_VERBOSE: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: bazaar did not build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment