Closed
Bug 1085190
Opened 10 years ago
Closed 2 years ago
zip/unzip need to be upgraded on the SeaMonkey OSX machines.
Categories
(SeaMonkey :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ewong, Unassigned)
References
Details
For our debug tests on our osx slaves, we're failing at the unpack step
because:
warning [seamonkey-2.32a2.en-US.mac64.tests.zip]: 76 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [seamonkey-2.32a2.en-US.mac64.tests.zip]: reported length of central directory is
-76 bytes too long (Atari STZip zipfile? J.H.Holm ZIPSPLIT 1.1
zipfile?). Compensating...
error: expected central file header signature not found (file #13154).
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
This actually has been happening for some time and was meaning to file this
bug. (I thought I did, but apparently not.)
We have for unzip:
sea-mini-osx64-4:~ seabld$ unzip -V
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.
and for zip:
sea-mini-osx64-4:~ seabld$ zip -v
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.
From https://bugzilla.mozilla.org/show_bug.cgi?id=1028304#c20, apparently
unzip cannot uncompress ZIP64 files.
![]() |
Reporter | |
Comment 1•10 years ago
|
||
Solution would probably be upgrade unzip to 6.0, which is what was done in
bug 1032391. Unfortunately, our osx64 machines aren't puppetized. So
it'll need to be manually installed (I would believe). (kinda like what
we did with ccache.)
![]() |
Reporter | |
Comment 2•2 years ago
|
||
Pretty much a moot point now that we've decom'd the macs.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•