Skip to content

Instantly share code, notes, and snippets.

@hale
Created April 30, 2012 21:36
Show Gist options
  • Save hale/2562865 to your computer and use it in GitHub Desktop.
Save hale/2562865 to your computer and use it in GitHub Desktop.
brew doctor output
➜ local git:(master) brew doctor
Warning: Broken symlinks were found. Remove them with `brew prune':
/usr/local/lib/libfuse.0.dylib
/usr/local/lib/libfuse.2.7.3.dylib
/usr/local/lib/libfuse.dylib
/usr/local/lib/libfuse_ino64.2.7.3.dylib
/usr/local/lib/libfuse_ino64.dylib
/usr/local/lib/libruby.dylib
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:
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3-config
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2-config
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2m-config
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built.
bchunk
ctags
flac
lame
libogg
libvorbis
lzo
/usr/local/bin/brew: line 4: syntax error near unexpected token `('
/usr/local/bin/brew: line 4: `HOMEBREW_BREW_FILE = ENV['HOMEBREW_BREW_FILE'] = File.expand_path(__FILE__)'
Warning: Ruby version 1.9.3 is unsupported.
Homebrew is developed and tested on Ruby 1.8.x, and may not work correctly
on other Rubies. Patches are accepted as long as they don't break on 1.8.x.
➜ local git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment