[Webkit-unassigned] [Bug 271108] New: [2.44.0] failure to build on i586 (and likely other 32bit arches): static assertion failed: Timer should stay small

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 16 03:22:59 PDT 2024


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

            Bug ID: 271108
           Summary: [2.44.0] failure to build on i586 (and likely other
                    32bit arches): static assertion failed: Timer should
                    stay small
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dimstar at opensuse.org
                CC: bugs-noreply at webkitgtk.org

[ 1646s] In file included from /home/abuild/rpmbuild/BUILD/webkitgtk-2.44.0/build/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-12.cpp:2:
[ 1646s] /home/abuild/rpmbuild/BUILD/webkitgtk-2.44.0/Source/WebCore/platform/Timer.cpp:269:29: error: static assertion failed: Timer should stay small
[ 1646s]   269 | static_assert(sizeof(Timer) == sizeof(SameSizeAsTimer), "Timer should stay small");
[ 1646s]       |               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
[ 1646s] /home/abuild/rpmbuild/BUILD/webkitgtk-2.44.0/Source/WebCore/platform/Timer.cpp:269:29: note: the comparison reduces to ‘(40 == 36)’
[ 1646s] /home/abuild/rpmbuild/BUILD/webkitgtk-2.44.0/Source/WebCore/platform/Timer.cpp:275:46: error: static assertion failed: DeferrableOneShotTimer should stay small
[ 1646s]   275 | static_assert(sizeof(DeferrableOneShotTimer) == sizeof(SameSizeAsDeferrableOneShotTimer), "DeferrableOneShotTimer should stay small");
[ 1646s]       |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
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/20240316/78246fb3/attachment.htm>


More information about the webkit-unassigned mailing list