Bug 96380

Summary: Tools/Scripts/build-webkit crashes/failed to build webkit
Product: WebKit Reporter: jaybhaskar <jay.bhaskar>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   

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 .