Bug 252634 - [GTK] [2.39.90] Fails to build in i386: g_superSamplerCount was not declared in this scope
Summary: [GTK] [2.39.90] Fails to build in i386: g_superSamplerCount was not declared ...
Status: RESOLVED DUPLICATE of bug 252617
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-20 16:43 PST by Alberto Garcia
Modified: 2023-02-20 19:01 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2023-02-20 16:43:07 PST
I'm not able to build WebKitGTK 2.39.90 in i386 (the x86_64 build works fine):

In file included from /tmp/webkit2gtk-2.39.90/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:432:
JavaScriptCore/DerivedSources/LLIntAssembly.h: In static member function ‘static JSC::JSValue JSC::LLInt::CLoop::execute(JSC::OpcodeID, void*, JSC::VM*, JSC::ProtoCallFrame*, bool)’:
JavaScriptCore/DerivedSources/LLIntAssembly.h:38532:23: error: ‘g_superSamplerCount’ was not declared in this scope
38532 |     t1 = CAST<void*>(&g_superSamplerCount);                  // LowLevelInterpreter.asm:410
      |                       ^~~~~~~~~~~~~~~~~~~

I didn't bisect this but it probably started with https://commits.webkit.org/260205@main
Comment 1 Michael Catanzaro 2023-02-20 19:01:32 PST

*** This bug has been marked as a duplicate of bug 252617 ***