Date: Wed, 23 Jan 2019 23:19:25 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 235166] www/firefox: Fails to build on 12.0-stable r342788 amd64 Message-ID: <bug-235166-21738-AFcor8rsTm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235166-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-235166-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko mailing list <gecko@FreeBSD.org> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235166-21738-AFcor8rsTm>
