When open .gz (or .bz2) xarchiver 'freezing' with message "open archive, please wait..." with no listing files in archive. It's infinite process. But on the HDD we have: file original.gz(bz2) disappear and appear original. Reproducible: Always Steps to Reproduce: 1. Make a .gz archive 2. Open it with xarchiver https://github.com/ib/xarchiver/issues/40
Apparently option parsing has beenfpixed in pigz-2.4. What implementation of bzip2 is causing the trouble with .bz2 files?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e22be6b78096cd9334ff16b5cdc300cb97a90d commit 07e22be6b78096cd9334ff16b5cdc300cb97a90d Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2018-07-20 20:54:06 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-07-20 20:55:36 +0000 app-arch/xarchiver: Block known-broken app-arch/pigz versions Bug: https://bugs.gentoo.org/661464 app-arch/xarchiver/xarchiver-0.5.4.12.ebuild | 5 ++++- app-arch/xarchiver/xarchiver-0.5.4.13.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-)
$ xarchiver --version xarchiver 0.5.4.13 $ tar --version tar (GNU tar) 1.30 $ bzip2 --version lbzip2 version 2.5 http://lbzip2.org/ $ gzip --version pigz 2.3.4 $ pigz --version pigz 2.3.4 (Calculate Linux 17.12.2)
I have the same version of lbzip2 and it doesn't seem to have problems with argument order. Are you sure .bz2 are broken as well?
No, sorry. My fault. .gz only. And it works works with pigz-2.4. Fixed...
Ok, thanks. I guess that's all to be done on my end. I've filed bug #661696 to get new pigz version stable soon.