taa1

Homebrew on 10.7.5 https://tinyurl.com/yapp8zr6

Mar 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. lion-iatkos-l2-vm:~ taa$ git clone --depth=1 git://github.com/Homebrew/brew /usr/local/Homebrew
  2. Cloning into '/usr/local/Homebrew'...
  3. remote: Counting objects: 1168, done.
  4. remote: Compressing objects: 100% (1071/1071), done.
  5. remote: Total 1168 (delta 118), reused 393 (delta 57), pack-reused 0
  6. Receiving objects: 100% (1168/1168), 1.24 MiB, done.
  7. Resolving deltas: 100% (118/118), done.
  8. lion-iatkos-l2-vm:~ taa$ git clone --depth=1 git://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
  9. Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
  10. remote: Counting objects: 4696, done.
  11. remote: Compressing objects: 100% (4495/4495), done.
  12. remote: Total 4696 (delta 53), reused 633 (delta 16), pack-reused 0
  13. Receiving objects: 100% (4696/4696), 3.81 MiB, done.
  14. Resolving deltas: 100% (53/53), done.
  15. Checking out files: 100% (4714/4714), done.
  16. lion-iatkos-l2-vm:~ taa$ ln -s ../Homebrew/bin/brew /usr/local/bin/
  17. lion-iatkos-l2-vm:~ taa$ export HOMEBREW_FORCE_BREWED_CURL=1
  18. lion-iatkos-l2-vm:~ taa$ brew update
  19. ==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz
  20. ######################################################################## 100.0%
  21. ==> Pouring portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz
  22. ==> Installing dependencies for curl: pkg-config, makedepend, openssl
  23. ==> Installing curl dependency: pkg-config
  24. ==> Downloading https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar
  25. ######################################################################## 100.0%
  26. ==> ./configure --prefix=/usr/local/Cellar/pkg-config/0.29.2 --disable-host-tool
  27. ==> make
  28. ==> make check
  29. ==> make install
  30. 🍺 /usr/local/Cellar/pkg-config/0.29.2: 11 files, 671.4KB, built in 2 minutes 23 seconds
  31. ==> Installing curl dependency: makedepend
  32. ==> Downloading https://xorg.freedesktop.org/releases/individual/util/makedepend
  33. ######################################################################## 100.0%
  34. ==> Downloading https://xorg.freedesktop.org/releases/individual/proto/xproto-7.
  35. ######################################################################## 100.0%
  36. ==> ./configure --disable-silent-rules --prefix=/private/tmp/makedepend-20180322
  37. ==> make install
  38. ==> Downloading https://xorg.freedesktop.org/releases/individual/util/util-macro
  39. ######################################################################## 100.0%
  40. ==> ./configure --prefix=/private/tmp/makedepend-20180322-18330-1c8g8j2/makedepe
  41. ==> make install
  42. ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/makedepend/1.0
  43. ==> make install
  44. 🍺 /usr/local/Cellar/makedepend/1.0.5: 8 files, 78.9KB, built in 34 seconds
  45. ==> Installing curl dependency: openssl
  46. ==> Downloading https://www.openssl.org/source/openssl-1.0.2n.tar.gz
  47. ######################################################################## 100.0%
  48. ==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.2n --openssldir=/usr
  49. ==> make depend
  50. ==> make
  51. ==> make test
  52. ==> make install MANDIR=/usr/local/Cellar/openssl/1.0.2n/share/man MANSUFFIX=ssl
  53. ==> Caveats
  54. A CA file has been bootstrapped using certificates from the SystemRoots
  55. keychain. To add additional certificates (e.g. the certificates added in
  56. the System keychain), place .pem files in
  57. /usr/local/etc/openssl/certs
  58.  
  59. and run
  60. /usr/local/opt/openssl/bin/c_rehash
  61.  
  62. This formula is keg-only, which means it was not symlinked into /usr/local,
  63. because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
  64.  
  65. If you need to have this software first in your PATH run:
  66. echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
  67.  
  68. For compilers to find this software you may need to set:
  69. LDFLAGS: -L/usr/local/opt/openssl/lib
  70. CPPFLAGS: -I/usr/local/opt/openssl/include
  71. For pkg-config to find this software you may need to set:
  72. PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
  73.  
  74. ==> Summary
  75. 🍺 /usr/local/Cellar/openssl/1.0.2n: 1,784 files, 12.5MB, built in 7 minutes 1 second
  76. ==> Installing curl
  77. ==> Downloading https://curl.haxx.se/download/curl-7.59.0.tar.bz2
  78.  
  79. curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
  80. Trying a mirror...
  81. ==> Downloading http://curl.askapache.com/download/curl-7.59.0.tar.bz2
  82. ==> Downloading from https://curl.askapache.com/curl-7.59.0.tar.bz2
  83.  
  84. curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
  85. Error: Failed to download resource "curl"
  86. Download failed: http://curl.askapache.com/download/curl-7.59.0.tar.bz2
  87. ==> Installing dependencies for git: xz, curl
  88. ==> Installing git dependency: xz
  89. ==> Downloading https://downloads.sourceforge.net/project/lzmautils/xz-5.2.3.tar
  90.  
  91. curl: (35) Unknown SSL protocol error in connection to downloads.sourceforge.net:443
  92. Trying a mirror...
  93. ==> Downloading https://tukaani.org/xz/xz-5.2.3.tar.gz
  94. ==> Downloading from https://sourceforge.net/projects/lzmautils/files/xz-5.2.3.t
  95.  
  96. curl: (35) Unknown SSL protocol error in connection to sourceforge.net:443
  97. Error: Failed to download resource "xz"
  98. Download failed: https://tukaani.org/xz/xz-5.2.3.tar.gz
  99. ==> Homebrew has enabled anonymous aggregate user behaviour analytics.
  100. Read the analytics documentation (and how to opt-out) here:
  101. https://docs.brew.sh/Analytics
  102.  
  103. Already up-to-date.
  104. lion-iatkos-l2-vm:~ taa$
Add Comment
Please, Sign In to add comment