Bugzilla Automation <[email protected]> has asked freebsd-gecko mailing list
<[email protected]> for maintainer-feedback:
Bug 235166: www/firefox: Fails to build on 12.0-stable r342788 amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235166



--- Description ---
Unable to build gfx/webrender_bindings/Unified_cpp_webrender_bindings0.cpp in
Firefox-65 on my 12/0-Stable system. I get:
In file included from
/usr/ports/www/firefox/work/.build/gfx/webrender_bindings/Unified_cpp_webrender
_bindings0.cpp:20:
/usr/ports/www/firefox/work/firefox-65.0/gfx/webrender_bindings/RenderComposito
r.cpp:35:47:
error: 
      use of undeclared identifier 'RenderCompositorEGL'; did you mean
      'RenderCompositorOGL'?
  UniquePtr<RenderCompositor> eglCompositor = RenderCompositorEGL::Creat...
                                              ^~~~~~~~~~~~~~~~~~~
                                              RenderCompositorOGL
/usr/ports/www/firefox/work/.build/dist/include/mozilla/webrender/RenderComposi
torOGL.h:16:7:
note: 
      'RenderCompositorOGL' declared here
class RenderCompositorOGL : public RenderCompositor {
      ^
In file included from
/usr/ports/www/firefox/work/.build/gfx/webrender_bindings/Unified_cpp_webrender
_bindings0.cpp:20:
/usr/ports/www/firefox/work/firefox-65.0/gfx/webrender_bindings/RenderComposito
r.cpp:35:75:
error: 
      rvalue reference to type 'RefPtr<...>' cannot bind to lvalue of type
      'RefPtr<...>'
  ...eglCompositor = RenderCompositorEGL::Create(aWidget);
                                                 ^~~~~~~
/usr/ports/www/firefox/work/.build/dist/include/mozilla/webrender/RenderComposi
torOGL.h:19:42:
note: 
      passing argument to parameter 'aWidget' here
      RefPtr<widget::CompositorWidget>&& aWidget);
                                         ^
2 errors generated.

All ports are current with this morning's 2019-01-23) ports tree.

I can attach the entire build log, but I think the attachment contains the
relevant portion and the full log is quite long.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to