Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. override rwxr-xr-x root/wheel for /usr/local/lib/libpng.3.dylib? brew doctor
  2. chochocho-MacBook-Pro:macports fujiutomoko$ brew doctor
  3. Warning: Your Homebrew is outdated
  4. You haven't updated for at least 24 hours, this is a long time in brewland!
  5. Warning: Unbrewed dylibs were found in /usr/local/lib.
  6. If you didn't put them there on purpose they could cause problems when
  7. building Homebrew formulae, and may need to be deleted.
  8.  
  9. Unexpected dylibs:
  10. /usr/local/lib/libjpeg.8.dylib /usr/local/lib/libpng.3.dylib /usr/local/lib/libpng12.0.dylib /usr/local/lib/libpng14.14.dylib
  11. Warning: Unbrewed .la files were found in /usr/local/lib.
  12. If you didn't put them there on purpose they could cause problems when
  13. building Homebrew formulae, and may need to be deleted.
  14.  
  15. Unexpected .la files:
  16. /usr/local/lib/libjpeg.la /usr/local/lib/libpng12.la /usr/local/lib/libpng14.la
  17. Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
  18. If you didn't put them there on purpose they could cause problems when
  19. building Homebrew formulae, and may need to be deleted.
  20.  
  21. Unexpected .pc files:
  22. /usr/local/lib/pkgconfig/libpng12.pc /usr/local/lib/pkgconfig/libpng14.pc
  23. Warning: Unbrewed static libraries were found in /usr/local/lib.
  24. If you didn't put them there on purpose they could cause problems when
  25. building Homebrew formulae, and may need to be deleted.
  26.  
  27. Unexpected static libraries:
  28. /usr/local/lib/libjpeg.a /usr/local/lib/libpng12.a /usr/local/lib/libpng14.a
  29. Warning: You have unlinked kegs in your Cellar
  30. Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
  31. those kegs to fail to run properly once built. Run `brew link` on these:
  32.  
  33. git
  34. Warning: You have uncommitted modifications to Homebrew
  35. If this a surprise to you, then you should stash these modifications.
  36. Stashing returns Homebrew to a pristine state but can be undone
  37. should you later need to do so for some reason.
  38. cd /usr/local/Library && git stash && git clean -f
  39. Warning: /usr/bin occurs before /usr/local/bin
  40. This means that system-provided programs will be used instead of those
  41. provided by Homebrew. The following tools exist at both paths:
  42.  
  43. svn
  44. svnadmin
  45. svndumpfilter
  46. svnlook
  47. svnserve
  48. svnsync
  49. svnversion
  50.  
  51. Consider amending your PATH so that /usr/local/bin
  52. occurs before /usr/bin in your PATH.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement