base unzip on 10-STABLE/ 11-HEAD "unzip: skipping non-regular entry"
Adrian Chadd
adrian at freebsd.org
Sun Feb 23 06:09:29 UTC 2014
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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
More information about the freebsd-current
mailing list