[Webkit-unassigned] [Bug 253794] [GTK] fails to build: error: no member named 'read' in 'JSC::DataView'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 2 05:59:26 PDT 2023


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

Antoine Jacoutot <ajacoutot at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #5 from Antoine Jacoutot <ajacoutot at gnome.org> ---
So the issue is that OpenBSD does not have evenfd so we are using epoll-shim (external library) instead which already comes with its read definition.

Which this local patch, epoll-shim does not taint the rest of the unified code and allows the build to succeed.

Sorry for the noise.


Index: Source/WebCore/SourcesGTK.txt
--- Source/WebCore/SourcesGTK.txt.orig
+++ Source/WebCore/SourcesGTK.txt
@@ -83,7 +83,7 @@ platform/graphics/gbm/GBMDevice.cpp
 platform/graphics/gbm/GraphicsContextGLANGLELinux.cpp
 platform/graphics/gbm/GraphicsContextGLFallback.cpp
 platform/graphics/gbm/GraphicsContextGLGBM.cpp
-platform/graphics/gbm/GraphicsContextGLGBMTextureMapper.cpp
+platform/graphics/gbm/GraphicsContextGLGBMTextureMapper.cpp @no-unify

 platform/graphics/glx/GLContextGLX.cpp @no-unify

-- 
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/20230402/d2859e28/attachment.htm>


More information about the webkit-unassigned mailing list