Date: Sat, 22 Feb 2014 22:09:27 -0800 From: Adrian Chadd <adrian@freebsd.org> To: Matthew Rezny <matthew@reztek.cz> Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: base unzip on 10-STABLE/ 11-HEAD "unzip: skipping non-regular entry" Message-ID: <CAJ-Vmo=xOvvz7guD2sk7xp7aO9NtH7wejopNxVL05tgzATeGiQ@mail.gmail.com> In-Reply-To: <1589586.YeM053UtWR@desktop.reztek> References: <1393025888512-5887996.post@n5.nabble.com> <1589586.YeM053UtWR@desktop.reztek>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Please file PRs for these. The author is quite prompt at fixing these issues. -a On 22 February 2014 15:05, Matthew Rezny <matthew@reztek.cz> wrote: >> Hello, >> >> Unfortunately, this is the case with *zips from Dropbox (Download >> as .zip) directory option. >> >> $ /usr/bin/unzip file.zip >> Archive: file.zip >> unzip: skipping non-regular entry '' >> unzip: skipping non-regular entry 'A B C D.pdf' >> >> archivers/unzip manages this case though... >> >> $ /usr/local/bin/unzip file.zip >> Archive: file.zip >> warning: stripped absolute path spec from / >> mapname: conversion of failed >> inflating: A B C D.pdf >> >> Tested on 10-STABLE, but should be the same on HEAD. > > % /usr/bin/unzip sr003-02-24192.zip > Archive: sr003-02-24192.zip > unzip: Mac metadata is too large: 2520404 > 128K bytes > > FAIL > > % unzip -t sr003-02-24192.zip > Archive: sr003-02-24192.zip > unzip: Mac metadata is too large: 2520404 > 128K bytes > > really? > > % /usr/local/bin/unzip -t sr003-02-24192.zip > Archive: sr003-02-24192.zip > testing: sr003-02-24192.wav OK > testing: __MACOSX/ OK > testing: __MACOSX/._sr003-02-24192.wav OK > > getting better > > % /usr/local/bin/unzip sr003-02-24192.zip -x __MACOSX/* > Archive: sr003-02-24192.zip > inflating: sr003-02-24192.wav > > Flawless victory :) > > Base unzip isn't very useful. Having it first in the path is just annoying. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmo=xOvvz7guD2sk7xp7aO9NtH7wejopNxVL05tgzATeGiQ>