
Am 03.05.2012 18:29, schrieb Baojun Wang:
Dear list,
I build haskell-platform 2011.04 by gentoo ~amd64 haskell overlay. But I can't run ghci even I rebuilt ghc or run haskell-updater, error message:
ghci GHCi, version 7.4.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... ghc: /usr/lib64/ghc-7.4.1/base-4.5.0.0/HSbase-4.5.0.0.o: unknown symbol `stat' ghc: unable to load package `base'
Do you have some ideas how to avoid this error? Many thanks.
Best Regards Baojun
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe 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. Furthermore, you could try to join the #gentoo-haskell channel on freenode-IRC which should be able to help you if it's a gentoo-specific problem. Cheers.