Closed
Bug 577426
Opened 15 years ago
Closed 15 years ago
mozilla-central xulrunner nightlies broken since xpcom manifest landing
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: nthomas, Assigned: benjamin)
References
Details
Attachments
(1 file)
529 bytes,
patch
|
shaver
:
review+
|
Details | Diff | Splinter Review |
Seems to be all platforms, here's a linux example from
http://tinderbox.mozilla.org/showlog.cgi?log=XULRunner/1278496950.1278499956.8621.gz
/builds/slave/mozilla-central-linux-xulrunner/build/extensions/java/xpcom/src/nsJavaInterfaces.cpp: In function ‘nsresult InitEmbedding_Impl(JNIEnv*, _jobject*, _jobject*, _jobject*)’:
/builds/slave/mozilla-central-linux-xulrunner/build/extensions/java/xpcom/src/nsJavaInterfaces.cpp:95: error: ‘XRE_InitEmbedding’ was not declared in this scope
/builds/slave/mozilla-central-linux-xulrunner/build/extensions/java/xpcom/src/nsJavaInterfaces.cpp: In function ‘_jobject* Java_org_mozilla_xpcom_internal_XPCOMImpl_getComponentManager(JNIEnv*, _jobject*)’:
/builds/slave/mozilla-central-linux-xulrunner/build/extensions/java/xpcom/src/nsJavaInterfaces.cpp:238: error: incomplete type ‘nsIComponentManager’ used in nested name specifier
/builds/slave/mozilla-central-linux-xulrunner/build/extensions/java/xpcom/src/nsJavaInterfaces.cpp:238: error: expected primary-expression before ‘int’
/builds/slave/mozilla-central-linux-xulrunner/build/extensions/java/xpcom/src/nsJavaInterfaces.cpp:238: error: expected `)' before ‘int’
Broke in this change window:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=82edf5bd1abe&tochange=c173731c9d90
Updated•15 years ago
|
blocking2.0: --- → ?
Comment 1•15 years ago
|
||
Yeah, part of this: http://hg.mozilla.org/mozilla-central/rev/1e41bf320ea0
Assignee | ||
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Comment on attachment 457570 [details] [diff] [review]
Disable JavaXPCOM by default
Ashes to ashes, JNI thunking to dust.
Attachment #457570 -
Flags: review?(shaver) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
Thanks for the fix. However I only see Linux and Mac builds. What about Windows?
Reporter | ||
Comment 7•15 years ago
|
||
There's a new error in the win32 build, eg
http://tinderbox.mozilla.org/showlog.cgi?log=XULRunner/1280224959.1280232071.28289.gz
Please file a separate bug for that.
Comment 8•15 years ago
|
||
Assignee | ||
Updated•14 years ago
|
blocking2.0: ? → betaN+
You need to log in
before you can comment on or make changes to this bug.
Description
•