Guest User

Untitled

a guest
Nov 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. $ brew doctor
  2.  
  3. Error: gettext was detected in your PREFIX.
  4. The gettext provided by Homebrew is "keg-only", meaning it does not
  5. get linked into your PREFIX by default.
  6.  
  7. If you `brew link gettext` then a large number of brews that don't
  8. otherwise have a `depends_on 'gettext'` will pick up gettext anyway
  9. during the `./configure` step.
  10.  
  11. If you have a non-Homebrew provided gettext, other problems will happen
  12. especially if it wasn't compiled with the proper architectures.
  13. Error: Some keg-only formula are linked into the Cellar.
  14. Linking a keg-only formula, such as gettext, into the cellar with
  15. `brew link f` will cause other formulae to detect them during the
  16. `./configure` step. This may cause problems when compiling those
  17. other formulae.
  18.  
  19. Binaries provided by keg-only formulae may override system binaries
  20. with other strange results.
  21.  
  22. You may wish to `brew unlink` these brews:
  23.  
  24. gettext
  25. pixman
  26. Error: Unbrewed dylibs were found in /usr/local/lib.
  27. If you didn't put them there on purpose they could cause problems when
  28. building Homebrew formulae, and may need to be deleted.
  29.  
  30. Unexpected dylibs:
  31. /usr/local/lib/libboost_filesystem-mt.dylib /usr/local/lib/libboost_serialization-mt.dylib /usr/local/lib/libboost_system-mt.dylib /usr/local/lib/libencfs.6.dylib /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 /usr/local/lib/libprotobuf.6.dylib /usr/local/lib/librlog.5.0.0.dylib /usr/local/lib/libusb-0.1.4.4.4.dylib /usr/local/lib/libusbpp-0.1.4.4.4.dylib
  32. Error: Unbrewed .la files were found in /usr/local/lib.
  33. If you didn't put them there on purpose they could cause problems when
  34. building Homebrew formulae, and may need to be deleted.
  35.  
  36. Unexpected .la files:
  37. /usr/local/lib/libosxfuse_i32.la /usr/local/lib/libosxfuse_i64.la
  38. Error: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
  39. If you didn't put them there on purpose they could cause problems when
  40. building Homebrew formulae, and may need to be deleted.
  41.  
  42. Unexpected .pc files:
  43. /usr/local/lib/pkgconfig/osxfuse.pc
  44. Error: You have unlinked kegs in your Cellar
  45. Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
  46. those kegs to fail to run properly once built.
  47.  
  48. exiftool
Add Comment
Please, Sign In to add comment