Advertisement
skaramicke

Untitled

Nov 30th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. Mikaels-MacBook-Pro:MacOS skaramicke$ brew doctor
  2. Please note that these warnings are just used to help the Homebrew maintainers
  3. with debugging if you file an issue. If everything you use Homebrew for is
  4. working fine: please don't worry and just ignore them. Thanks!
  5.  
  6. Warning: "config" scripts exist outside your system or Homebrew directories.
  7. `./configure` scripts often look for *-config scripts to determine if
  8. software packages are installed, and what additional flags to use when
  9. compiling and linking.
  10.  
  11. Having additional scripts in your path can confuse software installed via
  12. Homebrew if the config script overrides a system or Homebrew provided
  13. script of the same name. We found the following "config" scripts:
  14. /opt/local/bin/cppunit-config
  15. /opt/local/bin/curl-config
  16. /opt/local/bin/freetype-config
  17. /opt/local/bin/gdlib-config
  18. /opt/local/bin/gsl-config
  19. /opt/local/bin/gts-config
  20. /opt/local/bin/icu-config
  21. /opt/local/bin/libpng-config
  22. /opt/local/bin/libpng16-config
  23. /opt/local/bin/log4cpp-config
  24. /opt/local/bin/ncurses6-config
  25. /opt/local/bin/ncursesw6-config
  26. /opt/local/bin/netpbm-config
  27. /opt/local/bin/pcre-config
  28. /opt/local/bin/pkg-config
  29. /opt/local/bin/python2.7-config
  30. /opt/local/bin/sdl-config
  31. /opt/local/bin/xml2-config
  32. /opt/local/bin/xslt-config
  33.  
  34. Warning: You have MacPorts or Fink installed:
  35. /opt/local/bin/port
  36.  
  37. This can cause trouble. You don't have to uninstall them, but you may want to
  38. temporarily move them out of the way, e.g.
  39.  
  40. sudo mv /opt/local ~/macports
  41.  
  42. Warning: Unbrewed dylibs were found in /usr/local/lib.
  43. If you didn't put them there on purpose they could cause problems when
  44. building Homebrew formulae, and may need to be deleted.
  45.  
  46. Unexpected dylibs:
  47. /usr/local/lib/libboost_atomic.dylib
  48. /usr/local/lib/libboost_context.dylib
  49. /usr/local/lib/libboost_locale.dylib
  50. /usr/local/lib/libboost_python.dylib
  51. /usr/local/lib/libboost_thread.dylib
  52. /usr/local/lib/libosxfuse.2.dylib
  53. /usr/local/lib/libosxfuse.dylib
  54. /usr/local/lib/libosxfuse_i32.dylib
  55. /usr/local/lib/libosxfuse_i64.dylib
  56.  
  57. Warning: Unbrewed .la files were found in /usr/local/lib.
  58. If you didn't put them there on purpose they could cause problems when
  59. building Homebrew formulae, and may need to be deleted.
  60.  
  61. Unexpected .la files:
  62. /usr/local/lib/libosxfuse.la
  63.  
  64. Warning: Unbrewed static libraries were found in /usr/local/lib.
  65. If you didn't put them there on purpose they could cause problems when
  66. building Homebrew formulae, and may need to be deleted.
  67.  
  68. Unexpected static libraries:
  69. /usr/local/lib/libboost_atomic.a
  70. /usr/local/lib/libboost_context.a
  71. /usr/local/lib/libboost_locale.a
  72. /usr/local/lib/libboost_python.a
  73. /usr/local/lib/libboost_thread.a
  74.  
  75. Warning: You have uncommitted modifications to Homebrew
  76. If this is a surprise to you, then you should stash these modifications.
  77. Stashing returns Homebrew to a pristine state but can be undone
  78. should you later need to do so for some reason.
  79. cd /usr/local/Library && git stash && git clean -d -f
  80.  
  81. Warning: Homebrew's sbin was not found in your PATH but you have installed
  82. formulae that put executables in /usr/local/sbin.
  83. Consider setting the PATH for example like so
  84. echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
  85.  
  86. Warning: You have a non-Homebrew 'pkg-config' in your PATH:
  87. /opt/local/bin/pkg-config
  88.  
  89. `./configure` may have problems finding brew-installed packages using
  90. this other pkg-config.
  91.  
  92. Warning: Your Homebrew is outdated.
  93. You haven't updated for at least 24 hours. This is a long time in brewland!
  94. To update Homebrew, run `brew update`.
  95. Mikaels-MacBook-Pro:MacOS skaramicke$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement