Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ docker run -it --rm -v "$PWD/linuxbrew4:/home/linuxbrew/" sjackman/linuxbrew:latest bash
- linuxbrew@f58e717746cf:~$ brew doctor
- Your system is ready to brew.
- linuxbrew@f58e717746cf:~$ brew update
- Already up-to-date.
- linuxbrew@f58e717746cf:~$ less .linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/ca
- cabal-install.rb caddy.rb cairomm.rb calcurse.rb camlp5.rb carthage.rb castxml.rb
- cabextract.rb cadubi.rb cake.rb camellia.rb capnp.rb cask.rb catimg.rb
- cabocha.rb caf.rb calabash.rb camlistore.rb capstone.rb casperjs.rb cattle.rb
- cadaver.rb cairo.rb calc.rb camlp4.rb carina.rb cassandra.rb cayley.rb
- linuxbrew@f58e717746cf:~$ less .linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/cabal-install.rb
- linuxbrew@f58e717746cf:~$
- linuxbrew@f58e717746cf:~$
- linuxbrew@f58e717746cf:~$
- linuxbrew@f58e717746cf:~$ brew install cabal-install
- ==> Tapping homebrew/dupes
- Cloning into '/home/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-dupes'...
- remote: Counting objects: 44, done.
- remote: Compressing objects: 100% (44/44), done.
- remote: Total 44 (delta 0), reused 6 (delta 0), pack-reused 0
- Unpacking objects: 100% (44/44), done.
- Checking connectivity... done.
- Tapped 38 formulae (107 files, 343K)
- ==> Installing dependencies for cabal-install: patchelf, homebrew/dupes/ncurses, ghc
- ==> Installing cabal-install dependency: patchelf
- ==> Downloading https://linuxbrew.bintray.com/bottles/patchelf-0.9_1.x86_64_linux.bottle.tar.gz
- ######################################################################## 100.0%
- ==> Pouring patchelf-0.9_1.x86_64_linux.bottle.tar.gz
- 🍺 /home/linuxbrew/.linuxbrew/Cellar/patchelf/0.9_1: 6 files, 1.2M
- ==> Installing cabal-install dependency: homebrew/dupes/ncurses
- ==> Downloading https://linuxbrew.bintray.com/bottles-dupes/ncurses-6.0_2.x86_64_linux.bottle.tar.gz
- ######################################################################## 100.0%
- ==> Pouring ncurses-6.0_2.x86_64_linux.bottle.tar.gz
- 🍺 /home/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_2: 3,830 files, 14.9M
- ==> Installing cabal-install dependency: ghc
- ==> Downloading https://linuxbrew.bintray.com/bottles/ghc-8.0.1_3.x86_64_linux.bottle.tar.gz
- ######################################################################## 100.0%
- ==> Pouring ghc-8.0.1_3.x86_64_linux.bottle.tar.gz
- ==> /home/linuxbrew/.linuxbrew/Cellar/ghc/8.0.1_3/bin/ghc-pkg recache
- 🍺 /home/linuxbrew/.linuxbrew/Cellar/ghc/8.0.1_3: 5,860 files, 1.1G
- ==> Installing cabal-install
- ==> Downloading https://hackage.haskell.org/package/cabal-install-1.24.0.2/cabal-install-1.24.0.2.tar.gz
- ######################################################################## 100.0%
- ==> sh bootstrap.sh --sandbox
- ==> Caveats
- Bash completion has been installed to:
- /home/linuxbrew/.linuxbrew/etc/bash_completion.d
- ==> Summary
- 🍺 /home/linuxbrew/.linuxbrew/Cellar/cabal-install/1.24.0.2: 7 files, 20.5M, built in 19 minutes 34 seconds
- linuxbrew@f58e717746cf:~$ ghc --version
- The Glorious Glasgow Haskell Compilation System, version 8.0.1
- linuxbrew@f58e717746cf:~$ brew test cabal-install
- Testing cabal-install
- ==> /home/linuxbrew/.linuxbrew/Cellar/cabal-install/1.24.0.2/bin/cabal --config-file=/tmp/cabal-install-test-20161213-12133-bauc6a/config info cabal
- linuxbrew@f58e717746cf:~$ brew audit --strict cabal-install
- ==> Installing or updating 'rubocop' gem
- Fetching: rainbow-2.1.0.gem (100%)
- Successfully installed rainbow-2.1.0
- Fetching: ast-2.3.0.gem (100%)
- Successfully installed ast-2.3.0
- Fetching: parser-2.3.3.1.gem (100%)
- Successfully installed parser-2.3.3.1
- Fetching: powerpack-0.1.1.gem (100%)
- Successfully installed powerpack-0.1.1
- Fetching: ruby-progressbar-1.8.1.gem (100%)
- Successfully installed ruby-progressbar-1.8.1
- Fetching: unicode-display_width-1.1.2.gem (100%)
- Successfully installed unicode-display_width-1.1.2
- Fetching: rubocop-0.45.0.gem (100%)
- Successfully installed rubocop-0.45.0
- 7 gems installed
- linuxbrew@f58e717746cf:~$ brew audit --strict cabal-install
- linuxbrew@f58e717746cf:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement