pcompress
pcompress copied to clipboard
yasm Segmentation fault: 11 on os x
im trying to build pcompress on os x and i get
/usr/local/bin/yasm -f macho64 --prefix=_ -f macho64 -X gnu -p gas --prefix=_ crypto/keccak/KeccakF-1600-x86-64-gas_yasm.s -o crypto/keccak/KeccakF-1600-x86-64-gas_yasm.o
make: *** [crypto/keccak/KeccakF-1600-x86-64-gas_yasm.o] Segmentation fault: 11
same here, tried updating yasm to 1.3.0 but had the same result.
It is a known issue with yasm. I will post a patched yasm that can be used to build. I have submitted an upstream yasm bug, but no response.
I have a patched yasm-1.2.0 here: http://sourceforge.net/projects/belenix/iles/yasm-1.2.0-patched.tar.bz2/download
Please try to build with this yasmon OS/X
@yannick @jwilkins https://github.com/Homebrew/homebrew/pull/29388