[Webkit-unassigned] [Bug 258563] New: [WPE] Build error when casting GLNativeWindowType to EGLNativeWindowType for target rpi4-32bits-mesa.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 27 06:21:56 PDT 2023


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

            Bug ID: 258563
           Summary: [WPE] Build error when casting GLNativeWindowType to
                    EGLNativeWindowType for target rpi4-32bits-mesa.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

The new bot that cross-build WPE for target rpi4-32bits-mesa is failing with:

https://build.webkit.org/#/builders/893/builds/18/steps/9/logs/stdio

[12/3083] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-42.cpp.o
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-42.cpp.o [...]
In file included from /home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/WebKitBuild/WPE/Release_rpi4-32bits-mesa/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-42.cpp:4:
/home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp: In static member function ‘static void* WebCore::GLContext::createWindowSurfaceWPE(EGLDisplay, EGLConfig, GLNativeWindowType)’:
/home/buildbot/worker/WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build/build/Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp:55:52: error: invalid cast from type ‘GLNativeWindowType’ {aka ‘long long unsigned int’} to type ‘EGLNativeWindowType’ {aka ‘long unsigned int’}
   55 |     return eglCreateWindowSurface(display, config, reinterpret_cast<EGLNativeWindowType>(window), nullptr);
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
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/20230627/d8f3fdd0/attachment.htm>


More information about the webkit-unassigned mailing list