Add later rust and gcc support to SeaMonkey
Categories
(SeaMonkey :: General, task)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr? affected)
People
(Reporter: frg, Assigned: frg)
References
Details
(Whiteboard: SM2.53.6)
Attachments
(4 files)
(deleted),
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1682424 +++
2.53.6 needs a few backports to support rust 1.48 and gcc 11. These are partially also needed for 2.57 so moving them into a separate bug.
Assignee | ||
Comment 1•4 years ago
|
||
Trivial bugfix for gcc 11 support
Assignee | ||
Comment 2•4 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): --
User impact if declined: Building with rust 1.48 fails. Needs rust 1.38 or higher because of Cargo.lock changes
Testing completed (on m-c, etc.): 2.53.6
Risk to taking this patch (and alternatives if risky): build fix
String changes made by this patch: --
Assignee | ||
Comment 3•4 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): --
User impact if declined: Building with rust > 1.37 will fail.
Testing completed (on m-c, etc.): 2.53.6
Risk to taking this patch (and alternatives if risky): build fix not needed for 2.57
String changes made by this patch: --
Assignee | ||
Comment 4•4 years ago
|
||
Not really a compiler fix but well...
[Approval Request Comment]
Regression caused by (bug #): --
User impact if declined: error output in about:support and console
Testing completed (on m-c, etc.): 2.53.6
Risk to taking this patch (and alternatives if risky): trivial
String changes made by this patch: --
Comment on attachment 9194138 [details] [diff] [review]
TOP-1683545-rust148-2536.patch
[Triage Comment]
Thanks r/a=me
Comment on attachment 9194139 [details] [diff] [review]
TOP-1683545-PLASTER-fixrustcompile-2536.patch
[Triage Comment]
LGTM r/a=me
Comment on attachment 9194140 [details] [diff] [review]
TOP-1683545-PLASTER-webrender-2536.patch
[Triage Comment]
r/a=me
Assignee | ||
Comment 8•4 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/commit/6000aaf2bccb37bfbef1861ad81104dcd8b9b242
Fix building with gcc 11. r=me a=me.
https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/commit/ba81cf6ce00ba6bab77dcb32d83217466409026f
Fix Rust 1.48 errors. r=IanN a=IanN
https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/commit/0b3c1b7742b3dd799afa5074c435faba1581813e
Hack to allow compiling until missing bugs are ported. r=IanN a=IanN
https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/commit/6eb7dac1fa5e59740873b1401cbddafcfbbb3830
Fix blocklist reporting errors in log and about:support. r=IanN a=IanN
Description
•