Date: Sun, 23 Feb 2014 00:05:20 +0100 From: Matthew Rezny <matthew@reztek.cz> To: freebsd-current@freebsd.org Subject: Re: base unzip on 10-STABLE/ 11-HEAD "unzip: skipping non-regular entry" Message-ID: <1589586.YeM053UtWR@desktop.reztek> In-Reply-To: <1393025888512-5887996.post@n5.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1589586.YeM053UtWR>