pcompress icon indicating copy to clipboard operation
pcompress copied to clipboard

yasm Segmentation fault: 11 on os x

Open yannick opened this issue 10 years ago • 4 comments

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

yannick avatar Aug 03 '14 23:08 yannick

same here, tried updating yasm to 1.3.0 but had the same result.

jwilkins avatar Aug 11 '14 10:08 jwilkins

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.

moinakg avatar Aug 12 '14 10:08 moinakg

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

moinakg avatar Aug 28 '14 16:08 moinakg

@yannick @jwilkins https://github.com/Homebrew/homebrew/pull/29388

denji avatar Sep 24 '14 06:09 denji