Hello Rlyeh.

Rlyeh Mario wrote:
I've tried to uncompress the lzlib-1.5.tar.lz file with both lzd-05 and
appendix A sources.
Neither of them are working and shows a 'data error' instead when
unlzipping. any idea?

Does it compile and pass the tests (make check)?

On what system are you trying it? Non-posix systems usually remove carriage-return characters from stdin.

On my GNU/Linux systems it works as expected.

$ lzd < lzlib-1.5.tar.lz | md5sum
a29e9a394b753c0d82fc03008fa8db9c  -
$ lzip -cd lzlib-1.5.tar.lz | md5sum
a29e9a394b753c0d82fc03008fa8db9c  -


thanks in advance, the project looks so cool :)

You are welcome. :-)


ps: appendix A source seems someway newer than lzd05. time to publish a
lz06 version with it maybe? :D

I plan to release lzd-0.6 along with the next stable version of lzip (1.16).


Best regards,
Antonio.

_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to