[Haskell-cafe] unable to run ghci (7.4.1)?

Brandon Allbery allbery.b at gmail.com
Fri May 4 07:06:27 CEST 2012


On Thu, May 3, 2012 at 12:35 PM, Morel Pisum <morel.pisum at googlemail.com>wrote:

> Weird. The "base" package is actually the most important package and
> should be included in the haskell-platform.
>
> Anyway; you could try to do "cabal install base" or so.
>

cabal-install cannot install base; it is and must be part of the compiler.
The error does not say that base is missing, it says that base is present
but broken (stat() is a libc function, not part of base).

The recommendation to check with #gentoo-haskell, however, is a good idea;
it's clearly a problem with the Gentoo package.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120504/9b518ff8/attachment.htm>


More information about the Haskell-Cafe mailing list