Closed
Bug 217776
Opened 22 years ago
Closed 22 years ago
Build fails with zip error
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajp+mozilla, Assigned: rginda)
Details
Attachments
(1 file)
|
787 bytes,
patch
|
rginda
:
review+
asa
:
approval1.5+
|
Details | Diff | Splinter Review |
When compiling Mozilla 1.5b on Solaris, the build fails with the following error:
+++ making chrome /tmp/mozilla/extensions/irc =>
../../dist/bin/chrome/chatzilla.jar
+++ updating chrome ../../dist/bin/chrome/installed-chrome.txt
+++ content,install,url,jar:resource:/chrome/chatzilla.jar!/content/chatzilla/
+++ updating chrome ../../dist/bin/chrome/installed-chrome.txt
+++
locale,install,url,jar:resource:/chrome/chatzilla.jar!/locale/en-US/chatzilla/
+++ updating chrome ../../dist/bin/chrome/installed-chrome.txt
+++ skin,install,url,jar:resource:/chrome/chatzilla.jar!/skin/modern/chatzilla/
zip warning: name in zip file repeated: content/chatzilla/lib/js/command-manager.js
zip warning: first full name: content/chatzilla/lib/js/command-manager.js
zip warning: second full name: content/chatzilla/lib/js/command-manager.js
zip error: Invalid command arguments (cannot repeat names in zip file)
Error invoking zip: 16 at ../../config/make-jars.pl line 156, <STDIN> line 83.
gmake[3]: *** [libs] Error 29
gmake[3]: Leaving directory `/tmp/mozilla/extensions/irc'
I'm using zip 2.3.
Comment 1•22 years ago
|
||
To chatzilla.
Assignee: mozbugs-build → rginda
Component: Build Config → ChatZilla
QA Contact: samuel
Comment 2•22 years ago
|
||
Updated•22 years ago
|
Attachment #130801 -
Flags: review?(rginda)
| Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 130801 [details] [diff] [review]
remove the extra line
r=rginda, I'm going away on vacation for a few days, please feel free to check
this in.
Attachment #130801 -
Flags: review?(rginda) → review+
Comment 4•22 years ago
|
||
Comment on attachment 130801 [details] [diff] [review]
remove the extra line
I think the bug is probably on the 1.4 branch as well. Can anyone confirm
that?
Attachment #130801 -
Flags: approval1.5?
Attachment #130801 -
Flags: approval1.4.x?
Comment 5•22 years ago
|
||
Comment on attachment 130801 [details] [diff] [review]
remove the extra line
a=asa (on behalf of drivers) for checkin to Mozilla 1.5 and Mozilla 1.4.1
Attachment #130801 -
Flags: approval1.5?
Attachment #130801 -
Flags: approval1.5+
Attachment #130801 -
Flags: approval1.4.x?
Attachment #130801 -
Flags: approval1.4.x+
Comment 6•22 years ago
|
||
Comment on attachment 130801 [details] [diff] [review]
remove the extra line
This bug does not exist on the 1.4 branch.
Attachment #130801 -
Flags: approval1.4.1+
Comment 7•22 years ago
|
||
checked in on trunk.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•10 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•