<?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>190581</bug_id>
          
          <creation_ts>2018-10-15 08:33:38 -0700</creation_ts>
          <short_desc>[GTK] Disable MSE build support on Debian and Ubuntu LTS bots</short_desc>
          <delta_ts>2020-10-27 10:57:52 -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>Tools / Tests</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=193669</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=218247</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Normand">pnormand</reporter>
          <assigned_to name="Philippe Normand">pnormand</assigned_to>
          <cc>aakash_jain</cc>
    
    <cc>ap</cc>
    
    <cc>lforschler</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1469239</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2018-10-15 08:33:38 -0700</bug_when>
    <thetext>Their GStreamer version is too old.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469242</commentid>
    <comment_count>1</comment_count>
      <attachid>352324</attachid>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2018-10-15 08:34:54 -0700</bug_when>
    <thetext>Created attachment 352324
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469244</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2018-10-15 08:36:02 -0700</bug_when>
    <thetext>Lucas, when this lands can you please update build.webkit.org ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469245</commentid>
    <comment_count>3</comment_count>
      <attachid>352324</attachid>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2018-10-15 08:37:03 -0700</bug_when>
    <thetext>Comment on attachment 352324
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=352324&amp;action=review

&gt; Tools/BuildSlaveSupport/build.webkit.org-config/config.json:332
&gt; +                      &quot;additionalArguments&quot;: [&quot;--no-experimental-features --no-media-source&quot;],

Actually pretty sure this should be:

[&quot;--no-experimental-features&quot;, &quot;--no-media-source&quot;]

right? That matches the rest of this file.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469247</commentid>
    <comment_count>4</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2018-10-15 08:41:39 -0700</bug_when>
    <thetext>Yes! Thanks for the review!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469248</commentid>
    <comment_count>5</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2018-10-15 08:42:47 -0700</bug_when>
    <thetext>Committed r237113: &lt;https://trac.webkit.org/changeset/237113&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469249</commentid>
    <comment_count>6</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-10-15 08:43:23 -0700</bug_when>
    <thetext>&lt;rdar://problem/45272072&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1469631</commentid>
    <comment_count>7</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-10-15 21:05:22 -0700</bug_when>
    <thetext>(In reply to Philippe Normand from comment #2)
&gt; Lucas, when this lands can you please update build.webkit.org ?
I just updated build.webkit.org for another change, so this should be live now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1496757</commentid>
    <comment_count>8</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2019-01-22 07:11:16 -0800</bug_when>
    <thetext>Because of this change an additional buildbot step &apos;jhbuild&apos; is being run. e.g.: notice &apos;jhbuild&apos; step in: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20Debian%20Stable%20%28Build%29/builds/18912


This is because https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/factories.py#L42 checks for &quot;additionalArguments != [&quot;--no-experimental-features&quot;]&quot;

This causes unit-test failures: https://bugs.webkit.org/show_bug.cgi?id=193669

Is this step &apos;jhbuild&apos; expected?

If this step is expected, we should simply update unit-tests.

If this step is not expected, factories.py L42 should be changed to something like:

    if platform == &quot;gtk&quot; and &quot;--no-experimental-features&quot; not in additionalArguments:</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1496765</commentid>
    <comment_count>9</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2019-01-22 08:14:38 -0800</bug_when>
    <thetext>(In reply to Aakash Jain from comment #8)
&gt; Because of this change an additional buildbot step &apos;jhbuild&apos; is being run.
&gt; e.g.: notice &apos;jhbuild&apos; step in:
&gt; https://build.webkit.org/builders/GTK%20Linux%2064-
&gt; bit%20Release%20Debian%20Stable%20%28Build%29/builds/18912
&gt; 
&gt; 
&gt; This is because
&gt; https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/build.
&gt; webkit.org-config/factories.py#L42 checks for &quot;additionalArguments !=
&gt; [&quot;--no-experimental-features&quot;]&quot;
&gt; 
&gt; This causes unit-test failures:
&gt; https://bugs.webkit.org/show_bug.cgi?id=193669
&gt; 
&gt; Is this step &apos;jhbuild&apos; expected?
&gt; 

Hum, I&apos;m not sure this is expected. IIRC the Debian and Ubuntu LTS bots shouldn&apos;t rely in jhbuild.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1496767</commentid>
    <comment_count>10</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2019-01-22 08:18:06 -0800</bug_when>
    <thetext>Wow, thanks for noticing Aakash. Indeed, these bots should not be running jhbuild as that defeats the purpose of having the bots.

(In reply to Aakash Jain from comment #8) 
&gt;     if platform == &quot;gtk&quot; and &quot;--no-experimental-features&quot; not in
&gt; additionalArguments:

This sounds like the right solution.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>352324</attachid>
            <date>2018-10-15 08:34:54 -0700</date>
            <delta_ts>2018-10-15 08:35:44 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-190581-20181015163453.patch</filename>
            <type>text/plain</type>
            <size>2061</size>
            <attacher name="Philippe Normand">pnormand</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjM3MTExCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggZWM4MjEyYjE3ZjEwYmRhZGNkOTZhMGM2NWMxZTYyZTNl
YzFlYTg0Yy4uZTMyMzI3MDQyMGY3OWFlNTRjYmI1NDFkMWUzNjEwNWU3NGFkYTY0OSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEy
IEBACisyMDE4LTEwLTE1ICBQaGlsaXBwZSBOb3JtYW5kICA8cG5vcm1hbmRAaWdhbGlhLmNvbT4K
KworICAgICAgICBbR1RLXSBEaXNhYmxlIE1TRSBidWlsZCBzdXBwb3J0IG9uIERlYmlhbiBhbmQg
VWJ1bnR1IExUUyBib3RzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD0xOTA1ODEKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKwor
ICAgICAgICAqIEJ1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndlYmtpdC5vcmctY29uZmlnL2NvbmZp
Zy5qc29uOgorCiAyMDE4LTEwLTE1ICBBbGV4IENocmlzdGVuc2VuICA8YWNocmlzdGVuc2VuQHdl
YmtpdC5vcmc+CiAKICAgICAgICAgVXNlIHByYWdtYSBvbmNlIGluIFdURgpkaWZmIC0tZ2l0IGEv
VG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQvYnVpbGQud2Via2l0Lm9yZy1jb25maWcvY29uZmlnLmpz
b24gYi9Ub29scy9CdWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25m
aWcuanNvbgppbmRleCAzZDEyYjBmNmExMGNhZGNkZmZjMGQyODllMjU1NmZlYzBiOTI1ZDYwLi5h
ODEyMzlmMzFlNTJiNDE4YWZkYWQyZWU4MjQ1NjVhNDQzMWQyMTYzIDEwMDY0NAotLS0gYS9Ub29s
cy9CdWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25maWcuanNvbgor
KysgYi9Ub29scy9CdWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25m
aWcuanNvbgpAQCAtMzI5LDEzICszMjksMTMgQEAKICAgICAgICAgICAgICAgICAgICAgewogICAg
ICAgICAgICAgICAgICAgICAgICJuYW1lIjogIkdUSyBMaW51eCA2NC1iaXQgUmVsZWFzZSBEZWJp
YW4gU3RhYmxlIChCdWlsZCkiLCAidHlwZSI6ICJCdWlsZCIsICJidWlsZGRpciI6ICJndGstbGlu
dXgtNjQtcmVsZWFzZS1kZWJpYW4iLAogICAgICAgICAgICAgICAgICAgICAgICJwbGF0Zm9ybSI6
ICJndGsiLCAiY29uZmlndXJhdGlvbiI6ICJyZWxlYXNlIiwgImFyY2hpdGVjdHVyZXMiOiBbIng4
Nl82NCJdLAotICAgICAgICAgICAgICAgICAgICAgICJhZGRpdGlvbmFsQXJndW1lbnRzIjogWyIt
LW5vLWV4cGVyaW1lbnRhbC1mZWF0dXJlcyJdLAorICAgICAgICAgICAgICAgICAgICAgICJhZGRp
dGlvbmFsQXJndW1lbnRzIjogWyItLW5vLWV4cGVyaW1lbnRhbC1mZWF0dXJlcyAtLW5vLW1lZGlh
LXNvdXJjZSJdLAogICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJndGstbGlu
dXgtc2xhdmUtMTAiXQogICAgICAgICAgICAgICAgICAgICB9LAogICAgICAgICAgICAgICAgICAg
ICB7CiAgICAgICAgICAgICAgICAgICAgICAgIm5hbWUiOiAiR1RLIExpbnV4IDY0LWJpdCBSZWxl
YXNlIFVidW50dSBMVFMgKEJ1aWxkKSIsICJ0eXBlIjogIkJ1aWxkIiwgImJ1aWxkZGlyIjogImd0
ay1saW51eC02NC1yZWxlYXNlLXVidW50dSIsCiAgICAgICAgICAgICAgICAgICAgICAgInBsYXRm
b3JtIjogImd0ayIsICJjb25maWd1cmF0aW9uIjogInJlbGVhc2UiLCAiYXJjaGl0ZWN0dXJlcyI6
IFsieDg2XzY0Il0sCi0gICAgICAgICAgICAgICAgICAgICAgImFkZGl0aW9uYWxBcmd1bWVudHMi
OiBbIi0tbm8tZXhwZXJpbWVudGFsLWZlYXR1cmVzIl0sCisgICAgICAgICAgICAgICAgICAgICAg
ImFkZGl0aW9uYWxBcmd1bWVudHMiOiBbIi0tbm8tZXhwZXJpbWVudGFsLWZlYXR1cmVzIC0tbm8t
bWVkaWEtc291cmNlIl0sCiAgICAgICAgICAgICAgICAgICAgICAgInNsYXZlbmFtZXMiOiBbImd0
ay1saW51eC1zbGF2ZS0xMSJdCiAgICAgICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAg
ICAgICAgIHsK
</data>
<flag name="review"
          id="369613"
          type_id="1"
          status="+"
          setter="mcatanzaro"
    />
          </attachment>
      

    </bug>

</bugzilla>