Created
February 21, 2020 21:22
-
-
Save awave1/d8fd3fe5c58007baaebf74a29df3897a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stack --stack-yaml=install/shake.yaml --numeric-version | |
git submodule sync | |
git submodule update --init | |
stack --stack-yaml=stack-8.6.5.yaml install | |
******************************************************************************** | |
Building failed, Try running `stack clean` and restart the build | |
If this does not work, open an issue at | |
https://github.com/haskell/haskell-ide-engine | |
******************************************************************************** | |
Error when running Shake build system: | |
at want, called at src/Development/Shake/Internal/Args.hs:83:69 in shake-0.18.3-K6N2eLzVtai6jtZeWAmEIo:Development.Shake.Internal.Args | |
* Depends on: hie-8.6.5 | |
* Raised the exception: | |
user error (Development.Shake.command, system command failed | |
Command line: stack --stack-yaml=stack-8.6.5.yaml install | |
Exit code: 1 | |
Stderr: | |
hie-bios > configure | |
hie-bios > Configuring hie-bios-0.4.0... | |
hie-bios > build | |
haskell-lsp > configure | |
hie-bios > Preprocessing library for hie-bios-0.4.0.. | |
hie-bios > Building library for hie-bios-0.4.0.. | |
hie-bios > [ 1 of 16] Compiling HIE.Bios.Config | |
haskell-lsp > Configuring haskell-lsp-0.20.0.0... | |
haskell-lsp > build | |
http-conduit > configure | |
haskell-lsp > Preprocessing library for haskell-lsp-0.20.0.0.. | |
haskell-lsp > Building library for haskell-lsp-0.20.0.0.. | |
hie-bios > [ 2 of 16] Compiling HIE.Bios.Ghc.Gap | |
haskell-lsp > [1 of 8] Compiling Language.Haskell.LSP.Constant | |
haskell-lsp > [2 of 8] Compiling Language.Haskell.LSP.Diagnostics | |
hie-bios > [ 3 of 16] Compiling HIE.Bios.Ghc.Doc | |
hie-bios > [ 4 of 16] Compiling HIE.Bios.Internal.Log | |
hie-bios > [ 5 of 16] Compiling HIE.Bios.Ghc.Load | |
http-conduit > Configuring http-conduit-2.3.7.3... | |
haskell-lsp > <command line>: can't load .so/.DLL for: libargp.dylib (dlopen(libargp.dylib, 5): image not found) | |
http-conduit > build | |
http-conduit > Preprocessing library for http-conduit-2.3.7.3.. | |
http-conduit > Building library for http-conduit-2.3.7.3.. | |
hie-bios > [ 6 of 16] Compiling HIE.Bios.Types | |
http-conduit > [1 of 3] Compiling Network.HTTP.Client.Conduit | |
hie-bios > [ 7 of 16] Compiling HIE.Bios.Flags | |
hie-bios > [ 8 of 16] Compiling HIE.Bios.Environment | |
http-conduit > [2 of 3] Compiling Network.HTTP.Conduit | |
hie-bios > [ 9 of 16] Compiling HIE.Bios.Ghc.Api | |
http-conduit > [3 of 3] Compiling Network.HTTP.Simple | |
hie-bios > [10 of 16] Compiling HIE.Bios.Ghc.Logger | |
hie-bios > [11 of 16] Compiling HIE.Bios.Ghc.Check | |
http-conduit > | |
http-conduit > /private/var/folders/jz/500drsw93dx7fxf7yltqp3pm0000gn/T/stack28936/http-conduit-2.3.7.3/Network/HTTP/Simple.hs:98:1: warning: [-Wunused-imports] | |
http-conduit > The import of ‘Data.Monoid’ is redundant | |
http-conduit > except perhaps to import instances from ‘Data.Monoid’ | |
http-conduit > To import instances alone, use: import Data.Monoid() | |
http-conduit > | | |
http-conduit > 98 | import Data.Monoid | |
http-conduit > | ^^^^^^^^^^^^^^^^^^ | |
hie-bios > [12 of 16] Compiling HIE.Bios.Wrappers | |
hie-bios > <command line>: can't load .so/.DLL for: libargp.dylib (dlopen(libargp.dylib, 5): image not found) | |
http-conduit > ld: warning: directory not found for option '-L/usr/local/opt/flex/lib' | |
http-conduit > ld: warning: directory not found for option '-L/usr/local/opt/flex/lib' | |
http-conduit > copy/register | |
http-conduit > Installing library in /Users/awave/.stack/snapshots/x86_64-osx/56e5163a705d5de5f328ce2f0ca7c3f7de0581c9ceadaa361d474da550c59794/8.6.5/lib/x86_64-osx-ghc-8.6.5/http-conduit-2.3.7.3-FudTe9YSGy04EnEJsbVWqb | |
http-conduit > Registering library for http-conduit-2.3.7.3.. | |
-- While building package hie-bios-0.4.0 using: | |
/Users/awave/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5 --builddir=.stack-work/dist/x86_64-osx/Cabal-2.4.0.1 build --ghc-options "" | |
Process exited with code: ExitFailure 1 | |
-- While building package haskell-lsp-0.20.0.0 using: | |
/Users/awave/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5 --builddir=.stack-work/dist/x86_64-osx/Cabal-2.4.0.1 build --ghc-options "" | |
Process exited with code: ExitFailure 1 | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment