Advertisement
Guest User

homebrew doctor output

a guest
Jun 3rd, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.81 KB | None | 0 0
  1. Warning: /usr/local/etc isn't writable.
  2.  
  3. This can happen if you "sudo make install" software that isn't managed by
  4. by Homebrew. If a formula tries to write a file to this directory, the
  5. install will fail during the link step.
  6.  
  7. You should probably `chown` /usr/local/etc
  8.  
  9. Warning: /usr/local/include isn't writable.
  10.  
  11. This can happen if you "sudo make install" software that isn't managed by
  12. by Homebrew. If a formula tries to write a file to this directory, the
  13. install will fail during the link step.
  14.  
  15. You should probably `chown` /usr/local/include
  16.  
  17. Warning: /usr/local/lib isn't writable.
  18.  
  19. This can happen if you "sudo make install" software that isn't managed by
  20. by Homebrew. If a formula tries to write a file to this directory, the
  21. install will fail during the link step.
  22.  
  23. You should probably `chown` /usr/local/lib
  24.  
  25. Warning: /usr/local/share isn't writable.
  26.  
  27. This can happen if you "sudo make install" software that isn't managed by
  28. by Homebrew. If a formula tries to write a file to this directory, the
  29. install will fail during the link step.
  30.  
  31. You should probably `chown` /usr/local/share
  32.  
  33. Warning: Some directories in /usr/local/share/man aren't writable.
  34. This can happen if you "sudo make install" software that isn't managed
  35. by Homebrew. If a brew tries to add locale information to one of these
  36. directories, then the install will fail during the link step.
  37. You should probably `chown` them:
  38.  
  39.     /usr/local/share/man
  40.     /usr/local/share/man/man1
  41.  
  42. Warning: The /usr/local directory is not writable.
  43. Even if this directory was writable when you installed Homebrew, other
  44. software may change permissions on this directory. Some versions of the
  45. "InstantOn" component of Airfoil are known to do this.
  46.  
  47. You should probably change the ownership and permissions of /usr/local
  48. back to your user account.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement