[Haskell-beginners] Problem installing lambdabot

Brandon Allbery allbery.b at gmail.com
Tue Sep 13 17:21:08 CEST 2011


On Tue, Sep 13, 2011 at 10:06, Amy de Buitléir <amy at nualeargais.ie> wrote:

> When I do "cabal install lambdabot", I get some weird errors. I'm running
> Debian, mostly Wheezy (testing) but a couple of Sid packages in there. I
> installed the Haskell Platform manually. So I might have some incompatible
> stuff ;^)
>

I think it's trying to tell you that -fvia-C's x86-64 code generator is
broken.  About all I can suggest is using a 32-bit ghc and libraries, or see
if -fasm will work for the Plugins module (but IIRC it uses -fvia-C for good
reason, so I suspect this will fail).

-- 
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/beginners/attachments/20110913/eef6f7a3/attachment.htm>


More information about the Beginners mailing list