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).