<?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>48755</bug_id>
          
          <creation_ts>2010-11-01 07:46:38 -0700</creation_ts>
          <short_desc>Precompiled headers don&apos;t rebuild when .vsprops files are changed, leading to build failures</short_desc>
          <delta_ts>2012-08-24 08:18:11 -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>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <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>32127</dependson>
          <blocked>49272</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aroben</cc>
    
    <cc>bruno.abinader</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>lforschler</cc>
    
    <cc>ossy</cc>
    
    <cc>sfalken</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>302675</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-11-01 07:46:38 -0700</bug_when>
    <thetext>Windows Build system fails to track precompile header changes?

I&apos;m not sure I understand the issue.  But sometime late last week (Friday) there was a change to the windows port which resulted in one of the win-ews instances failing.  It seems to be a dependency tracking bug in the windows build.

We need to fix all these sorts of dependency bugs for the long-term health of our bots.

3&gt;DateInputType.cpp
3&gt;..\platform\KURL.cpp : error C2220: warning treated as error - no &apos;object&apos; file generated
3&gt;..\platform\KURL.cpp : warning C4651: &apos;/DENABLE_SANDBOX&apos; specified for precompiled header but not for current compile
3&gt;ColorCG.cpp
3&gt;..\platform\sql\SQLValue.cpp : error C2220: warning treated as error - no &apos;object&apos; file generated
3&gt;..\platform\sql\SQLValue.cpp : warning C4651: &apos;/DENABLE_SANDBOX&apos; specified for precompiled header but not for current compile
3&gt;..\html\DateInputType.cpp : error C2220: warning treated as error - no &apos;object&apos; file generated
3&gt;..\html\DateInputType.cpp : warning C4651: &apos;/DENABLE_SANDBOX&apos; specified for precompiled header but not for current compile

Example failure: http://queues.webkit.org/results/4881029

Hopefully Adam or Lucas better remember what commit caused this error to start.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>302676</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-11-01 07:47:33 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/70878 was probably the commit which caused the win-ews bot to start failing (and all other windows checkouts to require deleting their build directory!)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>302682</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2010-11-01 07:56:41 -0700</bug_when>
    <thetext>Yes, the problem is that changes to the .vsprops files don&apos;t force all precompiled headers to rebuild.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>302684</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-11-01 07:57:41 -0700</bug_when>
    <thetext>It would be nice to somehow fix the win-ews with some checkins here.  And even better if we could fix the general problem with a build script or similar.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>302686</commentid>
    <comment_count>4</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2010-11-01 07:59:05 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; It would be nice to somehow fix the win-ews with some checkins here.  And even better if we could fix the general problem with a build script or similar.

We already did checkins (see r70902, r70890, and r70884). I don&apos;t know why the EWS didn&apos;t benefit from them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>302688</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-11-01 08:04:18 -0700</bug_when>
    <thetext>Lucas admin&apos;s the EWS instance which is currently failing to build.  He might know better why the attempted fixes didn&apos;t catch that bot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>704052</commentid>
    <comment_count>6</comment_count>
    <who name="Bruno Abinader (history only)">bruno.abinader</who>
    <bug_when>2012-08-24 06:29:18 -0700</bug_when>
    <thetext>I wonder if not only precompiled headers, but also headers generated from *.in (ie. CSSPropertyNames and CSSValueKeywords) files can be handled on this bug as well?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>704119</commentid>
    <comment_count>7</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2012-08-24 08:18:11 -0700</bug_when>
    <thetext>Is this still actually a problem? https://trac.webkit.org/browser/trunk/Source/WTF/WTF.vcproj/work-around-vs-dependency-tracking-bugs.py?rev=111504 was meant to fix this kind of thing. If this *is* still a problem, we should put the fix in that script.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>