<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>310019</bug_id>
          
          <creation_ts>2026-03-16 07:16:35 -0700</creation_ts>
          <short_desc>[WPE] Build broken on WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Build after 309275@main</short_desc>
          <delta_ts>2026-03-16 10:54:41 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WPE WebKit</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=302045</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=310037</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Carlos Alberto Lopez Perez">clopez</reporter>
          <assigned_to name="Carlos Alberto Lopez Perez">clopez</assigned_to>
          <cc>bburg</cc>
    
    <cc>bfulgham</cc>
    
    <cc>bugs-noreply</cc>
    
    <cc>csaavedra</cc>
    
    <cc>jer.noble</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2190563</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2026-03-16 07:16:35 -0700</bug_when>
    <thetext>See: https://build.webkit.org/#/builders/893/builds/32744

In file included from ../../../Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp:37:
../../../Source/WebCore/bindings/js/JSDOMConvertEnumeration.h: In instantiation of ‘static JSC::JSValue WebCore::JSConverter&lt;WebCore::IDLEnumeration&lt;T&gt; &gt;::convert(JSC::JSGlobalObject&amp;, T) [with T = WebCore::GamepadHapticActuator::Result]’:
WebCore/PrivateHeaders/WebCore/JSDOMConvertBase.h:147:41:   required from ‘static JSC::JSValue WebCore::JSConverterOverloader&lt;IDL, true, false&gt;::convert(JSC::JSGlobalObject&amp;, WebCore::JSDOMGlobalObject&amp;, U&amp;&amp;) [with U = WebCore::GamepadHapticActuator::Result; IDL = WebCore::IDLEnumeration&lt;WebCore::GamepadHapticActuator::Result&gt;]’
WebCore/PrivateHeaders/WebCore/JSDOMConvertBase.h:176:47:   required from ‘JSC::JSValue WebCore::toJS(JSC::JSGlobalObject&amp;, JSDOMGlobalObject&amp;, U&amp;&amp;) [with IDL = IDLEnumeration&lt;GamepadHapticActuator::Result&gt;; U = GamepadHapticActuator::Result]’
../../../Source/WebCore/bindings/js/JSDOMPromiseDeferred.h:83:37:   required from ‘void WebCore::DeferredPromise::resolve(typename IDLType::ParameterType) [with IDLType = WebCore::IDLEnumeration&lt;WebCore::GamepadHapticActuator::Result&gt;; typename IDLType::ParameterType = WebCore::GamepadHapticActuator::Result]’
../../../Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp:95:49:   required from here
../../../Source/WebCore/bindings/js/JSDOMConvertEnumeration.h:69:38: error: could not convert ‘WebCore::convertEnumerationToJS&lt;GamepadHapticActuator::Result&gt;((* &amp;(&amp; lexicalGlobalObject)-&gt;JSC::JSGlobalObject::vm()), value)’ from ‘JSC::JSString*’ to ‘JSC::JSValue’
   69 |         return convertEnumerationToJS(lexicalGlobalObject.vm(), value);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                      |
      |                                      JSC::JSString*



But after fixing that one there are more build errors:

../../../Source/WebCore/Modules/webcodecs/WebCodecsAudioEncoder.cpp:189:47: error: ‘makeScopeExit’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
  189 |                 auto scopeExit = makeScopeExit([protectedThis] {
      |                                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  190 |                     protectedThis-&gt;unblockControlMessageQueue();
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                 });
      |                 ~~                             


../../../Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp:189:40:   required from here
../../../Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp:193:43: error: ‘makeScopeExit’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
  193 |             auto scopeExit = makeScopeExit([protectedThis] {
      |                              ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  194 |                 protectedThis-&gt;unblockControlMessageQueue();
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  195 |             });
      |             ~~                             
WTF/Headers/wtf/Scope.h:73:25: note: ‘template&lt;class ExitFunction&gt; WTF::ScopeExit&lt;ExitFunction&gt; WTF::makeScopeExit(ExitFunction&amp;&amp;)’ declared here, later in the translation unit
   73 | ScopeExit&lt;ExitFunction&gt; makeScopeExit(ExitFunction&amp;&amp; exitFunction)
      |                         ^~~~~~~~~~~~~



../../../Source/WebCore/Modules/webcodecs/WebCodecsAudioEncoder.cpp:244:40:   required from here
../../../Source/WebCore/Modules/webcodecs/WebCodecsAudioEncoder.cpp:248:43: error: ‘makeScopeExit’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
  248 |             auto scopeExit = makeScopeExit([protectedThis] {
      |                              ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  249 |                 protectedThis-&gt;unblockControlMessageQueue();
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |             });
      |             ~~                             
WTF/Headers/wtf/Scope.h:73:25: note: ‘template&lt;class ExitFunction&gt; WTF::ScopeExit&lt;ExitFunction&gt; WTF::makeScopeExit(ExitFunction&amp;&amp;)’ declared here, later in the translation unit
   73 | ScopeExit&lt;ExitFunction&gt; makeScopeExit(ExitFunction&amp;&amp; exitFunction)
      |</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2190566</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2026-03-16 07:27:02 -0700</bug_when>
    <thetext>The problem seems missing includes that trigger on this bot because of different generated unified source files. This seems to have started to happen after 309275@main</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2190571</commentid>
    <comment_count>2</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2026-03-16 07:36:11 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/60693</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2190607</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-03-16 08:52:46 -0700</bug_when>
    <thetext>Committed 309326@main (e98736418011): &lt;https://commits.webkit.org/309326@main&gt;

Reviewed commits have been landed. Closing PR #60693 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>