From owner-freebsd-current@FreeBSD.ORG Sun Feb 23 06:09:29 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E56596A for ; Sun, 23 Feb 2014 06:09:29 +0000 (UTC) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DF431BD7 for ; Sun, 23 Feb 2014 06:09:29 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id i17so7895130qcy.39 for ; Sat, 22 Feb 2014 22:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7kO4TnNQlIpLiIV6To5BUp7AtDFQO7/Qz/YZa7PIlkE=; b=wjyyHC3UPLMqO97ZaoftEUTLA9z6f+EiqB645DrJXZ1IJ9SqeFpPTFemJ459lqz9EZ MS8uU1ly0L2Wic3t2ADygrHD4/wCvKsL/1PrT1mRLmp1ybuuu/cabyhyNqSwKGpp4ue0 XSETFhkQWfIl9SUQzBIXAbP2PM/O3EfmneNY1zvOhEC/y2tIQ4b90SbV3QwY2rA/Mwdf siUY3nJ4wcpAbLZWXxxuqxlmQJ4+44cSWoKdFzeiKTcS/dbGI+dg8wUxmETa0Gd+Mo6g /2PAGfBG4Qswo+eJRTYi3oVT9Xtr3TTTsGl3kgeCoteQUrKe94M6kFsOwPRwBtYiBKI2 odzA== MIME-Version: 1.0 X-Received: by 10.224.121.137 with SMTP id h9mr21545974qar.55.1393135767557; Sat, 22 Feb 2014 22:09:27 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Sat, 22 Feb 2014 22:09:27 -0800 (PST) In-Reply-To: <1589586.YeM053UtWR@desktop.reztek> References: <1393025888512-5887996.post@n5.nabble.com> <1589586.YeM053UtWR@desktop.reztek> Date: Sat, 22 Feb 2014 22:09:27 -0800 X-Google-Sender-Auth: SY69ENQ3DC8zhOJI5MOw1Ml8CI4 Message-ID: Subject: Re: base unzip on 10-STABLE/ 11-HEAD "unzip: skipping non-regular entry" From: Adrian Chadd To: Matthew Rezny Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 06:09:29 -0000 Hi, Please file PRs for these. The author is quite prompt at fixing these issues. -a On 22 February 2014 15:05, Matthew Rezny 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"