[Bug 7706] New: tar xz extract

bugzilla at busybox.net bugzilla at busybox.net
Wed Dec 10 12:11:58 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7706

           Summary: tar xz extract
           Product: Busybox
           Version: 1.22.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: jiri.prchal at aksignal.cz
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Hi,
when I compress (xz) folder with just one small file

/mnt/card #tar -cJv -f /akpkg.tar.xz akpkg/*
akpkg/sys.conf

and then try to decompress, I get this error

/mnt/card # tar -t -f /akpkg.tar.xz
tar: no gzip/bzip2/xz magic
/mnt/card # tar -tJ -f /akpkg.tar.xz
tar: corrupted data
tar: short read

With gzip or pure tar it works fine.
Compressed on PC (tar (GNU tar) 1.27.1)
and decompressed on busybox works too.

/mnt/card # busybox
BusyBox v1.22.1 (2014-04-14 14:39:49 CEST) multi-call binary.
/mnt/card # uname -a
Linux vyroba 3.17.4_cpm9g25 #6 PREEMPT Thu Nov 27 11:06:21 CET 2014 armv5tejl
GNU/Linux

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list