Skip to content

Instantly share code, notes, and snippets.

@ptone
Created August 27, 2013 01:22
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 ptone/89802b0271ad9c2ff77b to your computer and use it in GitHub Desktop.
Save ptone/89802b0271ad9c2ff77b to your computer and use it in GitHub Desktop.
Last login: Mon Aug 26 06:56:02 on console
element:~$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 9b4e07c39aee81d2d7f1888ad105a9d1bfbce763
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.8.2-x86_64
CLT: 4.4.0.0.1.1249367152
LLVM-GCC: build 2336
Clang: 4.0 build 421
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
element:~$ brew doctor
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/lessc
/usr/local/bin/kivy
/usr/local/bin/coffee
/usr/local/bin/cake
/usr/local/share/pypy/pip_pypy
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Applications/Postgres.app/Contents/MacOS/bin/gdal-config
/Applications/Postgres.app/Contents/MacOS/bin/geos-config
/usr/local/MacGPG2/bin/gpg-error-config
/usr/local/MacGPG2/bin/ksba-config
/usr/local/MacGPG2/bin/libassuan-config
/usr/local/MacGPG2/bin/libgcrypt-config
/usr/local/MacGPG2/bin/libusb-config
/usr/local/MacGPG2/bin/pth-config
Warning: You may have installed MacGPG2 via the package installer.
Several other checks in this script will turn up problems, such as stray
dylibs in /usr/local and permissions issues with share and man in /usr/local/.
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/libavbin.10.dylib
/usr/local/lib/libctemplate.2.dylib
/usr/local/lib/libctemplate_nothreads.2.dylib
/usr/local/lib/libola.1.dylib
/usr/local/lib/libolaartnetconf.0.dylib
/usr/local/lib/libolacommon.0.dylib
/usr/local/lib/libolae131conf.0.dylib
/usr/local/lib/libolahttp.0.dylib
/usr/local/lib/libolaserver.0.dylib
/usr/local/lib/libolatrigger.0.dylib
/usr/local/lib/libolausbproconf.0.dylib
Warning: Unbrewed .la files 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 .la files:
/usr/local/lib/libctemplate.la
/usr/local/lib/libctemplate_nothreads.la
/usr/local/lib/libola.la
/usr/local/lib/libolaartnetconf.la
/usr/local/lib/libolacommon.la
/usr/local/lib/libolae131conf.la
/usr/local/lib/libolahttp.la
/usr/local/lib/libolaserver.la
/usr/local/lib/libolatrigger.la
/usr/local/lib/libolausbproconf.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/libctemplate.pc
/usr/local/lib/pkgconfig/libctemplate_nothreads.pc
/usr/local/lib/pkgconfig/libola.pc
/usr/local/lib/pkgconfig/libolaartnetconf.pc
/usr/local/lib/pkgconfig/libolae131conf.pc
/usr/local/lib/pkgconfig/libolaserver.pc
/usr/local/lib/pkgconfig/libolausbproconf.pc
Warning: Unbrewed static libraries 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 static libraries:
/usr/local/lib/libctemplate.a
/usr/local/lib/libctemplate_nothreads.a
/usr/local/lib/libola.a
/usr/local/lib/libolaartnetconf.a
/usr/local/lib/libolacommon.a
/usr/local/lib/libolae131conf.a
/usr/local/lib/libolahttp.a
/usr/local/lib/libolaserver.a
/usr/local/lib/libolatrigger.a
/usr/local/lib/libolausbproconf.a
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install cloog gmp isl lesstif libmpc mpfr
Run `brew missing` for more details.
Warning: A newer Command Line Tools release is available
You should install the latest version from:
https://developer.apple.com/downloads
Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours, this is a long time in brewland!
To update Homebrew, run `brew update`.
element:~$ brew info python
python: stable 2.7.5, HEAD
http://www.python.org
/usr/local/Cellar/python/2.7.5 (5200 files, 80M) *
Built from source
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/python.rb
==> Dependencies
Build: pkg-config
Recommended: readline, sqlite, gdbm
==> Options
--quicktest
Run `make quicktest` after the build (for devs; may fail)
--universal
Build a universal binary
--with-brewed-openssl
Use Homebrew's openSSL instead of the one from OS X
--with-brewed-tk
Use Homebrew's Tk (has optional Cocoa and threads support)
--with-dtrace
Experimental DTrace support (http://bugs.python.org/issue13405)
--with-poll
Enable select.poll, which is not fully implemented on OS X (http://bugs.python.org/issue5154)
--without-gdbm
Build without gdbm support
--without-readline
Build without readline support
--without-sqlite
Build without sqlite support
==> Caveats
Python demo
/usr/local/share/python/Extras
Setuptools and Pip have been installed. To update them
pip install --upgrade setuptools
pip install --upgrade pip
To symlink "Idle" and the "Python Launcher" to ~/Applications
`brew linkapps`
You can install Python packages with (the outdated easy_install or)
`pip install <your_favorite_package>`
They will install into the site-package directory
/usr/local/lib/python2.7/site-packages
See: https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python
element:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment