Releases/Thunderbird 45.1.0/BuildNotes

From MozillaWiki
< Releases
Revision as of 12:13, 9 May 2016 by Kmoir (talk | contribs)
Jump to navigation Jump to search

build 1

build 2

  • 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....

build 2 failed due to issues with 1262760 bug 1262760 This patch had to be backed out. Build 3 was started but release runner failed with issues related to ssh key rotation. Callek backed out this change and a build3 was able to be started.