I can successfully install cryptonite 0.26, but 0.27 fails with:
[135 of 135] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.o )
In file included from cbits/aes/x86ni.h:38,
from cbits/aes/gf.c:35:0: error:
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/wmmintrin.h:34:3: error:
error: #error "AES/PCLMUL instructions not enabled"
|
34 | # error "AES/PCLMUL instructions not enabled"
| ^
In file included from cbits/aes/x86ni.h:39,
from cbits/aes/gf.c:35:0: error:
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/tmmintrin.h:31:3: error:
error: #error "SSSE3 instruction set not enabled"
|
31 | # error "SSSE3 instruction set not enabled"
| ^
`gcc' failed in phase `C Compiler'. (Exit code: 1)
cabal: Failed to build cryptonite-0.27
This is compiling on a somewhat limited virtual machine, but it actually does support SSSE3:
I can successfully install cryptonite 0.26, but 0.27 fails with:
This is compiling on a somewhat limited virtual machine, but it actually does support SSSE3:
and given 0.26 compiles fine, I wonder if a bug crept in in the meantime during configuration perhaps?