*** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Crypto-4.1.0 --verbose Configuring Crypto-4.1.0... Flags chosen: small_base=True Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Dependency HUnit -any: using HUnit-1.2.0.3 Dependency QuickCheck -any: using QuickCheck-2.1.0.1 Dependency array -any: using array-0.2.0.0 Dependency base >=3: using base-4.1.0.0 Dependency pretty -any: using pretty-1.0.1.0 Dependency random -any: using random-1.0.0.1 Using Cabal-1.6.0.1 compiled by ghc-6.10 Using compiler: ghc-6.10.2 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/Crypto-4.1.0/ghc-6.10.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/Crypto-4.1.0 Documentation installed in: /usr/local/tmp/archive/install/share/doc/Crypto-4.1.0 Using alex version 2.2 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.15.1 found on system at: /usr/local/bin/c2hs Using cpphs version 0.7 found on system at: /usr/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.3.3 found on system at: /usr/bin/gcc Using ghc version 6.10.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.10.2 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.4.2 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.9 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No nhc98 found Using pkg-config version 0.22 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup build setup/setup build --verbose Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library Crypto-4.1.0... Preprocessing executables for Crypto-4.1.0... Building Crypto-4.1.0... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name Crypto-4.1.0 --make -hide-all-packages -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package HUnit-1.2.0.3 -package QuickCheck-2.1.0.1 -package array-0.2.0.0 -package base-4.1.0.0 -package pretty-1.0.1.0 -package random-1.0.0.1 -O -fglasgow-exts Codec.Binary.BubbleBabble Codec.Encryption.RSA Codec.Encryption.RSA.EMEOAEP Codec.Encryption.RSA.MGF Codec.Encryption.RSA.NumberTheory Codec.Encryption.DES Codec.Encryption.AES Codec.Encryption.TEA Codec.Encryption.Blowfish Codec.Encryption.Modes Codec.Encryption.Padding Codec.Text.Raw Codec.Utils Data.Digest.MD5 Data.Digest.SHA1 Data.Digest.SHA2 Data.Digest.SHA224 Data.Digest.SHA256 Data.Digest.SHA384 Data.Digest.SHA512 Data.LargeWord Data.HMAC Codec.Encryption.BlowfishAux Codec.Encryption.DESAux Codec.Encryption.AESAux Data.Digest.MD5Aux [ 1 of 26] Compiling Data.Digest.MD5Aux ( Data/Digest/MD5Aux.hs, dist/build/Data/Digest/MD5Aux.o ) Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num ABCD' Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num ABCD' Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num ABCD' Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `fromInteger' In the instance declaration for `Num ABCD' [ 2 of 26] Compiling Codec.Encryption.DESAux ( Codec/Encryption/DESAux.hs, dist/build/Codec/Encryption/DESAux.o ) Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `+' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `fromInteger' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.&.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.|.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `bitSize' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits [Bool]' [ 3 of 26] Compiling Codec.Encryption.BlowfishAux ( Codec/Encryption/BlowfishAux.hs, dist/build/Codec/Encryption/BlowfishAux.o ) [ 4 of 26] Compiling Data.LargeWord ( Data/LargeWord.hs, dist/build/Data/LargeWord.o ) Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:133:9: Warning: No explicit method nor default method for `quotRem' In the instance declaration for `Integral (LargeKey a b)' Data/LargeWord.hs:137:9: Warning: No explicit method nor default method for `toRational' In the instance declaration for `Real (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `toEnum' In the instance declaration for `Enum (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `fromEnum' In the instance declaration for `Enum (LargeKey a b)' [ 5 of 26] Compiling Data.Digest.SHA2 ( Data/Digest/SHA2.hs, dist/build/Data/Digest/SHA2.o ) [ 6 of 26] Compiling Codec.Utils ( Codec/Utils.hs, dist/build/Codec/Utils.o ) [ 7 of 26] Compiling Data.Digest.MD5 ( Data/Digest/MD5.hs, dist/build/Data/Digest/MD5.o ) [ 8 of 26] Compiling Data.Digest.SHA1 ( Data/Digest/SHA1.hs, dist/build/Data/Digest/SHA1.o ) [ 9 of 26] Compiling Data.Digest.SHA224 ( Data/Digest/SHA224.hs, dist/build/Data/Digest/SHA224.o ) [10 of 26] Compiling Data.Digest.SHA256 ( Data/Digest/SHA256.hs, dist/build/Data/Digest/SHA256.o ) [11 of 26] Compiling Data.Digest.SHA384 ( Data/Digest/SHA384.hs, dist/build/Data/Digest/SHA384.o ) [12 of 26] Compiling Data.Digest.SHA512 ( Data/Digest/SHA512.hs, dist/build/Data/Digest/SHA512.o ) [13 of 26] Compiling Data.HMAC ( Data/HMAC.hs, dist/build/Data/HMAC.o ) [14 of 26] Compiling Codec.Encryption.AESAux ( Codec/Encryption/AESAux.hs, dist/build/Codec/Encryption/AESAux.o ) [15 of 26] Compiling Codec.Text.Raw ( Codec/Text/Raw.hs, dist/build/Codec/Text/Raw.o ) [16 of 26] Compiling Codec.Encryption.Padding ( Codec/Encryption/Padding.hs, dist/build/Codec/Encryption/Padding.o ) [17 of 26] Compiling Codec.Encryption.Modes ( Codec/Encryption/Modes.hs, dist/build/Codec/Encryption/Modes.o ) [18 of 26] Compiling Codec.Encryption.Blowfish ( Codec/Encryption/Blowfish.hs, dist/build/Codec/Encryption/Blowfish.o ) [19 of 26] Compiling Codec.Encryption.TEA ( Codec/Encryption/TEA.hs, dist/build/Codec/Encryption/TEA.o ) [20 of 26] Compiling Codec.Encryption.AES ( Codec/Encryption/AES.hs, dist/build/Codec/Encryption/AES.o ) [21 of 26] Compiling Codec.Encryption.DES ( Codec/Encryption/DES.hs, dist/build/Codec/Encryption/DES.o ) [22 of 26] Compiling Codec.Encryption.RSA.NumberTheory ( Codec/Encryption/RSA/NumberTheory.hs, dist/build/Codec/Encryption/RSA/NumberTheory.o ) [23 of 26] Compiling Codec.Encryption.RSA.MGF ( Codec/Encryption/RSA/MGF.hs, dist/build/Codec/Encryption/RSA/MGF.o ) [24 of 26] Compiling Codec.Encryption.RSA.EMEOAEP ( Codec/Encryption/RSA/EMEOAEP.hs, dist/build/Codec/Encryption/RSA/EMEOAEP.o ) [25 of 26] Compiling Codec.Encryption.RSA ( Codec/Encryption/RSA.hs, dist/build/Codec/Encryption/RSA.o ) [26 of 26] Compiling Codec.Binary.BubbleBabble ( Codec/Binary/BubbleBabble.hs, dist/build/Codec/Binary/BubbleBabble.o ) Linking... /usr/bin/ar q dist/build/libHSCrypto-4.1.0.a dist/build/Codec/Binary/BubbleBabble.o dist/build/Codec/Encryption/RSA.o dist/build/Codec/Encryption/RSA/EMEOAEP.o dist/build/Codec/Encryption/RSA/MGF.o dist/build/Codec/Encryption/RSA/NumberTheory.o dist/build/Codec/Encryption/DES.o dist/build/Codec/Encryption/AES.o dist/build/Codec/Encryption/TEA.o dist/build/Codec/Encryption/Blowfish.o dist/build/Codec/Encryption/Modes.o dist/build/Codec/Encryption/Padding.o dist/build/Codec/Text/Raw.o dist/build/Codec/Utils.o dist/build/Data/Digest/MD5.o dist/build/Data/Digest/SHA1.o dist/build/Data/Digest/SHA2.o dist/build/Data/Digest/SHA224.o dist/build/Data/Digest/SHA256.o dist/build/Data/Digest/SHA384.o dist/build/Data/Digest/SHA512.o dist/build/Data/LargeWord.o dist/build/Data/HMAC.o dist/build/Codec/Encryption/BlowfishAux.o dist/build/Codec/Encryption/DESAux.o dist/build/Codec/Encryption/AESAux.o dist/build/Data/Digest/MD5Aux.o /usr/bin/ar: creating dist/build/libHSCrypto-4.1.0.a /usr/bin/ld -x -r -o dist/build/HSCrypto-4.1.0.o.tmp dist/build/Codec/Binary/BubbleBabble.o dist/build/Codec/Encryption/RSA.o dist/build/Codec/Encryption/RSA/EMEOAEP.o dist/build/Codec/Encryption/RSA/MGF.o dist/build/Codec/Encryption/RSA/NumberTheory.o dist/build/Codec/Encryption/DES.o dist/build/Codec/Encryption/AES.o dist/build/Codec/Encryption/TEA.o dist/build/Codec/Encryption/Blowfish.o dist/build/Codec/Encryption/Modes.o dist/build/Codec/Encryption/Padding.o dist/build/Codec/Text/Raw.o dist/build/Codec/Utils.o dist/build/Data/Digest/MD5.o dist/build/Data/Digest/SHA1.o dist/build/Data/Digest/SHA2.o dist/build/Data/Digest/SHA224.o dist/build/Data/Digest/SHA256.o dist/build/Data/Digest/SHA384.o dist/build/Data/Digest/SHA512.o dist/build/Data/LargeWord.o dist/build/Data/HMAC.o dist/build/Codec/Encryption/BlowfishAux.o dist/build/Codec/Encryption/DESAux.o dist/build/Codec/Encryption/AESAux.o dist/build/Data/Digest/MD5Aux.o Building executable: SymmetricTest... Creating dist/build/SymmetricTest (and its parents) Creating dist/build/SymmetricTest/SymmetricTest-tmp (and its parents) /usr/local/bin/ghc -o dist/build/SymmetricTest/SymmetricTest --make -hide-all-packages -i -idist/build/SymmetricTest/SymmetricTest-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/SymmetricTest/SymmetricTest-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/SymmetricTest/SymmetricTest-tmp -hidir dist/build/SymmetricTest/SymmetricTest-tmp -stubdir dist/build/SymmetricTest/SymmetricTest-tmp -package HUnit-1.2.0.3 -package QuickCheck-2.1.0.1 -package array-0.2.0.0 -package base-4.1.0.0 -package pretty-1.0.1.0 -package random-1.0.0.1 -O -fglasgow-exts ./SymmetricTest.hs [ 1 of 11] Compiling Codec.Encryption.DESAux ( Codec/Encryption/DESAux.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/DESAux.o ) Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `+' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `fromInteger' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.&.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.|.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `bitSize' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits [Bool]' [ 2 of 11] Compiling Codec.Encryption.BlowfishAux ( Codec/Encryption/BlowfishAux.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/BlowfishAux.o ) [ 3 of 11] Compiling Data.LargeWord ( Data/LargeWord.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Data/LargeWord.o ) Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:133:9: Warning: No explicit method nor default method for `quotRem' In the instance declaration for `Integral (LargeKey a b)' Data/LargeWord.hs:137:9: Warning: No explicit method nor default method for `toRational' In the instance declaration for `Real (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `toEnum' In the instance declaration for `Enum (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `fromEnum' In the instance declaration for `Enum (LargeKey a b)' [ 4 of 11] Compiling Codec.Utils ( Codec/Utils.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Utils.o ) [ 5 of 11] Compiling Codec.Encryption.AESAux ( Codec/Encryption/AESAux.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/AESAux.o ) [ 6 of 11] Compiling Codec.Encryption.Padding ( Codec/Encryption/Padding.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/Padding.o ) [ 7 of 11] Compiling Codec.Encryption.Modes ( Codec/Encryption/Modes.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/Modes.o ) [ 8 of 11] Compiling Codec.Encryption.Blowfish ( Codec/Encryption/Blowfish.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/Blowfish.o ) [ 9 of 11] Compiling Codec.Encryption.AES ( Codec/Encryption/AES.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/AES.o ) [10 of 11] Compiling Codec.Encryption.DES ( Codec/Encryption/DES.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/DES.o ) [11 of 11] Compiling Main ( SymmetricTest.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Main.o ) Linking dist/build/SymmetricTest/SymmetricTest ... Building executable: SHA1Test... Creating dist/build/SHA1Test (and its parents) Creating dist/build/SHA1Test/SHA1Test-tmp (and its parents) /usr/local/bin/ghc -o dist/build/SHA1Test/SHA1Test --make -hide-all-packages -i -idist/build/SHA1Test/SHA1Test-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/SHA1Test/SHA1Test-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/SHA1Test/SHA1Test-tmp -hidir dist/build/SHA1Test/SHA1Test-tmp -stubdir dist/build/SHA1Test/SHA1Test-tmp -package HUnit-1.2.0.3 -package QuickCheck-2.1.0.1 -package array-0.2.0.0 -package base-4.1.0.0 -package pretty-1.0.1.0 -package random-1.0.0.1 -O ./SHA1Test.hs [1 of 4] Compiling Codec.Utils ( Codec/Utils.hs, dist/build/SHA1Test/SHA1Test-tmp/Codec/Utils.o ) [2 of 4] Compiling Codec.Text.Raw ( Codec/Text/Raw.hs, dist/build/SHA1Test/SHA1Test-tmp/Codec/Text/Raw.o ) [3 of 4] Compiling Data.Digest.SHA1 ( Data/Digest/SHA1.hs, dist/build/SHA1Test/SHA1Test-tmp/Data/Digest/SHA1.o ) [4 of 4] Compiling Main ( SHA1Test.hs, dist/build/SHA1Test/SHA1Test-tmp/Main.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.2 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 *** Trying again with preferred-versions *** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Crypto-4.1.0 --constraint=base<4 --constraint=parsec<3 --constraint=HaXml==1.13.* --constraint=QuickCheck<2 --verbose Configuring Crypto-4.1.0... Flags chosen: small_base=True Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Dependency HUnit -any: using HUnit-1.2.0.3 Dependency QuickCheck -any && <2: using QuickCheck-1.2.0.0 Dependency array -any: using array-0.2.0.0 Dependency base ==3.*: using base-3.0.3.1 Dependency pretty -any: using pretty-1.0.1.0 Dependency random -any: using random-1.0.0.1 Using Cabal-1.6.0.1 compiled by ghc-6.10 Using compiler: ghc-6.10.2 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/Crypto-4.1.0/ghc-6.10.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/Crypto-4.1.0 Documentation installed in: /usr/local/tmp/archive/install/share/doc/Crypto-4.1.0 Using alex version 2.2 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.15.1 found on system at: /usr/local/bin/c2hs Using cpphs version 0.7 found on system at: /usr/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.3.3 found on system at: /usr/bin/gcc Using ghc version 6.10.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.10.2 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.4.2 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.9 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No nhc98 found Using pkg-config version 0.22 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup build setup/setup build --verbose Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library Crypto-4.1.0... Preprocessing executables for Crypto-4.1.0... Building Crypto-4.1.0... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name Crypto-4.1.0 --make -hide-all-packages -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package HUnit-1.2.0.3 -package QuickCheck-1.2.0.0 -package array-0.2.0.0 -package base-3.0.3.1 -package pretty-1.0.1.0 -package random-1.0.0.1 -O -fglasgow-exts Codec.Binary.BubbleBabble Codec.Encryption.RSA Codec.Encryption.RSA.EMEOAEP Codec.Encryption.RSA.MGF Codec.Encryption.RSA.NumberTheory Codec.Encryption.DES Codec.Encryption.AES Codec.Encryption.TEA Codec.Encryption.Blowfish Codec.Encryption.Modes Codec.Encryption.Padding Codec.Text.Raw Codec.Utils Data.Digest.MD5 Data.Digest.SHA1 Data.Digest.SHA2 Data.Digest.SHA224 Data.Digest.SHA256 Data.Digest.SHA384 Data.Digest.SHA512 Data.LargeWord Data.HMAC Codec.Encryption.BlowfishAux Codec.Encryption.DESAux Codec.Encryption.AESAux Data.Digest.MD5Aux [ 1 of 26] Compiling Data.Digest.MD5Aux ( Data/Digest/MD5Aux.hs, dist/build/Data/Digest/MD5Aux.o ) Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num ABCD' Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num ABCD' Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num ABCD' Data/Digest/MD5Aux.hs:107:9: Warning: No explicit method nor default method for `fromInteger' In the instance declaration for `Num ABCD' [ 2 of 26] Compiling Codec.Encryption.DESAux ( Codec/Encryption/DESAux.hs, dist/build/Codec/Encryption/DESAux.o ) Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `+' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `fromInteger' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.&.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.|.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `bitSize' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits [Bool]' [ 3 of 26] Compiling Codec.Encryption.BlowfishAux ( Codec/Encryption/BlowfishAux.hs, dist/build/Codec/Encryption/BlowfishAux.o ) [ 4 of 26] Compiling Data.LargeWord ( Data/LargeWord.hs, dist/build/Data/LargeWord.o ) Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:133:9: Warning: No explicit method nor default method for `quotRem' In the instance declaration for `Integral (LargeKey a b)' Data/LargeWord.hs:137:9: Warning: No explicit method nor default method for `toRational' In the instance declaration for `Real (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `toEnum' In the instance declaration for `Enum (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `fromEnum' In the instance declaration for `Enum (LargeKey a b)' [ 5 of 26] Compiling Data.Digest.SHA2 ( Data/Digest/SHA2.hs, dist/build/Data/Digest/SHA2.o ) [ 6 of 26] Compiling Codec.Utils ( Codec/Utils.hs, dist/build/Codec/Utils.o ) [ 7 of 26] Compiling Data.Digest.MD5 ( Data/Digest/MD5.hs, dist/build/Data/Digest/MD5.o ) [ 8 of 26] Compiling Data.Digest.SHA1 ( Data/Digest/SHA1.hs, dist/build/Data/Digest/SHA1.o ) [11 of 26] Compiling Data.Digest.SHA384 ( Data/Digest/SHA384.hs, dist/build/Data/Digest/SHA384.o ) [12 of 26] Compiling Data.Digest.SHA512 ( Data/Digest/SHA512.hs, dist/build/Data/Digest/SHA512.o ) [13 of 26] Compiling Data.HMAC ( Data/HMAC.hs, dist/build/Data/HMAC.o ) [14 of 26] Compiling Codec.Encryption.AESAux ( Codec/Encryption/AESAux.hs, dist/build/Codec/Encryption/AESAux.o ) [15 of 26] Compiling Codec.Text.Raw ( Codec/Text/Raw.hs, dist/build/Codec/Text/Raw.o ) [16 of 26] Compiling Codec.Encryption.Padding ( Codec/Encryption/Padding.hs, dist/build/Codec/Encryption/Padding.o ) [17 of 26] Compiling Codec.Encryption.Modes ( Codec/Encryption/Modes.hs, dist/build/Codec/Encryption/Modes.o ) [18 of 26] Compiling Codec.Encryption.Blowfish ( Codec/Encryption/Blowfish.hs, dist/build/Codec/Encryption/Blowfish.o ) [19 of 26] Compiling Codec.Encryption.TEA ( Codec/Encryption/TEA.hs, dist/build/Codec/Encryption/TEA.o ) [20 of 26] Compiling Codec.Encryption.AES ( Codec/Encryption/AES.hs, dist/build/Codec/Encryption/AES.o ) [21 of 26] Compiling Codec.Encryption.DES ( Codec/Encryption/DES.hs, dist/build/Codec/Encryption/DES.o ) [22 of 26] Compiling Codec.Encryption.RSA.NumberTheory ( Codec/Encryption/RSA/NumberTheory.hs, dist/build/Codec/Encryption/RSA/NumberTheory.o ) [24 of 26] Compiling Codec.Encryption.RSA.EMEOAEP ( Codec/Encryption/RSA/EMEOAEP.hs, dist/build/Codec/Encryption/RSA/EMEOAEP.o ) [26 of 26] Compiling Codec.Binary.BubbleBabble ( Codec/Binary/BubbleBabble.hs, dist/build/Codec/Binary/BubbleBabble.o ) Linking... /usr/bin/ar q dist/build/libHSCrypto-4.1.0.a dist/build/Codec/Binary/BubbleBabble.o dist/build/Codec/Encryption/RSA.o dist/build/Codec/Encryption/RSA/EMEOAEP.o dist/build/Codec/Encryption/RSA/MGF.o dist/build/Codec/Encryption/RSA/NumberTheory.o dist/build/Codec/Encryption/DES.o dist/build/Codec/Encryption/AES.o dist/build/Codec/Encryption/TEA.o dist/build/Codec/Encryption/Blowfish.o dist/build/Codec/Encryption/Modes.o dist/build/Codec/Encryption/Padding.o dist/build/Codec/Text/Raw.o dist/build/Codec/Utils.o dist/build/Data/Digest/MD5.o dist/build/Data/Digest/SHA1.o dist/build/Data/Digest/SHA2.o dist/build/Data/Digest/SHA224.o dist/build/Data/Digest/SHA256.o dist/build/Data/Digest/SHA384.o dist/build/Data/Digest/SHA512.o dist/build/Data/LargeWord.o dist/build/Data/HMAC.o dist/build/Codec/Encryption/BlowfishAux.o dist/build/Codec/Encryption/DESAux.o dist/build/Codec/Encryption/AESAux.o dist/build/Data/Digest/MD5Aux.o /usr/bin/ar: creating dist/build/libHSCrypto-4.1.0.a /usr/bin/ld -x -r -o dist/build/HSCrypto-4.1.0.o.tmp dist/build/Codec/Binary/BubbleBabble.o dist/build/Codec/Encryption/RSA.o dist/build/Codec/Encryption/RSA/EMEOAEP.o dist/build/Codec/Encryption/RSA/MGF.o dist/build/Codec/Encryption/RSA/NumberTheory.o dist/build/Codec/Encryption/DES.o dist/build/Codec/Encryption/AES.o dist/build/Codec/Encryption/TEA.o dist/build/Codec/Encryption/Blowfish.o dist/build/Codec/Encryption/Modes.o dist/build/Codec/Encryption/Padding.o dist/build/Codec/Text/Raw.o dist/build/Codec/Utils.o dist/build/Data/Digest/MD5.o dist/build/Data/Digest/SHA1.o dist/build/Data/Digest/SHA2.o dist/build/Data/Digest/SHA224.o dist/build/Data/Digest/SHA256.o dist/build/Data/Digest/SHA384.o dist/build/Data/Digest/SHA512.o dist/build/Data/LargeWord.o dist/build/Data/HMAC.o dist/build/Codec/Encryption/BlowfishAux.o dist/build/Codec/Encryption/DESAux.o dist/build/Codec/Encryption/AESAux.o dist/build/Data/Digest/MD5Aux.o Building executable: SymmetricTest... Creating dist/build/SymmetricTest (and its parents) Creating dist/build/SymmetricTest/SymmetricTest-tmp (and its parents) /usr/local/bin/ghc -o dist/build/SymmetricTest/SymmetricTest --make -hide-all-packages -i -idist/build/SymmetricTest/SymmetricTest-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/SymmetricTest/SymmetricTest-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/SymmetricTest/SymmetricTest-tmp -hidir dist/build/SymmetricTest/SymmetricTest-tmp -stubdir dist/build/SymmetricTest/SymmetricTest-tmp -package HUnit-1.2.0.3 -package QuickCheck-1.2.0.0 -package array-0.2.0.0 -package base-3.0.3.1 -package pretty-1.0.1.0 -package random-1.0.0.1 -O -fglasgow-exts ./SymmetricTest.hs [ 1 of 11] Compiling Codec.Encryption.DESAux ( Codec/Encryption/DESAux.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/DESAux.o ) Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `+' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:19:9: Warning: No explicit method nor default method for `fromInteger' In the instance declaration for `Num [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.&.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `.|.' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `bitSize' In the instance declaration for `Bits [Bool]' Codec/Encryption/DESAux.hs:21:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits [Bool]' [ 2 of 11] Compiling Codec.Encryption.BlowfishAux ( Codec/Encryption/BlowfishAux.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/BlowfishAux.o ) [ 3 of 11] Compiling Data.LargeWord ( Data/LargeWord.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Data/LargeWord.o ) Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `*' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:102:9: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `complement' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:109:9: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits (LargeKey a b)' Data/LargeWord.hs:133:9: Warning: No explicit method nor default method for `quotRem' In the instance declaration for `Integral (LargeKey a b)' Data/LargeWord.hs:137:9: Warning: No explicit method nor default method for `toRational' In the instance declaration for `Real (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `toEnum' In the instance declaration for `Enum (LargeKey a b)' Data/LargeWord.hs:140:9: Warning: No explicit method nor default method for `fromEnum' In the instance declaration for `Enum (LargeKey a b)' [ 4 of 11] Compiling Codec.Utils ( Codec/Utils.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Utils.o ) [ 5 of 11] Compiling Codec.Encryption.AESAux ( Codec/Encryption/AESAux.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/AESAux.o ) [ 6 of 11] Compiling Codec.Encryption.Padding ( Codec/Encryption/Padding.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/Padding.o ) [ 7 of 11] Compiling Codec.Encryption.Modes ( Codec/Encryption/Modes.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/Modes.o ) [ 8 of 11] Compiling Codec.Encryption.Blowfish ( Codec/Encryption/Blowfish.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/Blowfish.o ) [ 9 of 11] Compiling Codec.Encryption.AES ( Codec/Encryption/AES.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/AES.o ) [10 of 11] Compiling Codec.Encryption.DES ( Codec/Encryption/DES.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Codec/Encryption/DES.o ) [11 of 11] Compiling Main ( SymmetricTest.hs, dist/build/SymmetricTest/SymmetricTest-tmp/Main.o ) Linking dist/build/SymmetricTest/SymmetricTest ... Building executable: SHA1Test... Creating dist/build/SHA1Test (and its parents) Creating dist/build/SHA1Test/SHA1Test-tmp (and its parents) /usr/local/bin/ghc -o dist/build/SHA1Test/SHA1Test --make -hide-all-packages -i -idist/build/SHA1Test/SHA1Test-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/SHA1Test/SHA1Test-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/SHA1Test/SHA1Test-tmp -hidir dist/build/SHA1Test/SHA1Test-tmp -stubdir dist/build/SHA1Test/SHA1Test-tmp -package HUnit-1.2.0.3 -package QuickCheck-1.2.0.0 -package array-0.2.0.0 -package base-3.0.3.1 -package pretty-1.0.1.0 -package random-1.0.0.1 -O ./SHA1Test.hs [1 of 4] Compiling Codec.Utils ( Codec/Utils.hs, dist/build/SHA1Test/SHA1Test-tmp/Codec/Utils.o ) [2 of 4] Compiling Codec.Text.Raw ( Codec/Text/Raw.hs, dist/build/SHA1Test/SHA1Test-tmp/Codec/Text/Raw.o ) [3 of 4] Compiling Data.Digest.SHA1 ( Data/Digest/SHA1.hs, dist/build/SHA1Test/SHA1Test-tmp/Data/Digest/SHA1.o ) [4 of 4] Compiling Main ( SHA1Test.hs, dist/build/SHA1Test/SHA1Test-tmp/Main.o ) ghc: panic! (the 'impossible' happened) (GHC version 6.10.2 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