Date: Wed, 23 Jan 2019 23:19:25 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 235166] www/firefox: Fails to build on 12.0-stable r342788 amd64 Message-ID: <bug-235166-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235166 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@FreeBSD.org Reporter: rkoberman@gmail.com Assignee: gecko@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) Created attachment 201369 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201369&action= =3Dedit 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_webre= nder_bindings0.cpp:20: /usr/ports/www/firefox/work/firefox-65.0/gfx/webrender_bindings/RenderCompo= sitor.cpp:35:47: error:=20 use of undeclared identifier 'RenderCompositorEGL'; did you mean 'RenderCompositorOGL'? UniquePtr<RenderCompositor> eglCompositor =3D RenderCompositorEGL::Creat.= .. ^~~~~~~~~~~~~~~~~~~ RenderCompositorOGL /usr/ports/www/firefox/work/.build/dist/include/mozilla/webrender/RenderCom= positorOGL.h:16:7: note:=20 'RenderCompositorOGL' declared here class RenderCompositorOGL : public RenderCompositor { ^ In file included from /usr/ports/www/firefox/work/.build/gfx/webrender_bindings/Unified_cpp_webre= nder_bindings0.cpp:20: /usr/ports/www/firefox/work/firefox-65.0/gfx/webrender_bindings/RenderCompo= sitor.cpp:35:75: error:=20 rvalue reference to type 'RefPtr<...>' cannot bind to lvalue of type 'RefPtr<...>' ...eglCompositor =3D RenderCompositorEGL::Create(aWidget); ^~~~~~~ /usr/ports/www/firefox/work/.build/dist/include/mozilla/webrender/RenderCom= positorOGL.h:19:42: note:=20 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235166-21738>