<?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>74320</bug_id>
          
          <creation_ts>2011-12-12 12:44:44 -0800</creation_ts>
          <short_desc>Chromium Windows (Tests) is failing to build</short_desc>
          <delta_ts>2011-12-15 21:21:24 -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>WebKit Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Tony Chang">tony</assigned_to>
          <cc>dpranke</cc>
    
    <cc>kbr</cc>
    
    <cc>maruel</cc>
    
    <cc>tony</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>519382</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2011-12-12 12:44:44 -0800</bug_when>
    <thetext>http://build.webkit.org/builders/Chromium%20Win%20Release%20%28Tests%29/builds/21854/steps/compile-webkit/logs/stdio

4&gt;e:\google-windows-2\chromium-win-release-tests\build\Source\WebKit\chromium\build\Release\obj\global_intermediate\webkit\third_party/WebKit/Source/WebKit/chromium/public/platform/WebSocketStreamHandleClient.h(2) : fatal error C1083: Cannot open include file: &apos;../../../../../../../../../../../..\public\platform\WebSocketStreamHandleClient.h&apos;: No such file or directory

http://build.webkit.org/builders/Chromium%20Win%20Release%20%28Tests%29

Interestingly enough, Chromium Win Release is building fine:
http://build.webkit.org/builders/Chromium%20Win%20Release</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>519782</commentid>
    <comment_count>1</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-12-12 19:05:01 -0800</bug_when>
    <thetext>I rdesktop&apos;ed into the machine.  The file is there and the path is correct.

I tried a debug build and it works fine.

The error doesn&apos;t show up in Error List.

My best guess is that the filename is too long for Visual Studios?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>519785</commentid>
    <comment_count>2</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-12-12 19:09:42 -0800</bug_when>
    <thetext>I renamed the build directory from chromium-win-release-tests to &apos;c&apos; and I was able to build the file in Visual Studio :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>519787</commentid>
    <comment_count>3</comment_count>
    <who name="Marc-Antoine Ruel">maruel</who>
    <bug_when>2011-12-12 19:11:42 -0800</bug_when>
    <thetext>e:\google-windows-2\chromium-win-release-tests\build\Source\WebKit\chromium\build\Release\obj\global_intermediate\webkit\third_party/WebKit/Source/WebKit/chromium/public/platform/../../../../../../../../../../../..\public\platform\WebSocketStreamHandleClient.h

is 261 chars. Bingo!

Use slavebuilddir property in the build master to rename the slave checkout to a shorter name as a temporary (e.g. permanent) workaround. That requires a master restart though.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>519794</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2011-12-12 19:17:45 -0800</bug_when>
    <thetext>We can just rename google-windows-2 to something else.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>519796</commentid>
    <comment_count>5</comment_count>
    <who name="Marc-Antoine Ruel">maruel</who>
    <bug_when>2011-12-12 19:20:49 -0800</bug_when>
    <thetext>We use e:\b\

It&apos;ll help for 15 chars but I would also do the slavebuilddir trick to shorten the name even more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>520135</commentid>
    <comment_count>6</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-12-13 09:45:00 -0800</bug_when>
    <thetext>Ok, I will rename google-windows-2 to b and I think I can change the generated include path to be &apos;public\platform\WebSocketStreamHandleClient.h&apos;.  I think Source/WebKit/chromium is in the include path already.  That saves 36 characters.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>522135</commentid>
    <comment_count>7</comment_count>
      <attachid>119481</attachid>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-12-15 12:24:19 -0800</bug_when>
    <thetext>Created attachment 119481
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>522136</commentid>
    <comment_count>8</comment_count>
      <attachid>119481</attachid>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2011-12-15 12:27:06 -0800</bug_when>
    <thetext>Comment on attachment 119481
Patch

Looks good to me as long as it&apos;s been tested.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>522137</commentid>
    <comment_count>9</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-12-15 12:27:56 -0800</bug_when>
    <thetext>(In reply to comment #8)
&gt; (From update of attachment 119481 [details])
&gt; Looks good to me as long as it&apos;s been tested.

I tested on my machine, but I want to make sure this makes it through EWS too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>522502</commentid>
    <comment_count>10</comment_count>
      <attachid>119481</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-12-15 21:21:17 -0800</bug_when>
    <thetext>Comment on attachment 119481
Patch

Clearing flags on attachment: 119481

Committed r103021: &lt;http://trac.webkit.org/changeset/103021&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>522503</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-12-15 21:21:24 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>119481</attachid>
            <date>2011-12-15 12:24:19 -0800</date>
            <delta_ts>2011-12-15 21:21:17 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-74320-20111215122434.patch</filename>
            <type>text/plain</type>
            <size>1289</size>
            <attacher name="Tony Chang">tony</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTAyOTczCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0L2No
cm9taXVtL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJLaXQvY2hyb21pdW0vQ2hhbmdlTG9nCmluZGV4
IGNkMDYxYTgzZWY1YmFkMWYxNTUzNjY2NTU5NzQwN2I0OWQzYTdlYjguLjcyNzBlMWQxODgyMWRk
MmRjZDMzM2U2YjA5MWYwOTUyMzBlOTZhOTEgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJLaXQvY2hy
b21pdW0vQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9XZWJLaXQvY2hyb21pdW0vQ2hhbmdlTG9nCkBA
IC0xLDMgKzEsMTcgQEAKKzIwMTEtMTItMTUgIFRvbnkgQ2hhbmcgIDx0b255QGNocm9taXVtLm9y
Zz4KKworICAgICAgICBDaHJvbWl1bSBXaW5kb3dzIChUZXN0cykgaXMgZmFpbGluZyB0byBidWls
ZAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NzQzMjAK
KworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBSb2xsIGNo
cm9taXVtIGRlcHMgdG8gcjExNDY4NiB0byBwdWxsIGluIGEgY2hhbmdlIHRvIGhvdyBnZW5lcmF0
ZWQKKyAgICAgICAgaGVhZGVycyBpbmNsdWRlIGZpbGVzIGZyb20gdGhpcmRfcGFydHkvV2ViS2l0
LiAgVGhpcyBzaG91bGQgbWFrZSB0aGUKKyAgICAgICAgZmlsZSBwYXRoIHNob3J0ZXIsIHJlZHVj
aW5nIHRoZSBjaGFuY2Ugb2YgaGl0dGluZyB0aGUgMjYwIGNoYXIgcGF0aAorICAgICAgICBsaW1p
dCBvbiBXaW5kb3dzLgorCisgICAgICAgICogREVQUzogcm9sbCB0byByMTE0Njg2CisKIDIwMTEt
MTItMTUgIFN0ZXBoZW4gV2hpdGUgIDxzZW5vcmJsYW5jb0BjaHJvbWl1bS5vcmc+CiAKICAgICAg
ICAgVW5yZXZpZXdlZCwgcm9sbGluZyBvdXQgcjEwMjk1Ni4KZGlmZiAtLWdpdCBhL1NvdXJjZS9X
ZWJLaXQvY2hyb21pdW0vREVQUyBiL1NvdXJjZS9XZWJLaXQvY2hyb21pdW0vREVQUwppbmRleCA0
MzRmZmM2NDk3OTRkZDQzMTlmNjM1MTRmMTA3MTE4MWQyOGY0M2E2Li5jNTJkNWY3ZDA0Y2EwYzY5
OWUzNDY5NDU3ZDcxNGNlODI4MjFjYjhmIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViS2l0L2Nocm9t
aXVtL0RFUFMKKysrIGIvU291cmNlL1dlYktpdC9jaHJvbWl1bS9ERVBTCkBAIC0zMiw3ICszMiw3
IEBACiAKIHZhcnMgPSB7CiAgICdjaHJvbWl1bV9zdm4nOiAnaHR0cDovL3NyYy5jaHJvbWl1bS5v
cmcvc3ZuL3RydW5rL3NyYycsCi0gICdjaHJvbWl1bV9yZXYnOiAnMTE0MzU2JywKKyAgJ2Nocm9t
aXVtX3Jldic6ICcxMTQ2ODYnLAogfQogCiBkZXBzID0gewo=
</data>

          </attachment>
      

    </bug>

</bugzilla>