gclient sync --force --jobs=1 fails with svn: E160013: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk'

438 views
Skip to first unread message

Adrian Sandu

unread,
May 23, 2016, 4:56:25 AM5/23/16
to mod-pagespeed-discuss
Hi peeps,

I'm trying to update to latest-stable mod_pagespeed.... Compiling from source for apache.

This step fails:
gclient sync --force --jobs=1
.....
Checked out revision 256281.
Syncing projects:  97% (44/45)
________ running 'svn checkout http://gyp.googlecode.com/svn/trunk@1860 /home/dexter/src/mod_pagespeed/src/tools/gyp --revision 1860 --force --ignore-externals' in '/home/dexter/src/mod_pagespeed'
svn: E160013: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk'
svn: E160013: '/svn/trunk' path not found

src/tools/gyp (ERROR)
----------------------------------------
[0:03:13] Started.
----------------------------------------
Error: Command 'svn checkout http://gyp.googlecode.com/svn/trunk@1860 /home/dexter/src/mod_pagespeed/src/tools/gyp --revision 1860 --force --ignore-externals' returned non-zero exit status 1 in /home/dexter/src/mod_pagespeed

Jeffrey Crowell

unread,
May 23, 2016, 10:27:24 AM5/23/16
to mod-pagespeed-discuss
Hi,

Unfortunately gyp.googlecode.com has gone down since the latest release.

If you cherry-pick in this change https://github.com/pagespeed/mod_pagespeed/commit/651a2503f811354e950af43a2646f545c0935b22 you should be able to build without any issues.

Thanks,
Jeff

--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/e547b5ee-5edf-4dd6-b985-213ef438ddb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

beltran rueda borrego

unread,
Jul 4, 2016, 2:47:44 AM7/4/16
to mod-pagespeed-discuss
It seems is down yet so the Doc from https://developers.google.com/speed/pagespeed/module/build_mod_pagespeed_from_source#checkout is not correct. Is there any ETA to fix that in the stable version?


El lunes, 23 de mayo de 2016, 16:27:24 (UTC+2), Jeffrey Crowell escribió:
Hi,

Unfortunately gyp.googlecode.com has gone down since the latest release.

If you cherry-pick in this change https://github.com/pagespeed/mod_pagespeed/commit/651a2503f811354e950af43a2646f545c0935b22 you should be able to build without any issues.

Thanks,
Jeff
On Mon, May 23, 2016 at 4:56 AM, Adrian Sandu <dex...@d3xt3r01.tk> wrote:
Hi peeps,

I'm trying to update to latest-stable mod_pagespeed.... Compiling from source for apache.

This step fails:
gclient sync --force --jobs=1
.....
Checked out revision 256281.
Syncing projects:  97% (44/45)
________ running 'svn checkout http://gyp.googlecode.com/svn/trunk@1860 /home/dexter/src/mod_pagespeed/src/tools/gyp --revision 1860 --force --ignore-externals' in '/home/dexter/src/mod_pagespeed'
svn: E160013: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk'
svn: E160013: '/svn/trunk' path not found

src/tools/gyp (ERROR)
----------------------------------------
[0:03:13] Started.
----------------------------------------
Error: Command 'svn checkout http://gyp.googlecode.com/svn/trunk@1860 /home/dexter/src/mod_pagespeed/src/tools/gyp --revision 1860 --force --ignore-externals' returned non-zero exit status 1 in /home/dexter/src/mod_pagespeed

--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-discuss+unsub...@googlegroups.com.

Jeff Kaufman

unread,
Jul 6, 2016, 8:12:00 AM7/6/16
to mod-pagespeed-discuss
Updating the doc now, sorry!

Here's the diff:

@@ -99,6 +99,7 @@
</p>
<pre>
git checkout latest-stable
+ git cherry-pick 651a2503f81 # The gyp dependency moved after we released.
cd ..
gclient sync --force --jobs=1
</pre>
@@ -107,6 +108,7 @@
</p>
<pre>
git checkout master
+ git cherry-pick 651a2503f81 # The gyp dependency moved after we released.
cd ..
gclient sync --force --jobs=1
</pre>
>>> email to mod-pagespeed-di...@googlegroups.com.
> --
> You received this message because you are subscribed to the Google Groups
> "mod-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mod-pagespeed-di...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mod-pagespeed-discuss/b2025129-0029-4fba-a5b8-10659663fd4e%40googlegroups.com.

mimmovele

unread,
Jul 7, 2016, 4:36:53 AM7/7/16
to mod-pagespeed-discuss
Hi,
the Doc from https://developers.google.com/speed/pagespeed/module/build_mod_pagespeed_from_source#checkout still does not show the 'git cherry-pick ...' addition.
By the way, adding that instruction by myself seems to solve the problem while checking out the latest-stable, whereas it breaks the process when checking out the 1.9.32.14 branch:

$ gclient sync --force --jobs=1

src (ERROR)
----------------------------------------
[0:00:00] Started.
[0:00:00] ________ unmanaged solution; skipping src
----------------------------------------
Error: Var is not defined: chromium_git

Is it still possible to compile on the 1.9.32.14 branch?
Is the Doc https://developers.google.com/speed/pagespeed/module/build_mod_pagespeed_from_source still to be updated?

Thanks,
Mimmo
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/mod-pagespeed-discuss/e547b5ee-5edf-4dd6-b985-213ef438ddb3%40googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "mod-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an

Jeff Kaufman

unread,
Jul 7, 2016, 8:45:05 AM7/7/16
to mod-pagespeed-discuss
The doc change is still under review; I'll try to get it out today.

1.9.32.14 isn't supported anymore. In general, compiling one of our
old unsupported releases will need manual debugging to update
dependency locations and handle other changes. Sorry!
>> >>> email to mod-pagespeed-di...@googlegroups.com.
>> >>> To view this discussion on the web visit
>> >>>
>> >>> https://groups.google.com/d/msgid/mod-pagespeed-discuss/e547b5ee-5edf-4dd6-b985-213ef438ddb3%40googlegroups.com.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "mod-pagespeed-discuss" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to mod-pagespeed-di...@googlegroups.com.
> --
> You received this message because you are subscribed to the Google Groups
> "mod-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mod-pagespeed-di...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mod-pagespeed-discuss/f1dadee2-3760-46e8-9ca0-52266693b17c%40googlegroups.com.

mimmovele

unread,
Jul 7, 2016, 11:00:39 AM7/7/16
to mod-pagespeed-discuss
Thanks Jeff,
which are the supported releases then?
>> >>> To view this discussion on the web visit
>> >>>
>> >>> https://groups.google.com/d/msgid/mod-pagespeed-discuss/e547b5ee-5edf-4dd6-b985-213ef438ddb3%40googlegroups.com.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "mod-pagespeed-discuss" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > To view this discussion on the web visit
>> >
>> > https://groups.google.com/d/msgid/mod-pagespeed-discuss/b2025129-0029-4fba-a5b8-10659663fd4e%40googlegroups.com.
>> >
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "mod-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an

Jeffrey Crowell

unread,
Jul 7, 2016, 11:01:38 AM7/7/16
to mod-pagespeed-discuss
Currently 1.11.33.2 is supported.

Thanks Jeff,
>> >>> To view this discussion on the web visit
>> >>>
>> >>> https://groups.google.com/d/msgid/mod-pagespeed-discuss/e547b5ee-5edf-4dd6-b985-213ef438ddb3%40googlegroups.com.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "mod-pagespeed-discuss" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > To view this discussion on the web visit
>> >
>> > https://groups.google.com/d/msgid/mod-pagespeed-discuss/b2025129-0029-4fba-a5b8-10659663fd4e%40googlegroups.com.
>> >
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "mod-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an

--
You received this message because you are subscribed to the Google Groups "mod-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-pagespeed-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mod-pagespeed-discuss/1a8d32e1-d5c6-4e62-896f-02b96ac32e58%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages