Bug 5816 - [tar] error on unpacking linux-3.7.1.tar.xz
Summary: [tar] error on unpacking linux-3.7.1.tar.xz
Status: RESOLVED WORKSFORME
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-23 08:10 UTC by Mihail Zenkov
Modified: 2013-01-17 15:57 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mihail Zenkov 2012-12-23 08:10:30 UTC
I have error on unpacking linux-3.7.1.tar.xz (from http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.7.1.tar.xz):
tar -xf linux-3.7.1.tar.xz
tar: short read

I also try "7z x linux-3.7.1.tar.xz && tar -xf linux-3.7.1.tar". It unpack successfully.
Comment 1 Denys Vlasenko 2013-01-17 15:57:24 UTC
(In reply to comment #0)
> I have error on unpacking linux-3.7.1.tar.xz (from
> http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.7.1.tar.xz):
> tar -xf linux-3.7.1.tar.xz
> tar: short read

Works for me with CONFIG_FEATURE_SEAMLESS_XZ=y and CONFIG_FEATURE_TAR_AUTODETECT=y.