Closed
Bug 970031
Opened 11 years ago
Closed 11 years ago
xpcom/reflect/xptcall/src/xptcall.o: undefined reference to `nsXPTCStubBase::Stub242()' on sparc64
Categories
(Core :: XPConnect, defect)
Tracking
()
People
(Reporter: jbeich, Assigned: jbeich)
References
()
Details
(Whiteboard: [qa-])
Attachments
(2 files)
1.11 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
1.02 KB,
patch
|
Details | Diff | Splinter Review |
During move to moz.build (bug 864774, bug 932178) the following conditional
ifneq (,$(filter OpenBSDsparc64 FreeBSDsparc64,$(OS_ARCH)$(OS_TEST)))
had a lossy conversion to
if CONFIG['OS_ARCH'] == 'OpenBSD' and CONFIG['OS_TEST'] == 'sparc64':
that reverted bug 761077 fix for FreeBSD sparc64 build.
Attachment #8372997 -
Flags: review?(mh+mozilla)
status-firefox27:
--- → affected
status-firefox28:
--- → affected
status-firefox29:
--- → affected
status-firefox30:
--- → affected
status-firefox-esr24:
--- → affected
Updated•11 years ago
|
Attachment #8372997 -
Flags: review?(mh+mozilla) → review+
Add a=NPOTB for aurora, beta and maybe esr24.
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Assignee: nobody → jbeich
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Looking at other bugs it seems I need to use whiteboard for comment 2.
Keywords: checkin-needed
Whiteboard: [checkin-needed-beta] [checkin-needed-aurora] [checkin-needed-esr24] [npotb]
Comment 6•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/ec0bc93ede9b
https://hg.mozilla.org/releases/mozilla-beta/rev/5f7759dd5aba
https://hg.mozilla.org/releases/mozilla-esr24/rev/2be2ed5fe062
Keywords: checkin-needed
Whiteboard: [checkin-needed-beta] [checkin-needed-aurora] [checkin-needed-esr24] [npotb]
Comment 7•11 years ago
|
||
Updated•11 years ago
|
status-b2g-v1.3:
--- → fixed
Jan, please verify this is fixed in Firefox 28, 29 and 30.
Flags: needinfo?(jbeich)
Whiteboard: [qa-]
I don't have sparc64 hardware but the reporter in downstream bug ports/186580 does confirm the patch fixes the build for XULRunner 24.2. Changing esr24 to verified as the patch in www/libxul port (now at 24.3) is identical to the one landed.
Flags: needinfo?(jbeich)
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•