Advertisement
mrengy

brew install git

Jul 23rd, 2016
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. Warning: You are using OS X 10.6.
  2. We (and Apple) do not provide support for this old version.
  3. You may encounter build failures or other breakages.
  4. ==> Downloading https://www.kernel.org/pub/software/scm/git/git-2.8.1.tar.xz
  5. Already downloaded: /Library/Caches/Homebrew/git-2.8.1.tar.xz
  6. ==> make install prefix=/usr/local/Cellar/git/2.8.1 sysconfdir=/usr/local/etc CC
  7. Last 15 lines from /Users/mikeeng/Library/Logs/Homebrew/git/01.make:
  8. sed -e '1{' \
  9. -e ' s|#!.*perl|#!/usr/bin/perl|' \
  10. -e ' h' \
  11. -e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
  12. -e ' H' \
  13. -e ' x' \
  14. -e '}' \
  15. -e 's/@@GIT_VERSION@@/2.8.1/g' \
  16. git-add--interactive.perl >git-add--interactive+ && \
  17. chmod +x git-add--interactive+ && \
  18. mv git-add--interactive+ git-add--interactive
  19. make[2]: *** No rule to make target `/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE/config.h', needed by `perl.mak'. Stop.
  20. make[1]: *** [instlibdir] Error 2
  21. make: *** [git-add--interactive] Error 2
  22. make: *** Waiting for unfinished jobs....
  23.  
  24. READ THIS: https://git.io/brew-troubleshooting
  25. If reporting this issue please do so at (not Homebrew/brew):
  26. https://github.com/Homebrew/homebrew-core/issues
  27.  
  28. These open issues may also help:
  29. git-annex 6.20160619 https://github.com/Homebrew/homebrew-core/pull/3228
  30. hg-git 0.8.5 (new formula) https://github.com/Homebrew/homebrew-core/pull/2577
  31. git: cannot run gitk https://github.com/Homebrew/homebrew-core/issues/115
  32. git-webui 1.2.0 (new formula) https://github.com/Homebrew/homebrew-core/pull/1648
  33. cannot install on Mac OSX 10.8.5 ==> Downloading and installing Homebrew... You must: brew install git You must: brew install git Error: Git is unavailable https://github.com/Homebrew/homebrew-core/issues/2385
  34. git-gitlab 0.1.0 (new formula) https://github.com/Homebrew/homebrew-core/pull/1064
  35. git-stree: added deprecation warning and fixed line order https://github.com/Homebrew/homebrew-core/pull/1842
  36. Warning: You are using OS X 10.6.
  37. We (and Apple) do not provide support for this old version.
  38. You may encounter build failures or other breakages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement