See also this discussion on lzma error under ubuntu (it's about wkhtmltopdf) http://code.google.com/p/wkhtmltopdf/issues/detail?id=414
I've downloaded the wkhtmltopdf static i386 for Linux (http://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltopdf-0.10.0_rc1-static-i386.tar.lzma&can=2&q=) but I was unable to extract correctly using fileroller gui and also tar and unlzma from shell. All this return: lzma: SetDecoderProperties() error tar: Child returned status 1 tar: Exiting with failure status due to previous errors as reported above by elrond. lzmainfo wkhtmltopdf-0.10.0_rc1-static-i386.tar.lzma return lzmainfo: wkhtmltopdf-0.10.0_rc1-static-i386.tar.lzma: Not a .lzma file but this is a lzma compressed file... so also lzma under Lucid and Maverick is broken... So I tried the xz utility and it works! xz -d wkhtmltopdf-0.10.0_rc1-static-i386.tar.lzma extract the file from the lzma compression, returning a normal tar file. If you desire to directly extract the file, just pipe it with tar xz -cd wkhtmltopdf-0.10.0_rc1-static-i386.tar.lzma | tar xvf - ** Bug watch added: code.google.com/p/wkhtmltopdf/issues #414 http://code.google.com/p/wkhtmltopdf/issues/detail?id=414 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/671972 Title: Cannot extract lzma compressed archives created with tar -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
