Advertisement
CristianCantoro

brew_install_cabal-install_ghc8_binary

Dec 13th, 2016
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.16 KB | None | 0 0
  1. $ docker run -it --rm -v "$PWD/linuxbrew4:/home/linuxbrew/" sjackman/linuxbrew:latest bash    
  2. linuxbrew@f58e717746cf:~$ brew doctor
  3. Your system is ready to brew.
  4. linuxbrew@f58e717746cf:~$ brew update
  5. Already up-to-date.
  6. linuxbrew@f58e717746cf:~$ less .linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/ca
  7. cabal-install.rb  caddy.rb          cairomm.rb        calcurse.rb       camlp5.rb         carthage.rb       castxml.rb        
  8. cabextract.rb     cadubi.rb         cake.rb           camellia.rb       capnp.rb          cask.rb           catimg.rb        
  9. cabocha.rb        caf.rb            calabash.rb       camlistore.rb     capstone.rb       casperjs.rb       cattle.rb        
  10. cadaver.rb        cairo.rb          calc.rb           camlp4.rb         carina.rb         cassandra.rb      cayley.rb        
  11. linuxbrew@f58e717746cf:~$ less .linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/cabal-install.rb
  12. linuxbrew@f58e717746cf:~$
  13. linuxbrew@f58e717746cf:~$
  14. linuxbrew@f58e717746cf:~$
  15. linuxbrew@f58e717746cf:~$ brew install cabal-install
  16. ==> Tapping homebrew/dupes
  17. Cloning into '/home/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-dupes'...
  18. remote: Counting objects: 44, done.
  19. remote: Compressing objects: 100% (44/44), done.
  20. remote: Total 44 (delta 0), reused 6 (delta 0), pack-reused 0
  21. Unpacking objects: 100% (44/44), done.
  22. Checking connectivity... done.
  23. Tapped 38 formulae (107 files, 343K)
  24. ==> Installing dependencies for cabal-install: patchelf, homebrew/dupes/ncurses, ghc
  25. ==> Installing cabal-install dependency: patchelf
  26. ==> Downloading https://linuxbrew.bintray.com/bottles/patchelf-0.9_1.x86_64_linux.bottle.tar.gz
  27. ######################################################################## 100.0%
  28. ==> Pouring patchelf-0.9_1.x86_64_linux.bottle.tar.gz
  29. 🍺  /home/linuxbrew/.linuxbrew/Cellar/patchelf/0.9_1: 6 files, 1.2M
  30. ==> Installing cabal-install dependency: homebrew/dupes/ncurses
  31. ==> Downloading https://linuxbrew.bintray.com/bottles-dupes/ncurses-6.0_2.x86_64_linux.bottle.tar.gz
  32. ######################################################################## 100.0%
  33. ==> Pouring ncurses-6.0_2.x86_64_linux.bottle.tar.gz
  34. 🍺  /home/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_2: 3,830 files, 14.9M
  35. ==> Installing cabal-install dependency: ghc
  36. ==> Downloading https://linuxbrew.bintray.com/bottles/ghc-8.0.1_3.x86_64_linux.bottle.tar.gz
  37. ######################################################################## 100.0%
  38. ==> Pouring ghc-8.0.1_3.x86_64_linux.bottle.tar.gz
  39. ==> /home/linuxbrew/.linuxbrew/Cellar/ghc/8.0.1_3/bin/ghc-pkg recache
  40. 🍺  /home/linuxbrew/.linuxbrew/Cellar/ghc/8.0.1_3: 5,860 files, 1.1G
  41. ==> Installing cabal-install
  42. ==> Downloading https://hackage.haskell.org/package/cabal-install-1.24.0.2/cabal-install-1.24.0.2.tar.gz
  43. ######################################################################## 100.0%
  44. ==> sh bootstrap.sh --sandbox
  45. ==> Caveats
  46. Bash completion has been installed to:
  47.   /home/linuxbrew/.linuxbrew/etc/bash_completion.d
  48.  
  49. ==> Summary
  50. 🍺  /home/linuxbrew/.linuxbrew/Cellar/cabal-install/1.24.0.2: 7 files, 20.5M, built in 19 minutes 34 seconds
  51. linuxbrew@f58e717746cf:~$ ghc --version
  52. The Glorious Glasgow Haskell Compilation System, version 8.0.1
  53. linuxbrew@f58e717746cf:~$ brew test cabal-install
  54. Testing cabal-install
  55. ==> /home/linuxbrew/.linuxbrew/Cellar/cabal-install/1.24.0.2/bin/cabal --config-file=/tmp/cabal-install-test-20161213-12133-bauc6a/config info cabal
  56. linuxbrew@f58e717746cf:~$ brew audit --strict cabal-install
  57. ==> Installing or updating 'rubocop' gem
  58. Fetching: rainbow-2.1.0.gem (100%)
  59. Successfully installed rainbow-2.1.0
  60. Fetching: ast-2.3.0.gem (100%)
  61. Successfully installed ast-2.3.0
  62. Fetching: parser-2.3.3.1.gem (100%)
  63. Successfully installed parser-2.3.3.1
  64. Fetching: powerpack-0.1.1.gem (100%)
  65. Successfully installed powerpack-0.1.1
  66. Fetching: ruby-progressbar-1.8.1.gem (100%)
  67. Successfully installed ruby-progressbar-1.8.1
  68. Fetching: unicode-display_width-1.1.2.gem (100%)
  69. Successfully installed unicode-display_width-1.1.2
  70. Fetching: rubocop-0.45.0.gem (100%)
  71. Successfully installed rubocop-0.45.0
  72. 7 gems installed
  73. linuxbrew@f58e717746cf:~$ brew audit --strict cabal-install
  74. linuxbrew@f58e717746cf:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement