El 16/10/13 17:20, Aleksey Morarash escribió:
Package: zip
Version: 3.0-6
Severity: normal
Dear Maintainer,
A have encountered that zip fails to write correct archive to
a pipe when its opened with O_APPEND option.
For example, this will create broken archive:
$ zip - file >> outfile
When this one works as planned:
$ zip - file | cat >> outfile
I found that zip makes lseeks while writing the archive file, but
it doesn't change its behavior while writing to the file opened with
the O_APPEND option.
Are you trying to create a self extracting executable with unzipsfx?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org