
4 Sep
2010
4 Sep
'10
12:31 a.m.
This gave me a buildable make of the code (make just calls Setup for each step) but in the "make install" I get: localhost:/home/roderick/Source/hs/src/distribution # make install Installing library in /usr/local/lib/Holumbus-Distribution-0.0.2.0/ghc-6.10.4 Installing executable(s) in /usr/local/bin Registering Holumbus-Distribution-0.0.2.0... Setup.hs: internal error: unexpected package db stack make: *** [install] Error 1
So, my question is "What is the 'unexpected package db stack' caused by?" Does this give me any hints about the actual problem?
Is cabal using a custom GHC package database? You might find this illuminating: http://hackage.haskell.org/trac/hackage/ticket/731 -- Jonathan Daugherty