[Bug 235166] www/firefox: Fails to build on 12.0-stable r342788 amd64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 23 23:19:29 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235166
Bug ID: 235166
Summary: www/firefox: Fails to build on 12.0-stable r342788
amd64
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gecko at FreeBSD.org
Reporter: rkoberman at gmail.com
Assignee: gecko at FreeBSD.org
Flags: maintainer-feedback?(gecko at FreeBSD.org)
Created attachment 201369
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201369&action=edit
Relevant portion of build log ofwww.firefox-65.0
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/RenderCompositor.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/RenderCompositorOGL.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/RenderCompositor.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/RenderCompositorOGL.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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list