#3495: make install DESTDIR= is failing in ghc HEAD
-----------------------------+----------------------------------------------
Reporter: duncan | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 6.11 | Severity: major
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
`make install DESTDIR=$image` is failing currently with ghc HEAD. This is
the method distro packages use so it'll need fixing before 6.12.1.
The failing command is on the first instance of `ghc-cabal install` for
the libs:
{{{
"inplace/bin/ghc-cabal" install image/usr/... etc
ghc-cabal: ghc-pkg dump failed
}}}
Unfortunately, it does not give any more info if I pass `-v3`. That flag
seems to be swallowed rather than passed down.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3495>
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