Bug 96380 - Tools/Scripts/build-webkit crashes/failed to build webkit
Summary: Tools/Scripts/build-webkit crashes/failed to build webkit
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 05:35 PDT by jaybhaskar
Modified: 2012-09-12 00:27 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jaybhaskar 2012-09-11 05:35:43 PDT
In Tools/Script folder build-webkit script crashes giving following  TraceBack
Calling autogen.sh in /opt/Release/WebKit/WebKitBuild/Release

grep: /opt/Release/WebKit/WebKitBuild/Release/GNUmakefile: No such file or directory
Cloning into 'jhbuild'...
fatal: unable to connect to git.gnome.org:
git.gnome.org[0: 209.132.180.173]: errno=Connection timed out

Traceback (most recent call last):
  File "/opt/Release/WebKit/Tools/gtk/../Scripts/../../Tools/jhbuild/jhbuild-wrapper", line 120, in <module>
    ensure_jhbuild(platform)
  File "/opt/Release/WebKit/Tools/gtk/../Scripts/../../Tools/jhbuild/jhbuild-wrapper", line 103, in ensure_jhbuild
    clone_jhbuild()
  File "/opt/Release/WebKit/Tools/gtk/../Scripts/../../Tools/jhbuild/jhbuild-wrapper", line 74, in clone_jhbuild
    raise Exception('jhbuild git clone failed with return code: %i' % process.returncode)
Exception: jhbuild git clone failed with return code: 128
Calling autogen.sh failed!

The above comes out when below commands is being executes
#./Tools/Scripts/build-webkit --gtk --release
Comment 1 Alexey Proskuryakov 2012-09-11 10:55:10 PDT
Please post build issues to webkit-help mailing list. It is only appropriate to file a Bugzilla bug when there is a reason to believe that the failure is caused by a bug in webkit.org source code.
Comment 2 jaybhaskar 2012-09-12 00:27:28 PDT
(In reply to comment #1)
> Please post build issues to webkit-help mailing list. It is only appropriate to file a Bugzilla bug when there is a reason to believe that the failure is caused by a bug in webkit.org source code.

Thank you for your suggestion .