stevenj / lzjbbench

LZJB (from ZFS) vs LZ4 benchmark and test suite. Includes experimental lzjb decompressor that is at least 150% the speed of stock lzjb decompression
GNU General Public License v2.0
2 stars 0 forks source link

902e7615b779338f49fe5234699ae8da8d1480b2 does not build #1

Open ryao opened 11 years ago

ryao commented 11 years ago

make all complains about a mizzing lzxx.c.

ryao commented 11 years ago

It is sort of possible to get it to work, but then the LZ4_decompress routine fails:

$ git checkout 902e7615b779338f49fe5234699ae8da8d1480b2
$ git checkout 902e7615b779338f49fe5234699ae8da8d1480b2^ lzxx.c
$ sed -i 's/lzxx.c/& lzjb_fast.c/' ./Makefile
$ ./fullbenchK -d /tmp/silesia.tar
*** LZ4/LZJB speed analyzer  64-bits, by Yann Collet (with LZJB hacks by Strontium) (Oct 28 2013) ***
 /tmp/silesia.tar :
LZ4_decompress_fast        : 211957760 ->  1279.3 MB/s
ERROR @ Chunk 0 ! ZFS_lz4_decompress() == 1 != 4194304 !!
Looking for differences from /tmp/silesia.tar (211957760 bytes)

This appears to have started in the commit previous to 902e7615b779338f49fe5234699ae8da8d1480b2, which is the current HEAD.

stevenj commented 11 years ago

hmm, I will look in to it Sorry.

alkemir commented 9 years ago

Hi,

might be a bit late, but re-adding file lzxx.c deleted in the forementioned commit works.