Guest User

Untitled

a guest
Dec 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. Guillaume@friis:~> brew doctor
  2. Warning: You may have installed MacGPG2 via the package installer.
  3. Several other checks in this script will turn up problems, such as stray
  4. dylibs in /usr/local and permissions issues with share and man in /usr/local/.
  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/libcdt.5.dylib /usr/local/lib/libcgraph.6.dylib /usr/local/lib/libfuse4x.2.dylib /usr/local/lib/libfuse4x_ino32.dylib /usr/local/lib/libgraph.5.dylib /usr/local/lib/libgvc.6.dylib /usr/local/lib/libgvpr.2.dylib /usr/local/lib/libmacfuse_i32.2.dylib /usr/local/lib/libmacfuse_i64.2.dylib /usr/local/lib/libntfs-3g.80.dylib /usr/local/lib/libntfs.9.0.0.dylib /usr/local/lib/libosxfuse_i32.2.dylib /usr/local/lib/libosxfuse_i64.2.dylib /usr/local/lib/libpathplan.4.dylib /usr/local/lib/libublio.1.dylib /usr/local/lib/libusb-0.1.4.4.4.dylib /usr/local/lib/libusb-0.1.4.dylib /usr/local/lib/libusb.dylib /usr/local/lib/libusbpp-0.1.4.4.4.dylib /usr/local/lib/libusbpp-0.1.4.dylib /usr/local/lib/libusbpp.dylib /usr/local/lib/libxdot.4.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/libfuse4x.la /usr/local/lib/libntfs-3g.la /usr/local/lib/libntfs.la /usr/local/lib/libosxfuse_i32.la /usr/local/lib/libosxfuse_i64.la /usr/local/lib/libublio.la /usr/local/lib/libusb.la /usr/local/lib/libusbpp.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/libcdt.pc /usr/local/lib/pkgconfig/libcgraph.pc /usr/local/lib/pkgconfig/libgraph.pc /usr/local/lib/pkgconfig/libgvc.pc /usr/local/lib/pkgconfig/libgvpr.pc /usr/local/lib/pkgconfig/libntfs-3g.pc /usr/local/lib/pkgconfig/libpathplan.pc /usr/local/lib/pkgconfig/libublio.pc /usr/local/lib/pkgconfig/libusb.pc /usr/local/lib/pkgconfig/libxdot.pc /usr/local/lib/pkgconfig/osxfuse.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/libntfs-3g.a /usr/local/lib/libntfs.a /usr/local/lib/libublio.a /usr/local/lib/libusb.a /usr/local/lib/libusbpp.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. imagemagick
  34. Warning: Some installed formula are missing dependencies.
  35. You should `brew install` the missing dependencies:
  36.  
  37. brew install libpng
  38.  
  39. Run `brew missing` for more details.
  40. Warning: Some directories in your path end in a slash.
  41. Directories in your path should not end in a slash. This can break other
  42. doctor checks. The following directories should be edited:
  43. /opt/X11/bin/
Add Comment
Please, Sign In to add comment