Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473692 - app-arch/xarchiver - add_xz_support.patch breaks 7z archive handling
Summary: app-arch/xarchiver - add_xz_support.patch breaks 7z archive handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2013-06-18 12:14 UTC by Sasha Medvedev
Modified: 2013-12-02 19:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sasha Medvedev 2013-06-18 12:14:37 UTC
xarchiver is trying to work with 7z files with the help of xz utility. This makes 7z archives unusable with xarchiver. Disabling add_xz_support.patch solves the issue. I guess the problem is in these two lines of the patch:

+	else if (memcmp ( magic,"\xFD7zXZ\x00\0x00",3) || memcmp ( magic, "\xFD7zXZ\x00\0x10",3) == 0)
+		xx = XARCHIVETYPE_XZ;



Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2013-10-13 11:25:40 UTC
Either a patch is provided or we will need to treeclean this as nobody is taking care of this
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2013-12-02 19:54:36 UTC
Package removed.