unzip : can't open ' ' : No such file or directory
Paul Stynen
_mammoth_ at scarlet.be
Mon Oct 15 09:16:40 UTC 2007
Hi,
I wanted to report the following problem.
package: busybox
version: 1.7.2
When I execute busybox 'unzip' I get following error
$ ls
a.zip
$ unzip a.zip
Archive: a.zip
unzip: can't open '': No such file or directory
$unzip -l a.zip
Archive: a.zip
Length Date Time Name
-------- ---- ---- ----
557060 00-00-80 00:00
unzip: invalid zip magic 87FE4A29
$unzip --help
BusyBox v1.7.2 (2007-10-11 10:17:14 CEST) multi-call binary
Usage: unzip [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
Extract files from ZIP archives
Options:
-l List archive contents (short form)
-n Never overwrite existing files (default)
-o Overwrite files without prompting
-p Send output to stdout
-q Quiet
-x Exclude these files
-d Extract files into this directory
$ uname -a
Linux ipbox 2.6.17-cubecafe #1 Sun Sep 30 00:17:33 CEST 2007 ppc unknown
Note that 'a.zip' is a valid zip file despite the 'invalid zip magic'
reported by 'unzip -l' and that I can unzip it on other platforms.
Also, all zip files I tried have the same problems on busybox.
Tools used to create busybox : gcc-3.4.4 en glibc-2.3.2 (cross-compiled
for powerpc on OpenSuse 10.2)
Hope this contains enough information but please ask if you need more.
Keep up the good work. I love busybox !!!
Paul.
More information about the busybox
mailing list