Bug 197296 - archivers/xarchiver does not handle xz compressed archives
Summary: archivers/xarchiver does not handle xz compressed archives
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on: 203103
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-03 16:19 UTC by Nikolaus Klepp
Modified: 2015-09-17 13:59 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (danilo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaus Klepp 2015-02-03 16:19:42 UTC
When xarchiver should open a xz-compressed archive, it displays an empty window instead of the archives content. 

Steps to reproduce:
$ touch test.txt
$ tar cJf /tmp/test.tar.xz test.txt 
$ tar tJf /tmp/test.tar.xz
test.txt
$ xarchiver /tmp/test.tar.xz


There is a bugreport and a supposed fix of that issue, but I do not know if it really works:

https://bugzilla.redhat.com/show_bug.cgi?id=577480#c19
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-03 16:19:42 UTC
Auto-assigned to maintainer danilo@FreeBSD.org
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-02-03 19:15:26 UTC
Apparently this patch is in xarchiver already. Do you know if the xarchiver works with tar.xz files in other systems, like Ubuntu?
Comment 3 Nikolaus Klepp 2015-02-03 19:37:31 UTC
I just tried compiling from the sources of xarchiver-0.5.4 from http://sourceforge.net/projects/xarchiver/ :

Compiling with GCC on wheezy gives a working version.
Compiling with GCC49 on FreeBSD 10.1 give a non-working version.
Compiling with CLANG on FreeBSD 10.1 give a non-working version.
Comment 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-09-17 13:59:24 UTC
Fixed in PR 203103.