Closed
Bug 265325
Opened 21 years ago
Closed 20 years ago
localized builds are packaging extra firefox-bin.elf
Categories
(Firefox Build System :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
469 bytes,
patch
|
chase
:
review+
|
Details | Diff | Splinter Review |
The new firefox localized mac downloads have an extra firefox-bin.elf file in
them, which isn't needed and increases the size of the package significantly. I
think this is an artifact of the talkback-generation process and have a simple
patch to fix it.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #162755 -
Flags: review?(cmp)
Comment 2•21 years ago
|
||
hmm, we need to figure out why we're getting this in the l10n builds and not on
imola (ffox branch mac en-us).
Assignee | ||
Comment 3•21 years ago
|
||
I don't know exactly how the talkback extracts symbols, but this may be caused
by the repackaging of dist/bin into dist/Firefox that is done for each locale.
If the talkback system munges dist/bin and expects dist/Firefox to stay around,
that could be causing the problems.
Comment 4•21 years ago
|
||
the mac packaging creates a dist/Firefox.app by copying / linking into dist/bin
so dist/bin is still around.
it appears the problem was due to some talkback problems we were having
yesterday. today's release build pulled the fullsoft files, did the symbols
correctly and removed the .elf file. So we can chalk this up to finicky servers.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Comment 5•21 years ago
|
||
Today's builds (2004-10-22) show the same bug again. Reopening.
Is there some way this can be avoided?
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 6•21 years ago
|
||
Comment on attachment 162755 [details] [diff] [review]
Don't package it
r=cmp
Delayed review. Problem went away after Talkback server was fixed. This issue
reappears whenever there is a problem with the Talkback server during the build
process. While this patch won't fix the fact that Talkback isn't in the build,
it should at least allow us to overlook an unneeded file during one of those
horked builds.
Attachment #162755 -
Flags: review?(cmp) → review+
Assignee | ||
Updated•20 years ago
|
Assignee: benjamin → chase
Status: REOPENED → NEW
Comment 7•20 years ago
|
||
The localized firefox 1.0.6 linux non-installers are having this issue, now (bug
301387)
Assignee | ||
Updated•20 years ago
|
Assignee: chase → benjamin
Priority: -- → P1
Comment 8•20 years ago
|
||
checked-in to trunk by timeless on 2005-12-16 12:47 (revision 1.22 of mozilla/browser/installer/Makefile.in)
Status: NEW → RESOLVED
Closed: 21 years ago → 20 years ago
Resolution: --- → FIXED
Comment 9•20 years ago
|
||
*** Bug 301387 has been marked as a duplicate of this bug. ***
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•