<?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>180990</bug_id>
          
          <creation_ts>2017-12-19 12:37:22 -0800</creation_ts>
          <short_desc>[WinCairo] EWS is broken</short_desc>
          <delta_ts>2018-01-04 11:32:43 -0800</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>Other</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=180959</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=180555</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>
          <dependson>181056</dependson>
    
    <dependson>181065</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jonathan Bedard">jbedard</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>don.olmstead</cc>
    
    <cc>fujii</cc>
    
    <cc>lforschler</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1383232</commentid>
    <comment_count>0</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-12-19 12:37:22 -0800</bug_when>
    <thetext>Causing a lot of false-negatives, here are a few examples:

https://bugs.webkit.org/show_bug.cgi?id=180555
https://bugs.webkit.org/show_bug.cgi?id=180959</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383234</commentid>
    <comment_count>1</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-19 12:42:22 -0800</bug_when>
    <thetext>I was seeing breakages when there was a new file added. Fujii suggested core.autocrlf should be false so I went ahead and did that to the bots earlier today.

I&apos;ll keep monitoring that to see if that helps any.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383261</commentid>
    <comment_count>2</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-19 13:28:51 -0800</bug_when>
    <thetext>The other thing I&apos;m seeing is that libpng&apos;s version isn&apos;t being reported properly in some builds. It seems to think its 1.6.29 despite the header clearly being 1.6.34. I&apos;m not sure why this is happening there as I haven&apos;t seen it on our buildbot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383346</commentid>
    <comment_count>3</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2017-12-19 15:01:10 -0800</bug_when>
    <thetext>Did you try to delete CMakeCache.txt?

&gt; -- Found ICU data libraries: 
&gt; CMake Error at C:/tools/cmake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
&gt;   Could NOT find PNG: Found unsuitable version &quot;1.6.29&quot;, but required is at
&gt;   least &quot;1.6.34&quot; (found
&gt;   C:/WebKit-EWS/WebKit/WebKitLibraries/win/lib64/libpng16.lib)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383356</commentid>
    <comment_count>4</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-19 15:14:18 -0800</bug_when>
    <thetext>(In reply to Fujii Hironori from comment #3)
&gt; Did you try to delete CMakeCache.txt?
&gt; 
&gt; &gt; -- Found ICU data libraries: 
&gt; &gt; CMake Error at C:/tools/cmake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
&gt; &gt;   Could NOT find PNG: Found unsuitable version &quot;1.6.29&quot;, but required is at
&gt; &gt;   least &quot;1.6.34&quot; (found
&gt; &gt;   C:/WebKit-EWS/WebKit/WebKitLibraries/win/lib64/libpng16.lib)

The bots should be doing a clean build on each 10 iterations. I also looked at the header files and verified it was a correct version. I&apos;m really not sure what the root cause of it is...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383476</commentid>
    <comment_count>5</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-19 18:34:32 -0800</bug_when>
    <thetext>Looking further there is a libpng 1.6.29 within perl&apos;s directories.

C:\tools\perl\c\include\png.h
C:\tools\perl\c\include\libpng16\png.h

I&apos;m not sure why EWS would be picking this header up but then finding the library in lib64.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383485</commentid>
    <comment_count>6</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-19 18:49:40 -0800</bug_when>
    <thetext>My only thought here is maybe its something to do with https://bugs.webkit.org/show_bug.cgi?id=180137 landing which started detecting perl modules. I&apos;m not sure if that might cause some paths to get added to CMake which would then cause this particular issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383514</commentid>
    <comment_count>7</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-19 20:06:22 -0800</bug_when>
    <thetext>Its detecting multiple libraries within the perl c directory. I think the fix is to see if within perl there is a c/include directory then we need to use CMAKE_IGNORE_PATH to make sure that nothing appears from there.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1383864</commentid>
    <comment_count>8</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-20 15:41:33 -0800</bug_when>
    <thetext>Ok there are even more problems...

webkit-patch appears to call update-webkit which will invoke update-webkit-auxiliary-libs. This will overwrite what was in WinCairoRequirements.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1384278</commentid>
    <comment_count>9</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2017-12-21 14:45:59 -0800</bug_when>
    <thetext>Ok EWS has had a couple successes after the dependent patches landed. I&apos;m spinning up the other bots for a total of 4 running things.

If things look like they&apos;ve stabilized then I&apos;ll close this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1385862</commentid>
    <comment_count>10</comment_count>
    <who name="Don Olmstead">don.olmstead</who>
    <bug_when>2018-01-04 11:32:43 -0800</bug_when>
    <thetext>Its been behaving for a few weeks now so hopefully all is resolved.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>