[Webkit-unassigned] [Bug 252670] New: [GTK] [2.39.90] Fails to build in armel: is_always_lock_free assertion failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 09:20:08 PST 2023


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

            Bug ID: 252670
           Summary: [GTK] [2.39.90] Fails to build in armel:
                    is_always_lock_free assertion failed
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

What the description says:

            ----------------------------------------
In file included from Source/ThirdParty/ANGLE/src/libANGLE/RefCountObject.h:20,
                 from Source/ThirdParty/ANGLE/src/libANGLE/angletypes.h:19,
                 from Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/BlitGL.h:15,
                 from Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/BlitGL.cpp:9:
Source/ThirdParty/ANGLE/src/libANGLE/renderer/serial_utils.h:132:37: error: static assertion failed: Must always be lock free
  132 |     static_assert(decltype(mValue)::is_always_lock_free, "Must always be lock free");
      |                   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
            ----------------------------------------

The upstream change in ANGLE is this one:

https://github.com/google/angle/commit/ce8ce6f81eff8a84e2ea59930cb995b1107181e2

>From what I understand this was already broken, it's just that now it fails at build time.

-- 
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/20230221/ddbaa866/attachment.htm>


More information about the webkit-unassigned mailing list