-
Notifications
You must be signed in to change notification settings - Fork 206
Unable to install 0.4.0.1 on Mac #1001
Comments
What happens if you run |
This time I thought to redirect the output - for |
You have a problem with edit:
|
So my guess would be that GHC >= 8.6 requires |
@Rhywun we will accept a PR to the README. |
Looks like it was a couple of bugs in 8.6 regarding gmp lib: https://ghc.haskell.org/trac/ghc/ticket/15769, https://ghc.haskell.org/trac/ghc/ticket/15404 |
you can give --verbose option when running stack build. It gives the information. Thats how I knew gmp was missing. |
Thanks |
I am trying a clean install of stack and HIE and the HIE install quits with the following appearing in the terminal after running
make build-all
in the HIE source directory:Preparing to install GHC to an isolated location.
This will not interfere with any system-level installation.
Preparing to download ghc-8.6.2 ...
Already downloaded.
Unpacking GHC into /Users/pat/.stack/programs/x86_64-osx/ghc-8.6.2.temp/ ...
Configuring GHC ...
Installing GHC ...
Received ExitFailure 2 when running
Raw command: /usr/bin/make install
Run from: /Users/me/.stack/programs/x86_64-osx/ghc-8.6.2.temp/ghc-8.6.2/
git submodule sync
Synchronizing submodule url for 'submodules/HaRe'
Synchronizing submodule url for 'submodules/brittany'
Synchronizing submodule url for 'submodules/cabal-helper'
Synchronizing submodule url for 'submodules/ghc-mod'
git submodule update --init
stack install cabal-install
Preparing to install GHC to an isolated location.
This will not interfere with any system-level installation.
Already downloaded.
Installing GHC ...
Received ExitFailure 2 when running
Raw command: /usr/bin/make install
Run from: /Users/me/.stack/programs/x86_64-osx/ghc-8.6.2.temp/ghc-8.6.2/
make: *** [cabal] Error 1
I don't know where to find a log file that might explain what went wrong.
Some notes:
xcode-select --install
.Originally posted by @Rhywun in #992 (comment)
The text was updated successfully, but these errors were encountered: