RESOLVED FIXED 245820
[GTK] Build error in Ubuntu 22.04 after 254947@main
https://bugs.webkit.org/show_bug.cgi?id=245820
Summary [GTK] Build error in Ubuntu 22.04 after 254947@main
Diego Pino
Reported 2022-09-29 01:32:54 PDT
The Ubuntu LTS (Ubuntu 22.04) is failing after 254947@main: https://build.webkit.org/#/builders/68/builds/17379 ``` FAILED: Source/WebKit/CMakeFiles/WebKit.dir/UIProcess/gtk/WaylandCompositor.cpp.o /home/buildbot/worker/GTK-Linux-64-bit-Release-Ubuntu-LTS-Build/build/Source/WebKit/UIProcess/gtk/WaylandCompositor.cpp: In member function ‘bool WebKit::WaylandCompositor::initializeEGL()’: /home/buildbot/worker/GTK-Linux-64-bit-Release-Ubuntu-LTS-Build/build/Source/WebKit/UIProcess/gtk/WaylandCompositor.cpp:431:21: error: ‘ExtensionsGLOpenGL’ was not declared in this scope 431 | std::unique_ptr<ExtensionsGLOpenGL> glExtensions = makeUnique<ExtensionsGLOpenGL>(nullptr, GLContext::current()->version() >= 320); ``` There build error is caused by a leftover reference to ExtensionsGLOpenGL, which was removed in 254947@main.
Attachments
Diego Pino
Comment 1 2022-09-29 01:35:37 PDT
EWS
Comment 2 2022-09-29 06:35:10 PDT
Committed 254994@main (a810c10c3887): <https://commits.webkit.org/254994@main> Reviewed commits have been landed. Closing PR #4823 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-09-29 06:36:18 PDT
Note You need to log in before you can comment on or make changes to this bug.