#4171: make install failure on integer-gmp
-------------------------------+--------------------------------------------
Reporter: Phyx- | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 6.13 | Keywords:
Os: Windows | Testcase:
Architecture: x86_64 (amd64) | Failure: Installing GHC failed
-------------------------------+--------------------------------------------
After building the current GHC HEAD and trying to do a make install, it
fails with the following error
ghc-cabal.exe: integer-gmp-0.2.0.0: library-dirs: @GMP_LIB_DIRS@ is a
relative
path (use --force to override)
make[1]: *** [install_packages] Error 1
looking in libraries\integer-gmp\dist-install\package-data.mk I found the
following:
libraries/integer-gmp_dist-install_INCLUDE_DIRS = @GMP_INCLUDE_DIRS@
libraries/integer-gmp_dist-install_INCLUDES =
libraries/integer-gmp_dist-install_INSTALL_INCLUDES =
libraries/integer-gmp_dist-install_EXTRA_LIBRARIES =
libraries/integer-gmp_dist-install_EXTRA_LIBDIRS = @GMP_LIB_DIRS@
It seems those were never expanded, but since no extra dependencies are
listed, I just removed them and install succeeded.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4171>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs