zip経由の往復テキスト、OS Xで「追加バイト」エラーが原因で解凍が失敗する

zip経由の往復テキスト、OS Xで「追加バイト」エラーが原因で解凍が失敗する

ストリーミングテキストを圧縮してから解凍しようとします。最小限の例は次のとおりです。

echo "Hey, could you zip this for me?" | zip hello.zip - ; unzip -p hello.zip

この操作は、次の出力で失敗します。

warning [hello.zip]:  76 extra bytes at beginning or within zipfile
  (attempting to process anyway)
error [hello.zip]:  reported length of central directory is
  -76 bytes too long (Atari STZip zipfile?  J.H.Holm ZIPSPLIT 1.1
  zipfile?).  Compensating...
   skipping: -                       need PK compat. v4.5 (can do v2.1)

note:  didn't find end-of-central-dir signature at end of central dir.
  (please check that you have transferred or created the zipfile in the
  appropriate BINARY mode and that you have compiled UnZip properly)

私はこれがバイナリモードの説明に関連していると推測していますが、何かを知らず、関連するマニュアルページ/ Google / StackExchangeには何の助けもありません。私はこの質問です」ファイルの解凍時に追加のバイトエラーが発生しました。「エラーメッセージは同じですが、質問は既存のサードパーティのファイルアーカイブを修復することですが、これは作成したばかりのアーカイブを使用することです。

バージョンの詳細:

  • OSX 10.10.4
  • Info-ZIPのZip 3.0(2008年7月5日)
  • UnZip 5.52、2005年2月28日、Info-ZIP作成

ベストアンサー1

コメントに基づいて、この回答の下部でこれを確認しました。

問題は、ストリーミングzipはデフォルトでZip64形式に設定されていますが、Zip64を読むにはDecompression 6以降が必要です。このマニュアルでは、-fz-入力が4GBより小さいことがわかっている場合は、Zip64の使用を防ぐために使用できると記載されていますが、マニュアルの他の場所では明示的に文書化されていません。

zipマニュアルに記載されており、解凍警告の「(次を確認してください...」セクションに示されているように、<4GB zipバイナリ形式を強制することは、デフォルトでzipステップの追加出力に適用されます。

Daniels-Mini:~ dlamblin$ echo "Hey, could you zip this for me?" | zip -fz- hello.zip - ; unzip -p hello.zip
updating: - (stored 0%)
Hey, could you zip this for me?

興味深いことに、zipはフィルタのようにパイプすることができますが、echo a|zip|catunzipは標準入力では機能しないため、既に不一致があります。奇妙なことに、echo a|zip a.zip -同じecho a|zip>b.zipサイズの異なるファイルが生成されます。これは私を混乱させる。

ストリームをフィルタに圧縮解除するfunzip

Daniels-Mini:~ dlamblin$ echo "Hey, could you zip this for me?" | zip |funzip
  adding: - (deflated -5%)
Hey, could you zip this for me?
funzip error: invalid compressed data--length error
Daniels-Mini:~ dlamblin$ echo "Hey, could you zip this for me?" | zip -fz-|funzip
  adding: - (deflated -5%)
Hey, could you zip this for me?

問題は次のように確認されます。

Last login: Mon Aug  3 22:54:02 on ttys010
Daniels-Mini:~ dlamblin$ echo "Hey, could you zip this for me?" | zip hello.zip - ; unzip -p hello.zip
  adding: - (stored 0%)
warning [hello.zip]:  76 extra bytes at beginning or within zipfile
  (attempting to process anyway)
error [hello.zip]:  reported length of central directory is
  -76 bytes too long (Atari STZip zipfile?  J.H.Holm ZIPSPLIT 1.1
  zipfile?).  Compensating...

note:  didn't find end-of-central-dir signature at end of central dir.
  (please check that you have transferred or created the zipfile in the
  appropriate BINARY mode and that you have compiled UnZip properly)
Daniels-Mini:~ dlamblin$ zip --version
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
Currently maintained by E. Gordon.  Please send bug reports to
the authors using the web page at www.info-zip.org; see README for details.

Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip,
as of above date; see http://www.info-zip.org/ for other sites.

Compiled with gcc 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39) for Unix (Mac OS X) on Apr 30 2015.

Zip special compilation options:
    USE_EF_UT_TIME       (store Universal Time)
    SYMLINK_SUPPORT      (symbolic links supported)
    LARGE_FILE_SUPPORT   (can read and write large files on file system)
    ZIP64_SUPPORT        (use Zip64 to store large files in archives)
    STORE_UNIX_UIDs_GIDs (store UID/GID sizes/values using new extra field)
    UIDGID_16BIT         (old Unix 16-bit UID/GID extra field also used)
    [encryption, version 2.91 of 05 Jan 2007] (modified for Zip 3)

Encryption notice:
    The encryption code of this program is not copyrighted and is
    put in the public domain.  It was originally written in Europe
    and, to the best of our knowledge, can be freely distributed
    in both source and object forms from any country, including
    the USA under License Exception TSU of the U.S. Export
    Administration Regulations (section 740.13(e)) of 6 June 2002.

Zip environment options:
             ZIP:  [none]
          ZIPOPT:  [none]
Daniels-Mini:~ dlamblin$ unzip --version
caution:  both -n and -o specified; ignoring -o
UnZip 5.52 of 28 February 2005, by Info-ZIP.  Maintained by C. Spieler.  Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
  Default action is to extract files in list, except those in xlist, to exdir;
  file[.zip] may be a wildcard.  -Z => ZipInfo mode ("unzip -Z" for usage).

  -p  extract files to pipe, no messages     -l  list files (short format)
  -f  freshen existing files, create none    -t  test compressed archive data
  -u  update files, create if necessary      -z  display archive comment
  -x  exclude files that follow (in xlist)   -d  extract files into exdir

modifiers:                                   -q  quiet mode (-qq => quieter)
  -n  never overwrite existing files         -a  auto-convert any text files
  -o  overwrite files WITHOUT prompting      -aa treat ALL files as text
  -j  junk paths (do not make directories)   -v  be verbose/print version info
  -C  match filenames case-insensitively     -L  make (some) names lowercase
  -X  restore UID/GID info                   -V  retain VMS version numbers
  -K  keep setuid/setgid/tacky permissions   -M  pipe through "more" pager
Examples (see unzip.txt for more info):
  unzip data1 -x joe   => extract all files except joe from zipfile data1.zip
  unzip -p foo | more  => send contents of foo.zip via pipe into program more
  unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer

おすすめ記事