Advertisement
Guest User

Homebrew brew doctor results, OS X Leopard

a guest
Apr 30th, 2012
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.67 KB | None | 0 0
  1. brew doctor
  2.  
  3. Warning: "config" scripts exist outside your system or Homebrew directories.
  4. `./configure` scripts often look for *-config scripts to determine if
  5. software packages are installed, and what additional flags to use when
  6. compiling and linking.
  7.  
  8. Having additional scripts in your path can confuse software installed via
  9. Homebrew if the config script overrides a system or Homebrew provided
  10. script of the same name. We found the following "config" scripts:
  11.  
  12.     /usr/local/bin/passenger-config
  13.     /usr/local/bin/python-config
  14.     /usr/local/bin/python2.6-config
  15.     /Library/Frameworks/Python.framework/Versions/2.6/bin/python-config
  16.     /Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6-config
  17. Warning: The version of libcurl provided with Mac OS X Leopard has outdated
  18. SSL certificates.
  19.  
  20. This can cause problems when running Homebrew commands that use Git to
  21. fetch over HTTPS, e.g. `brew update` or installing formulae that perform
  22. Git checkouts.
  23.  
  24. You can force Git to ignore these errors by setting GIT_SSL_NO_VERIFY.
  25.   export GIT_SSL_NO_VERIFY=1
  26. Warning: Your Homebrew is outdated
  27. You haven't updated for at least 24 hours, this is a long time in brewland!
  28. Warning: Unbrewed dylibs were found in /usr/local/lib.
  29. If you didn't put them there on purpose they could cause problems when
  30. building Homebrew formulae, and may need to be deleted.
  31.  
  32. Unexpected dylibs:
  33.     /usr/local/lib/AquaIntLib.dylib    /usr/local/lib/libasprintf.0.dylib    /usr/local/lib/libavbin.5.dylib    /usr/local/lib/libcharset.1.dylib    /usr/local/lib/libexpat.1.5.2.dylib    /usr/local/lib/libfreetype.6.dylib    /usr/local/lib/libFreeWRLFunc.dylib    /usr/local/lib/libFreeWRLjs.dylib    /usr/local/lib/libgcc_s.1.dylib    /usr/local/lib/libgcc_s.10.4.dylib    /usr/local/lib/libgcc_s.10.5.dylib    /usr/local/lib/libgettextlib-0.18.1.dylib    /usr/local/lib/libgettextpo.0.dylib    /usr/local/lib/libgettextsrc-0.18.1.dylib    /usr/local/lib/libgfortran.2.0.0.dylib    /usr/local/lib/libglib-2.0.0.dylib    /usr/local/lib/libhistory.6.2.dylib    /usr/local/lib/libiconv.2.dylib    /usr/local/lib/libintl.8.0.2.dylib    /usr/local/lib/libintl.8.dylib    /usr/local/lib/libmagic.1.0.0.dylib    /usr/local/lib/libmp3lame.dylib    /usr/local/lib/libreadline.6.2.dylib    /usr/local/lib/libruby.1.8.6.dylib
  34. Warning: Unbrewed .la files were found in /usr/local/lib.
  35. If you didn't put them there on purpose they could cause problems when
  36. building Homebrew formulae, and may need to be deleted.
  37.  
  38. Unexpected .la files:
  39.    /usr/local/lib/libasprintf.la    /usr/local/lib/libcharset.la    /usr/local/lib/libexpat.la    /usr/local/lib/libgettextlib.la    /usr/local/lib/libgettextpo.la    /usr/local/lib/libgettextsrc.la    /usr/local/lib/libgfortran.la    /usr/local/lib/libiconv.la    /usr/local/lib/libintl.la    /usr/local/lib/libmagic.la
  40. Warning: Unbrewed static libraries were found in /usr/local/lib.
  41. If you didn't put them there on purpose they could cause problems when
  42. building Homebrew formulae, and may need to be deleted.
  43.  
  44. Unexpected static libraries:
  45.     /usr/local/lib/libasprintf.a    /usr/local/lib/libcharset.a    /usr/local/lib/libexpat.a    /usr/local/lib/libgettextpo.a    /usr/local/lib/libgfortran.a    /usr/local/lib/libhistory.a    /usr/local/lib/libintl.a    /usr/local/lib/libmagic.a    /usr/local/lib/libreadline.a    /usr/local/lib/libruby-static.a
  46. Warning: You have uncommitted modifications to Homebrew's core.
  47. Unless you know what you are doing, you should run:
  48.  cd /usr/local/homebrew && git reset --hard
  49. Warning: Your Homebrew is not installed to /usr/local
  50. You can install Homebrew anywhere you want, but some brews may only build
  51. correctly if you install in /usr/local. Sorry!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement