Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 661464

Summary: app-arch/xarchiver-0.5.4.13: doesn't open .gz and .bz2 archives and replaces it
Product: Gentoo Linux Reporter: Alexander Kurakin <kuraga333>
Component: Current packagesAssignee: XFCE Team <xfce>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, kuraga333, mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/ib/xarchiver/issues/40
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 661696    
Bug Blocks:    

Description Alexander Kurakin 2018-07-18 06:46:15 UTC
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
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-20 20:55:17 UTC
Apparently option parsing has beenfpixed in pigz-2.4.

What implementation of bzip2 is causing the trouble with .bz2 files?
Comment 2 Larry the Git Cow gentoo-dev 2018-07-20 20:56:00 UTC
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(-)
Comment 3 Alexander Kurakin 2018-07-21 18:54:03 UTC
$ 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)
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-22 08:53:11 UTC
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?
Comment 5 Alexander Kurakin 2018-07-22 09:37:52 UTC
No, sorry. My fault. .gz only.

And it works works with pigz-2.4. Fixed...
Comment 6 Alexander Kurakin 2018-07-22 09:38:26 UTC
No, sorry. My fault. .gz only.

And it works works with pigz-2.4. Fixed...
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-07-22 09:48:44 UTC
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.