[Webkit-unassigned] [Bug 245820] New: [GTK] Build error in Ubuntu 22.04 after 254947 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 01:32:54 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245820

            Bug ID: 245820
           Summary: [GTK] Build error in Ubuntu 22.04 after 254947 at main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The Ubuntu LTS (Ubuntu 22.04) is failing after 254947 at 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 at main.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220929/26cd6c2f/attachment.htm>


More information about the webkit-unassigned mailing list