[Webkit-unassigned] [Bug 124938] New: [GTK] Tools/Scripts/update-webkitgtk-libs unsorted and fails because of missing "git"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 27 07:00:12 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124938

           Summary: [GTK] Tools/Scripts/update-webkitgtk-libs unsorted and
                    fails because of missing "git"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agomez at igalia.com


Debootsrapped Debian Testing in which we have installed the needed dependencies with:

$ Tools/gtk/install-dependencies

Then, we try to updated the jhbuild dependencies and we get:

$ Tools/Scripts/update-webkitgtk-libs
Updating GTK+ port dependencies using jhbuild...
Traceback (most recent call last):
  File "./jhbuild-wrapper", line 120, in <module>
    ensure_jhbuild(platform)
  File "./jhbuild-wrapper", line 103, in ensure_jhbuild
    clone_jhbuild()
  File "./jhbuild-wrapper", line 71, in clone_jhbuild
    process = subprocess.Popen(['git', 'clone', 'git://git.gnome.org/jhbuild'], cwd=source_path)
  File "/usr/lib/python2.7/subprocess.py", line 709, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1326, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Running jhbuild-wrapper build failed.
Died at Tools/Scripts/update-webkitgtk-libs line 24.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list