Public bug reported:

Binary package hint: pigz

Ubuntu 9.10 i386, pigz 2.1.4

pigz should be replacement for zip, unzip, etc But it handles zip
archive in different way; file name is changed, file is extracted to the
wrong location:

$ pigz -V
pigz 2.1.4

1) unzip

$ unzip /srv/iso/ubcd34-full.zip 
Archive:  /srv/iso/ubcd34-full.zip
  inflating: ubcd34-full.iso 

2) pigz extract file to wrong place:

$ pigz -d /srv/iso/ubcd34-full.zip 
pigz abort: write error on /srv/iso/ubcd34-full

3) pigz renamed file from archive and deleted archive:

$ cp  /srv/iso/ubcd34-full.zip .
$ pigz -dv ubcd34-full.zip
ubcd34-full.zip to ubcd34-full 
$ ls
ubcd34-full

4) pigz doesn't handle ZIP archive with several files well:

$ unzip-l test.zip
Archive:  test.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
     1007  2009-10-28 03:42   zsync_64_dvd.txt
    13318  2009-10-27 22:48   zsync_desk_err2.txt
  1356323  2009-10-27 23:03   zsync_desk_err3.txt
    14729  2009-10-27 22:59   zsync_desk_err\4.txt
    14729  2009-10-27 23:00   zsync_desk_err4.txt
     5377  2009-08-12 10:19   zsync-dvd-err.txt
        0  2009-10-27 22:36   zsync_err2.txt
      563  2009-10-28 03:09   zsync_random_err2.txt
---------                     -------
  1406046                     8 files

$ pigz -dv test.zip 
test.zip to test 

$ ls
test

** Affects: pigz (Ubuntu)
     Importance: Undecided
         Status: New

-- 
zip archive is decompresed in wrong way
https://bugs.launchpad.net/bugs/538547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to