Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created July 4, 2018 18:50
Show Gist options
  • Save ilovezfs/b912dc28c757636300221968ae6d4dfa to your computer and use it in GitHub Desktop.
Save ilovezfs/b912dc28c757636300221968ae6d4dfa to your computer and use it in GitHub Desktop.
==> Cloning https://github.com/Bubba/haskell-ide-engine.git
git clone https://github.com/Bubba/haskell-ide-engine.git /Users/joe/Library/Caches/Homebrew/wget--git
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git'...
remote: Counting objects: 12132, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 12132 (delta 6), reused 12 (delta 5), pack-reused 12116
Receiving objects: 100% (12132/12132), 3.24 MiB | 1.28 MiB/s, done.
Resolving deltas: 100% (5781/5781), done.
git config homebrew.cacheversion 0
==> Checking out revision 2963d6a6cc9128066e860227eaedc5eaa5d60288
git checkout -f 2963d6a6cc9128066e860227eaedc5eaa5d60288 --
Note: checking out '2963d6a6cc9128066e860227eaedc5eaa5d60288'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 2963d6a... Use a better name
git submodule foreach --recursive git submodule sync
git submodule update --init --recursive
Submodule 'submodules/HaRe' (https://gitlab.com/alanz/HaRe.git) registered for path 'submodules/HaRe'
Submodule 'submodules/cabal-helper' (https://github.com/alanz/cabal-helper.git) registered for path 'submodules/cabal-helper'
Submodule 'submodules/ghc-mod' (https://github.com/alanz/ghc-mod.git) registered for path 'submodules/ghc-mod'
Submodule 'submodules/haskell-lsp' (https://github.com/alanz/haskell-lsp.git) registered for path 'submodules/haskell-lsp'
Submodule 'submodules/haskell-lsp-test' (https://github.com/Bubba/haskell-lsp-test.git) registered for path 'submodules/haskell-lsp-test'
Submodule 'submodules/yi-rope' (https://github.com/yi-editor/yi-rope.git) registered for path 'submodules/yi-rope'
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/HaRe'...
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/cabal-helper'...
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/ghc-mod'...
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/haskell-lsp'...
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/haskell-lsp-test'...
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/yi-rope'...
Submodule path 'submodules/HaRe': checked out 'a11f797e408fe02c8443cf8ab0f5b4eaab66714c'
Submodule 'ext/cabal-helper' (https://github.com/alanz/cabal-helper.git) registered for path 'submodules/HaRe/submodules/cabal-helper'
Submodule 'ext/ghc-mod' (https://github.com/alanz/ghc-mod.git) registered for path 'submodules/HaRe/submodules/ghc-mod'
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/HaRe/submodules/cabal-helper'...
Cloning into '/Users/joe/Library/Caches/Homebrew/wget--git/submodules/HaRe/submodules/ghc-mod'...
Submodule path 'submodules/HaRe/submodules/cabal-helper': checked out 'e9aae72ac1481b8642219730df6655444d470678'
Submodule path 'submodules/HaRe/submodules/ghc-mod': checked out '75a5e4658ab43ee03c1d60a53cef79bdc36f7006'
Submodule path 'submodules/cabal-helper': checked out 'ba2f24554c6a25cbcaa46c54e1c0697792c3ffcb'
Submodule path 'submodules/ghc-mod': checked out '66fc0980d2c731caf36215969a31bff8ef40f3e2'
Submodule path 'submodules/haskell-lsp': checked out '3e046bf095568099dae606e1c20a92f1dc60b7b9'
Submodule path 'submodules/haskell-lsp-test': checked out '67aa637f19441d51d729c008bffb9c3dfb8cea0e'
Submodule path 'submodules/yi-rope': checked out '7867909f4f20952be051fd4252cca5bbfc80cf41'
==> ./configure --prefix=/usr/local/Cellar/wget/0.1.0.0 --sysconfdir=/usr/local/etc --with-ssl=openssl --with-libssl-prefix=/usr/local/opt/openssl --disable-debug --disable-pcre
Failed to execute: ./configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment