kjn / lbzip2

Parallel bzip2 utility
GNU General Public License v3.0
132 stars 17 forks source link

lbzip2-2* fails to completly unpack pytz tarball #6

Closed jlec closed 12 years ago

jlec commented 12 years ago

And again, here the downstream report https://bugs.gentoo.org/show_bug.cgi?id=393155

Simply download the latest version from here http://pytz.sourceforge.net/ and extract the archive. It fails to extract pytz/init.py

kjn commented 12 years ago

Thanks for the report.

Can you please verify MD5 sum of the bz2 file? My sum is:

6322c068f0497c82216ed36f6873e9d0  pytz-2011n.tar.bz2

If it's the case than this bug is the same as #5. The fix is ready and it's about to be commited.

kjn commented 12 years ago

Could you please verify if this bug is fixed in the latest commit?

jlec commented 12 years ago

It is a dupe of #5. latest HEAD fixes the problem. I only applied the patch you added to #5 but not the one from b0808ca