Status
()
People
(Reporter: Christopher Aillon (sabbatical, not receiving bugmail), Assigned: Christopher Aillon (sabbatical, not receiving bugmail))
Tracking
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(1 attachment)
|
5.53 KB,
patch
|
Benjamin Smedberg
:
review+
Mike Schroepfer
:
approval1.9+
|
Details | Diff | Splinter Review |
Using today's trunk on RHEL5.1 s390x: gmake[9]: Entering directory `/builddir/build/BUILD/mozilla/xpcom/reflect/xptcall/src/md/unix' xptcinvoke_linux_s390x.cpp c++ -o xptcinvoke_linux_s390x.o -c -I../../../../../../dist/include/system_wrappers -include ../../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6.9-55.0.9\" -DOSARCH=Linux -DEXPORT_XPTC_API -D_IMPL_NS_COM -I./../.. -I./../../../../xptinfo/src -I../../../../../../dist/include/string -I../../../../../../dist/include -I../../../../../../dist/include/xpcom -I../../../../../../dist/include/nspr -fPIC -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -fno-strict-aliasing -fno-inline -fomit-frame-pointer -mbackchain -DMOZILLA_CLIENT -include ../../../../../../mozilla-config.h -Wp,-MD,.deps/xptcinvoke_linux_s390x.pp xptcinvoke_linux_s390x.cpp xptcinvoke_linux_s390x.cpp:198: error: expected constructor, destructor, or type conversion before 'XPTC_InvokeByIndex' xptcinvoke_linux_s390x.cpp:45: warning: 'PRUint32 invoke_count_words(PRUint32, nsXPTCVariant*)' defined but not used xptcinvoke_linux_s390x.cpp:90: warning: 'void invoke_copy_to_stack(PRUint32, nsXPTCVariant*, PRUint64*, PRUint32)' defined but not used gmake[9]: *** [xptcinvoke_linux_s390x.o] Error 1 gmake[9]: Leaving directory `/builddir/build/BUILD/mozilla/xpcom/reflect/xptcall/src/md/unix' gmake[8]: *** [libs] Error 2 gmake[8]: Leaving directory `/builddir/build/BUILD/mozilla/xpcom/reflect/xptcall/src/md' gmake[7]: *** [libs] Error 2 gmake[7]: Leaving directory `/builddir/build/BUILD/mozilla/xpcom/reflect/xptcall/src' gmake[6]: *** [libs] Error 2 gmake[6]: Leaving directory `/builddir/build/BUILD/mozilla/xpcom/reflect/xptcall' gmake[5]: *** [libs] Error 2 gmake[5]: Leaving directory `/builddir/build/BUILD/mozilla/xpcom/reflect' gmake[4]: *** [libs] Error 2 gmake[4]: Leaving directory `/builddir/build/BUILD/mozilla/xpcom' gmake[3]: *** [libs_tier_xpcom] Error 2 gmake[3]: Leaving directory `/builddir/build/BUILD/mozilla' gmake[2]: *** [tier_xpcom] Error 2 gmake[2]: Leaving directory `/builddir/build/BUILD/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/builddir/build/BUILD/mozilla' make: *** [build] Error 2
| (Assignee) | ||
Comment 1•10 years ago
|
||
Note that s390 has the same exact error, except of course in the s390.cpp file
Updated•10 years ago
|
||
Component: XPConnect → XPCOM
QA Contact: xpconnect → xpcom
Version: unspecified → Trunk
| (Assignee) | ||
Comment 2•10 years ago
|
||
This is likely a regression from bug 349002 ...
| (Assignee) | ||
Comment 3•10 years ago
|
||
I have a patch which I think works... will test and report back.
| (Assignee) | ||
Comment 4•10 years ago
|
||
Created attachment 297095 [details] [diff] [review] This fixes the build
Updated•10 years ago
|
||
Attachment #297095 -
Flags: review?(benjamin) → review+
Updated•10 years ago
|
||
Attachment #297095 -
Flags: approval1.9?
Updated•10 years ago
|
||
Attachment #297095 -
Flags: approval1.9? → approval1.9+
| (Assignee) | ||
Comment 5•10 years ago
|
||
Checked in to trunk.
Status: ASSIGNED → RESOLVED
Last Resolved: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•