
According to the hackage page, the Haskell Cryptography Library has a build failure. I couldn't find a bug reference when I searched for milestone 6.10.1 on trac. Should I report it? Has it been fixed? Thanks, Dominic. http://hackage.haskell.org/packages/archive/Crypto/4.1.0/logs/failure/ghc-6....
[4 of 4] Compiling Main ( SHA1Test.hs, dist/build/SHA1Test/SHA1Test-tmp/Main.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.1 for i386-unknown-linux): RegAllocLinear.getStackSlotFor: out of stack slots, try -fregs-graph
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug

Dominic Steinitz wrote:
According to the hackage page, the Haskell Cryptography Library has a build failure. I couldn't find a bug reference when I searched for milestone 6.10.1 on trac. Should I report it? Has it been fixed?
Thanks, Dominic.
http://hackage.haskell.org/packages/archive/Crypto/4.1.0/logs/failure/ghc-6....
[4 of 4] Compiling Main ( SHA1Test.hs, dist/build/SHA1Test/SHA1Test-tmp/Main.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.1 for i386-unknown-linux): RegAllocLinear.getStackSlotFor: out of stack slots, try -fregs-graph
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
I found it. It was filed under milestone 6.10.2 (clearly I don't understand milestones). http://hackage.haskell.org/trac/ghc/ticket/2753 It seems a bit vague on what's happening. Is it going to be fixed? Has it been fixed? Thanks, Dominic.

Dominic Steinitz wrote:
Dominic Steinitz wrote:
According to the hackage page, the Haskell Cryptography Library has a build failure. I couldn't find a bug reference when I searched for milestone 6.10.1 on trac. Should I report it? Has it been fixed?
Thanks, Dominic.
http://hackage.haskell.org/packages/archive/Crypto/4.1.0/logs/failure/ghc-6....
[4 of 4] Compiling Main ( SHA1Test.hs, dist/build/SHA1Test/SHA1Test-tmp/Main.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.1 for i386-unknown-linux): RegAllocLinear.getStackSlotFor: out of stack slots, try -fregs-graph
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
I found it. It was filed under milestone 6.10.2 (clearly I don't understand milestones).
http://hackage.haskell.org/trac/ghc/ticket/2753
It seems a bit vague on what's happening. Is it going to be fixed? Has it been fixed?
We'll do something for 6.10.2, yes. Cheers, Simon

On Tue, Nov 18, 2008 at 08:08:54AM +0000, Dominic Steinitz wrote:
I found it. It was filed under milestone 6.10.2 (clearly I don't understand milestones).
The "milestone" is when we hope it will be fixed. The "version" is which version it is broken in (although if it's broken in multiple versions then only one will be listed). Thanks Ian
participants (3)
-
Dominic Steinitz
-
Ian Lynagh
-
Simon Marlow