[GHC] #14021: 8.2.1 deb8 bindist fails to install on Windows 10 WSL
GHC
ghc-devs at haskell.org
Sun Jul 23 14:58:39 UTC 2017
#14021: 8.2.1 deb8 bindist fails to install on Windows 10 WSL
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.2.2
Component: Build System | Version: 8.2.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Description changed by bgamari:
Old description:
> In principle the GHC 8.2.1 bindist for Debian 8 should work fine on WSL.
> However, in practice it fails during `make install` with this error,
> {{{
> }}}
New description:
In principle the GHC 8.2.1 bindist for Debian 8 should work fine on WSL.
However, in practice it fails during `make install` with this error,
{{{
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries
/integer-gmp dist-install "strip" '' '/home/ben/roots/ghc/8.2.1'
'/home/ben/roots/ghc/8.2.1/lib/ghc-8.2.1'
'/home/ben/roots/ghc/8.2.1/share/doc/ghc-8.2.1/html/libraries' 'v p dyn'
./integer-gmp.cabal has been changed. Re-configuring with most recently
used
options. If this fails, please run configure manually.
Configuring integer-gmp-1.0.1.0...
ghc-cabal: Cannot find the program 'ghc'. User-specified path
'/home/ben/bin-dist-8.2.1-Linux/ghc/inplace/bin/ghc-stage1' does not refer
to
an executable and the program is not on the system path.
ghc.mk:986: recipe for target 'install_packages' failed
make[1]: *** [install_packages] Error 1
Makefile:51: recipe for target 'install' failed
make: *** [install] Error 2
}}}
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14021#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list