[GHC] #15769: GHC 8.6 for macOS depends on homebrew
GHC
ghc-devs at haskell.org
Mon Nov 12 23:51:33 UTC 2018
#15769: GHC 8.6 for macOS depends on homebrew
-------------------------------------+-------------------------------------
Reporter: kazu-yamamoto | Owner: (none)
Type: bug | Status: closed
Priority: highest | Milestone: 8.6.2
Component: Compiler | Version: 8.6.1
Resolution: duplicate | Keywords:
Operating System: MacOS X | Architecture:
Type of failure: Installing GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: #15404 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by nshimaza):
It seems binary distribution ghc-8.6.2-x86_64-apple-darwin.tar.xz still
lacks intree-gmp. make install fails with the same error if
/usr/local/opt/gmp/lib/libgmp.10.dylib is missing.
{{{
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries
/ghc-prim dist-install "strip" ''
'/Users/nshimaza/Documents/Hack/haskell/tmp/inst'
'/Users/nshimaza/Documents/Hack/haskell/tmp/inst/lib/ghc-8.6.2'
'/Users/nshimaza/Documents/Hack/haskell/tmp/inst/share/doc/ghc-8.6.2/html/libraries'
'v p dyn'
dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib
Referenced from:
/Users/nshimaza/Documents/Hack/haskell/tmp/ghc-8.6.2/libraries/base/dist-
install/build/libHSbase-4.12.0.0-ghc8.6.2.dylib
Reason: image not found
make[1]: *** [install_packages] Abort trap: 6
make: *** [install] Error 2
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15769#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list