<?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>32611</bug_id>
          
          <creation_ts>2009-12-16 08:12:51 -0800</creation_ts>
          <short_desc>build-webkit --chromium can&apos;t handle changes to GYP files</short_desc>
          <delta_ts>2013-04-08 14:12:53 -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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</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="Adam Barth">abarth</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>eric</cc>
    
    <cc>evan</cc>
    
    <cc>schenney</cc>
    
    <cc>yaar</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>172297</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2009-12-16 08:12:51 -0800</bug_when>
    <thetext>abarth@qbuntu:~/git/webkit-chromium-ews$ touch WebKit/chromium/base/base.gyp 
abarth@qbuntu:~/git/webkit-chromium-ews$ ./WebKitTools/Scripts/build-webkit --chromium
make -j4 BUILDTYPE=Release webkit
gyp_webkit -fmake --ignore-environment -Ibuild/common.gypi &quot;--depth=.&quot; &quot;-Dinside_chromium_build=0&quot; &quot;-Dv8_use_snapshot=false&quot; &quot;-Dmsvs_use_common_release=0&quot; WebKit.gyp
/bin/sh: gyp_webkit: not found
make: *** [Makefile] Error 127

This is blocking the EWS.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>172318</commentid>
    <comment_count>1</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2009-12-16 09:12:58 -0800</bug_when>
    <thetext>I&apos;ve found a way to hack around the problem:

In WebKit/chromium/Makefile:

gyp_webkit -fmake --ignore-environment ......

should be

python gyp_webkit -fmake --ignore-environment ......

Now I just need to figure out where this file comes from.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>172325</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2009-12-16 09:24:15 -0800</bug_when>
    <thetext>Found the bug:

abarth@qbuntu:~/git/webkit-qt-ews/WebKit/chromium/tools/gyp$ svn diff
Index: pylib/gyp/generator/make.py
===================================================================
--- pylib/gyp/generator/make.py	(revision 751)
+++ pylib/gyp/generator/make.py	(working copy)
@@ -1129,7 +1129,8 @@
         makefile_name,
         &apos; &apos;.join(map(Sourceify, build_files)),
         gyp.common.EncodePOSIXShellList(
-            [gyp.common.FixIfRelativePath(params[&apos;gyp_binary&apos;], options.depth),
+            [&apos;python&apos;,
+             gyp.common.FixIfRelativePath(params[&apos;gyp_binary&apos;], options.depth),
              &apos;-fmake&apos;] +
             gyp.RegenerateFlags(options) +
             build_files_args)))

Now I just need to figure out what the process is for upstreaming the fix.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>