[Haskell-cafe] haskell on OpenBSD 5.5

Mike Meyer mwm at mired.org
Tue May 20 20:27:09 UTC 2014


The integer-gmp problems is that you don't have all the bits of the gmp
library installed. This happens when the package system doesn't correctly
pick them up, or when I install HP from outside the package system. The
usual fix (on Linux, anyway) is to install the appropriate dev package to
go with gmp. If OpenBSD hasn't yet succumbed to the idiocy of dev packages,
it's possible the gmp library itself is missing.

I suspect similar issues with hs-vector: there's some dependency missing in
the package system description.


On Tue, May 20, 2014 at 2:40 PM, Michael S <msherman77 at yahoo.com> wrote:

>
> Good day all,
>
> I installed OpenBSD 5.5 in order to learn haskell.
> There are a few glitches however. I installed the haskell-platform meta-package and the issues I noticed are:
> - hs-vector wouldn't install
> - ghci wouldn't start, the message: unable to load package `integer-gmp'
>
> Has anyone experienced the same issue? Is this happening on OpenBSD 5.4?
>
> Is this OpenBSD specific?
>
> Thanks in advance.
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140520/4b95b890/attachment.html>


More information about the Haskell-Cafe mailing list