Skip to content

Instantly share code, notes, and snippets.

@raldred
Created September 12, 2011 09:31
Show Gist options
  • Save raldred/1210922 to your computer and use it in GitHub Desktop.
Save raldred/1210922 to your computer and use it in GitHub Desktop.
Doctor output
==> /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. This is an issue if you eg. brew installed Python.
Consider editing your .bashrc to put:
/usr/local/bin
ahead of /usr/bin in your $PATH.
You have a non-brew 'pkg-config' in your PATH:
/usr/bin/pkg-config
`./configure` may have problems finding brew-installed packages using
this other pkg-config.
Your pkg-config is not checking "/usr/X11/lib/pkgconfig" for packages.
Earlier versions of the pkg-config formula did not add this path
to the search path, which means that other formula may not be able
to find certain dependencies.
To resolve this issue, re-brew pkg-config with:
brew rm pkg-config && brew install pkg-config
Some "config" scripts were found in your path, but not in system or Homebrew folders.
`./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.
/Users/robaldred/.rvm/gems/ruby-1.9.2-p290/bin
passenger-config
/Library/Frameworks/Mono.framework detected
This can be picked up by Cmake's build system and likely cause the
build to fail, finding improper header files for libpng for instance.
==> You have uncommitted modifications to Homebrew core
Unless you know what you are doing, you should: git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment