#2771: GHC fail to Compile Crypto
-----------------------+----------------------------------------------------
    Reporter:  aivuk   |       Owner:          
        Type:  bug     |      Status:  new     
    Priority:  normal  |   Component:  Compiler
     Version:  6.10.1  |    Severity:  normal  
    Keywords:          |    Testcase:          
Architecture:  x86     |          Os:  Linux   
-----------------------+----------------------------------------------------
 When I tried to compile Crypto lib in a MSI Wind notebook with Arch Linux,
 an error happens in Main compilation:

 {{{
 Configuring Crypto-4.1.0...
 Warning: No 'build-type' specified. If you do not need a custom Setup.hs
 or
 ./configure script then use 'build-type: Simple'.
 Preprocessing library Crypto-4.1.0...
 Preprocessing executables for Crypto-4.1.0...
 Building Crypto-4.1.0...
 /usr/bin/ar: creating dist/build/libHSCrypto-4.1.0.a
 [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
 }}}

 I compiled the same lib in a Arch box, but in x86_64 arch without
 problems. I'm compiling using the Arch package haskell-crypto in both
 cases.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2771>
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