[Webkit-unassigned] [Bug 232452] New: Build failure with glibc 2.26

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 13:23:01 PDT 2021


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

            Bug ID: 232452
           Summary: Build failure with glibc 2.26
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mgorse at suse.com
                CC: bugs-noreply at webkitgtk.org

The build fails with glibc 2.26 after the fix for bug 231479.

We have this conditional
#if !defined(MFD_ALLOW_SEALING) && HAVE(LINUX_MEMFD_H)
guarding the definition for our memfd_create implementation, but now MEMFD_ALLOW_SEALING can be defined, even if glibc hasn't defined it, because it might be defined in linux/memfd.h, which now we've already included.

-- 
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/20211028/a7dc1952/attachment.htm>


More information about the webkit-unassigned mailing list