Created
October 24, 2011 08:30
-
-
Save heygambo/1308585 to your computer and use it in GitHub Desktop.
Homebrew Mongodb Upgrade Log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Please report this bug: | |
| https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue | |
| /usr/local/Library/Homebrew/formula.rb:393:in `canonical_name' | |
| /usr/local/Library/Homebrew/formula.rb:425:in `factory' | |
| /usr/local/Library/Contributions/examples/brew-upgrade.rb:7 | |
| /usr/local/Library/Contributions/examples/brew-upgrade.rb:7:in `map' | |
| /usr/local/Library/Contributions/examples/brew-upgrade.rb:7 | |
| /usr/local/bin/brew:46:in `require' | |
| /usr/local/bin/brew:46:in `require?' | |
| /usr/local/bin/brew:79 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doctor Output:
Gambo-HQ:~ chris$ brew doctor
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/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
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/osxfuse.pc
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/libosxfuse_i32.la
/usr/local/lib/libosxfuse_i64.la
==> /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.
Some "config" scripts were found in your path, but not in system or Homebrew folders.
./configurescripts often look for *-config scripts to determine if software packagesare 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/chris/.rvm/gems/ruby-1.9.2-p290/bin
passenger-config
Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
brew link fwill cause other formulae to detect them during the./configurestep. This may cause problems when compiling thoseother formulae.
Binaries provided by keg-only formulae may override system binaries
with other strange results.
You may wish to
brew unlinkthese brews:readline
openssl
==> You have uncommitted modifications to Homebrew core
Unless you know what you are doing, you should: git reset --hard