[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
Mon Apr 10 06:03:54 PDT 2023


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com

--- Comment #6 from Adrian Perez <aperez at igalia.com> ---
(In reply to Antoine Jacoutot from comment #5)
> 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

This is a patch that we could have upstream in the WebKit repository.
Would you have some time to submit it?

-- 
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/20230410/61aec5d8/attachment-0001.htm>


More information about the webkit-unassigned mailing list