Bug 142867

Summary: [GTK][jhbuild] Fix flakey failures due to unstable googlecode repository
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, clopez, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch ossy: review+

Description Csaba Osztrogonác 2015-03-19 08:48:58 PDT
error:
svn: E175002: Unable to connect to a repository at URL 'http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp'
svn: E175002: Unexpected HTTP status 502 'Bad Gateway' on '/svn/trunk/KERN/usrsctp'

svn: E175002: Additional errors:
svn: E175002: OPTIONS request on '/svn/trunk/KERN/usrsctp' failed: 502 Bad Gateway
*** Error during phase checkout of libusrsctp: ########## Error running svn update --non-interactive --accept postpone . *** [29/33]
*** module gst-plugins-openwebrtc not built due to non buildable libusrsctp *** [30/33]

https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug%20%28Build%29?numbuilds=200 - 4 failures
https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29?numbuilds=200 - 2 failures
https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29?numbuilds=100 - 2 failures
https://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release?numbuilds=200 - 1 failure
https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29?numbuilds=200 - 1 failure

If this problem is regular, maybe we should switch to a more stable mirror, for example github.
Let's wait a little bit, maybe there won't be problems in the future, who knows.

EFL will download it from github as tar.gz, my fork additionally fixed 
a build issue on ARM too: https://bugs.webkit.org/show_bug.cgi?id=142778#c21

but it can be download from git too:

-  <repository type="svn" name="sctp-refimpl-google"
-      href="http://sctp-refimpl.googlecode.com/svn/"/>

...

-     <branch repo="sctp-refimpl-google" module="trunk/KERN/usrsctp/" revision="r9168"/>
+     <branch repo="github.com" module="ossy-szeged/sctp-refimpl.git" checkoutdir="libusrsctp" tag="libusrsctp-r9168"/>
Comment 1 Philippe Normand 2015-03-20 00:55:32 PDT
Created attachment 249094 [details]
patch
Comment 2 Csaba Osztrogonác 2015-03-20 00:57:49 PDT
Comment on attachment 249094 [details]
patch

rs=me
Comment 3 Philippe Normand 2015-03-20 02:01:51 PDT
Committed r181792: <http://trac.webkit.org/changeset/181792>