Closed
Bug 834228
Opened 11 years ago
Closed 11 years ago
No symbols for XUL for Mac nightly
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: ted, Assigned: glandium)
References
Details
(Keywords: regression)
Attachments
(2 files, 2 obsolete files)
4.55 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
953 bytes,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•11 years ago
|
Blocks: new-packager
Severity: normal → blocker
Reporter | ||
Comment 1•11 years ago
|
||
There were two nightlies yesterday, the second one has no XUL symbols: [tmielczarek@symbols1.dmz.phx1 symbols_ffx]$ grep XUL firefox-21.0a1-Darwin-20130123030907-x86-macosx64-symbols.txt XUL/BC35ED9171C43B4AA6418E1DE66583FD0/XUL.sym XUL/D8F5C84291053C89A7CC1D130FF3964F0/XUL.sym XUL/D8F5C84291053C89A7CC1D130FF3964F0/XUL.dSYM.tar.bz2 [tmielczarek@symbols1.dmz.phx1 symbols_ffx]$ grep XUL firefox-21.0a1-Darwin-20130123052720-x86-macosx64-symbols.txt [tmielczarek@symbols1.dmz.phx1 symbols_ffx]$ glandium notes that we seem to be missing symbols for all application binaries, we only picked up symbols from things in the test package. Almost certainly packager fallout.
Assignee | ||
Comment 2•11 years ago
|
||
I'm testing this on try: https://tbpl.mozilla.org/?tree=Try&rev=5f26958696e4
Attachment #705839 -
Flags: review?(ted)
Reporter | ||
Updated•11 years ago
|
Attachment #705839 -
Flags: review?(ted) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=c45c7dcbbb57
Attachment #705905 -
Flags: review?(ted)
Assignee | ||
Updated•11 years ago
|
Attachment #705839 -
Attachment is obsolete: true
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 705905 [details] [diff] [review] Force a stage-package to run before buildsymbols on universal builds Review of attachment 705905 [details] [diff] [review]: ----------------------------------------------------------------- ::: python/mozbuild/mozpack/files.py @@ +138,5 @@ > (see mozpack.executables.is_executable documentation). > ''' > def copy(self, dest): > assert isinstance(dest, basestring) > + File.copy(self, dest) Why is this needed?
Attachment #705905 -
Flags: review?(ted) → review+
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #4) > Why is this needed? See the patch header :)
Reporter | ||
Comment 6•11 years ago
|
||
Ah, thanks!
Assignee | ||
Comment 7•11 years ago
|
||
This disables elfhack and strip in l10n-repacks and unpack.
Attachment #705945 -
Flags: review?(ted)
Assignee | ||
Updated•11 years ago
|
Attachment #705905 -
Attachment is obsolete: true
Updated•11 years ago
|
Keywords: regression
Reporter | ||
Comment 8•11 years ago
|
||
Comment on attachment 705945 [details] [diff] [review] Force a stage-package to run before buildsymbols on universal builds Review of attachment 705945 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/mozapps/installer/l10n-repack.py @@ +187,5 @@ > help='Extra files not to be considered as resources') > args = parser.parse_args() > > + buildconfig.substs['USE_ELF_HACK'] = False > + buildconfig.substs['PKG_SKIP_STRIP'] = True This feels a little hacky. Do you think it's worth cleaning up in a followup?
Attachment #705945 -
Flags: review?(ted) → review+
Assignee | ||
Comment 9•11 years ago
|
||
To whoever comes first.
Attachment #706084 -
Flags: review?(ted)
Attachment #706084 -
Flags: review?(gps)
Comment 10•11 years ago
|
||
Comment on attachment 706084 [details] [diff] [review] Additional patch for proper PKG_SKIP_STRIP support Review of attachment 706084 [details] [diff] [review]: ----------------------------------------------------------------- Rubber stamp approved.
Attachment #706084 -
Flags: review?(ted)
Attachment #706084 -
Flags: review?(gps)
Attachment #706084 -
Flags: review+
Assignee | ||
Comment 11•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/6420c37f6954
Target Milestone: --- → mozilla21
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•11 years ago
|
||
comm-central will need the flight.mk part of this patch.
You need to log in
before you can comment on or make changes to this bug.
Description
•