#2753: GHC 6.10.1 cannot compile Crypto-4.1.0
---------------------------------+------------------------------------------
    Reporter:  thoughtpolice     |       Owner:          
        Type:  bug               |      Status:  new     
    Priority:  normal            |   Component:  Compiler
     Version:  6.10.1            |    Severity:  critical
    Keywords:                    |    Testcase:          
Architecture:  Unknown/Multiple  |          Os:  MacOS X 
---------------------------------+------------------------------------------
 While trying to install Crypto, I get this error message with GHC 6.10.1
 on Mac OS X 10.5:

 {{{
 $ cabal install Crypto
 ...
 Linking dist/build/SymmetricTest/SymmetricTest ...
 [1 of 4] Compiling Codec.Utils      ( Codec/Utils.hs, dist/build/SHA1Test
 /SHA1Test-tmp/Codec/Utils.o )
 [2 of 4] Compiling Data.Digest.SHA1 ( Data/Digest/SHA1.hs,
 dist/build/SHA1Test/SHA1Test-tmp/Data/Digest/SHA1.o )
 [3 of 4] Compiling Codec.Text.Raw   ( Codec/Text/Raw.hs,
 dist/build/SHA1Test/SHA1Test-tmp/Codec/Text/Raw.o )
 [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-apple-darwin):
         RegAllocLinear.getStackSlotFor: out of stack slots, try -fregs-
 graph

 ...
 $
 }}}

 Even with -fregs-graph specified (in the .cabal file) this happens.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2753>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to