Closed
Bug 729550
Opened 13 years ago
Closed 13 years ago
Port |Bug 728071 - application.ini data should be in libmozglue.so, not libxul.so| to SeaMonkey
Categories
(SeaMonkey :: Build Config, defect, P1)
SeaMonkey
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.10
People
(Reporter: sgautherie, Assigned: sgautherie)
References
Details
Attachments
(1 file)
|
904 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
http://build.mozillamessaging.com/tinderboxpushlog/?tree=SeaMonkey&rev=458e96a21f60
"comm-central/458e96a21f60, mozilla-central/373c710112e6": green.
"comm-central/458e96a21f60, mozilla-central/e722d2ab78da": red.
{
nsSuiteApp.cpp
/usr/bin/ccache /tools/gcc-4.5/bin/g++ -o nsSuiteApp.o [...]
In file included from /builds/slave/comm-cen-trunk-lnx64/build/suite/app/nsSuiteApp.cpp:39:0:
../../mozilla/build/application.ini.h:4:18: error: ‘NULL’ was not declared in this scope
../../mozilla/build/application.ini.h:10:18: error: ‘NULL’ was not declared in this scope
../../mozilla/build/application.ini.h:12:18: error: ‘NULL’ was not declared in this scope
In file included from /builds/slave/comm-cen-trunk-lnx64/build/suite/app/nsSuiteApp.cpp:39:0:
../../mozilla/build/application.ini.h:16:18: error: ‘NULL’ was not declared in this scope
/builds/slave/comm-cen-trunk-lnx64/build/suite/app/nsSuiteApp.cpp:123:1: error: ‘XRE_GetFileFromPathType’ does not name a type
[ and more ]
}
Comment 1•13 years ago
|
||
Bug 728071 perhaps?
| Assignee | ||
Comment 2•13 years ago
|
||
["Mid-air collision detected!". Anyway:]
At first glance, I noticed bug 728071
https://hg.mozilla.org/mozilla-central/rev/0e2ee581bf93
It seems we need to port that...
Comment 3•13 years ago
|
||
yes, you need that: https://hg.mozilla.org/mozilla-central/diff/0e2ee581bf93/b2g/app/nsBrowserApp.cpp
Thunderbird is not affected afaics.
| Assignee | ||
Comment 4•13 years ago
|
||
For post-push review of
http://hg.mozilla.org/comm-central/rev/a586613f71ee
Attachment #599627 -
Flags: review?(bugspam.Callek)
| Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #3)
> yes, you need that:
> https://hg.mozilla.org/mozilla-central/diff/0e2ee581bf93/b2g/app/
> nsBrowserApp.cpp
Thanks for the confirmation.
Ftr, would love to know about changes like this before they hit m-c...
> Thunderbird is not affected afaics.
Yes, I had checked that. Probably because they don't use "application.ini.h" (yet).
Flags: in-testsuite-
Updated•13 years ago
|
Attachment #599627 -
Flags: review?(bugspam.Callek) → review+
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: regression
Resolution: --- → FIXED
Summary: nsSuiteApp.cpp doesn't compile since "Wed Feb 22 06:11:35 2012 PST, Merge last PGO-green changeset of mozilla-inbound to mozilla-central" → Port |Bug 728071 - application.ini data should be in libmozglue.so, not libxul.so| to SeaMonkey
Comment 6•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #5)
> Thanks for the confirmation.
>
> Ftr, would love to know about changes like this before they hit m-c...
I usually do. But I thought c-c wasn't using application.ini.h yet. I was only half right. (and yes, I reviewed 722262, but that got off my mind)
| Assignee | ||
Comment 7•13 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1329928386.1329930445.7780.gz
Linux x86-64 comm-central-trunk build on 2012/02/22 08:33:06
V.Fixed
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•