Bug 129893 - [GTK] webkit-patch setup-git-clone fails even after running Tools/gtk/install-dependencies
Summary: [GTK] webkit-patch setup-git-clone fails even after running Tools/gtk/install...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 11:15 PST by Andres Gomez Garcia
Modified: 2014-03-07 12:33 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2014-03-07 11:20 PST, Andres Gomez Garcia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gomez Garcia 2014-03-07 11:15:16 PST
$ Tools/Scripts/webkit-patch setup-git-clone
Traceback (most recent call last):
  File "Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/tool/commands/setupgitclone.py", line 51, in execute
    run_git(["svn", "init", "--prefix=origin/", "-T", "trunk", "http://svn.webkit.org/repository/webkit"])
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/common/checkout/scm/git.py", line 101, in _run_git
    return self.run(full_command_args, **full_kwargs)
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/common/checkout/scm/scm.py", line 78, in run
    decode_output=decode_output)
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/common/system/executive.py", line 452, in run_command
    (error_handler or self.default_error_handler)(script_error)
  File "/home/tanty/devel/WebKit.git/Tools/Scripts/webkitpy/common/system/executive.py", line 370, in default_error_handler
    raise error
webkitpy.common.system.executive.ScriptError: Failed to run "['git', 'svn', 'init', '--prefix=origin/', '-T', 'trunk', 'http://svn.webkit.org/repository/webkit']" exit_code: 1 cwd: /home/tanty/devel/WebKit.git
Comment 1 Andres Gomez Garcia 2014-03-07 11:20:53 PST
Created attachment 226139 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-07 12:33:27 PST
Comment on attachment 226139 [details]
Patch

Clearing flags on attachment: 226139

Committed r165278: <http://trac.webkit.org/changeset/165278>
Comment 3 WebKit Commit Bot 2014-03-07 12:33:29 PST
All reviewed patches have been landed.  Closing bug.