Releases/Thunderbird 41.1.0/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
build 1 | |||
* <s>(TB Drivers) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | |||
* (TB Drivers) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] </s> | * (TB Drivers) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] </s> | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | * [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | ||
build 2 | |||
* <s>(TB Drivers) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | |||
* (TB Drivers) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] </s> | |||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | |||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | |||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | |||
* Issues | * Issues | ||
* compile error for macosx64 | * build 1 compile error for macosx64 | ||
<pre> | <pre> | ||
/builds/slave/tb-rel-c-esr45-m64_bld-0000000/build/mozilla/widget/cocoa/nsChildView.mm:987:11: error: no viable overloaded '=' | /builds/slave/tb-rel-c-esr45-m64_bld-0000000/build/mozilla/widget/cocoa/nsChildView.mm:987:11: error: no viable overloaded '=' | ||
Revision as of 19:54, 6 May 2016
build 1
(TB Drivers) Ship the l10n milestone(TB Drivers) Submit to Ship It- Push to mirrors
- Publish in Balrog
- Post-release tasks
build 2
(TB Drivers) Ship the l10n milestone(TB Drivers) Submit to Ship It- Push to mirrors
- Publish in Balrog
- Post-release tasks
- Issues
- build 1 compile error for macosx64
/builds/slave/tb-rel-c-esr45-m64_bld-0000000/build/mozilla/widget/cocoa/nsChildView.mm:987:11: error: no viable overloaded '='
mBounds = nsCocoaUtils::CocoaRectToGeckoRectDevPix(frame, newScale);
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../dist/include/mozilla/gfx/Rect.h:80:8: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'IntRectTyped<mozilla::LayoutDevicePixel>' to 'const IntRectTyped<mozilla::gfx::UnknownUnits>' for 1st argument
struct IntRectTyped :
^
../../dist/include/mozilla/gfx/Rect.h:80:8: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'IntRectTyped<mozilla::LayoutDevicePixel>' to 'IntRectTyped<mozilla::gfx::UnknownUnits>' for 1st argument
struct IntRectTyped :
^
/builds/slave/tb-rel-c-esr45-m64_bld-0000000/build/mozilla/widget/cocoa/nsChildView.mm:3598:10: warning: 'NSView' may not respond to 'viewDidChangeBackingProperties'
[super viewDidChangeBackingProperties];
~~~~~ ^
1 warning and 1 error generated.
make[6]: *** [nsChildView.o] Error 1
make[6]: *** Waiting for unfinished jobs....