<div dir="ltr">I guess I am facing troubles with setting proxy for the above. If anyone could please tell me how to do that, it would be of great help. Thanks.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Feb 14, 2014 at 7:54 PM, Ignacio Rodríguez <span dir="ltr"><<a href="mailto:nachoel01@gmail.com" target="_blank">nachoel01@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">---------- Forwarded message ----------<br>
From: Yogesh Maheshwari <<a href="mailto:yogicxl@gmail.com">yogicxl@gmail.com</a>><br>
Date: Fri, 14 Feb 2014 19:30:05 +0530<br>
Subject: Re: [Sugar-devel] Error in ./osbuild pull<br>
To: Ignacio Rodríguez <<a href="mailto:nachoel01@gmail.com">nachoel01@gmail.com</a>><br>
<br>
@Daniel<br>
It works consistently.<br>
<br>
<br>
On Fri, Feb 14, 2014 at 7:12 PM, Yogesh Maheshwari <<a href="mailto:yogicxl@gmail.com">yogicxl@gmail.com</a>>wrote:<br>
<br>
> Thanks but I guess i have a good connection, and I also noticed that same<br>
> set of commands work fine in ubuntu, but I get errors using Mint. So could<br>
> you please help me figure out why.<br>
><br>
><br>
> On Fri, Feb 14, 2014 at 5:01 PM, Ignacio Rodríguez <<a href="mailto:nachoel01@gmail.com">nachoel01@gmail.com</a>>wrote:<br>
><br>
>> As I understand you have a very low connection..<br>
>><br>
>> I think in $ sudo broot setup the sugar-build try to download:<br>
>> <a href="http://sugarlabs.org/~buildbot/broot/" target="_blank">http://sugarlabs.org/~buildbot/broot/</a> <- any file on this folder..<br>
>><br>
>> And if you haven't a good connection it fails (file size ~200mb)<br>
>><br>
>> 2014-02-14 8:10 GMT-02:00, Sam Parkinson <<a href="mailto:sam.parkinson3@gmail.com">sam.parkinson3@gmail.com</a>>:<br>
>> > Hi Yogesh,<br>
>> ><br>
>> > I'm not exactly sure what is going wrong, all the people who know about<br>
>> > this are probably sleeping since it is 2am where they are :)<br>
>> ><br>
>> > I'm looking at my build environment and there must have been some<br>
>> changes<br>
>> > in the new version; I can't find the code at exactly the same place.<br>
>> ><br>
>> > I would have 3 (dumb) suggestions that might be worth a try:<br>
>> ><br>
>> >     1. Try Again :) Maybe someone was upgrading the server or your<br>
>> internet<br>
>> > was dropping out<br>
>> ><br>
>> >     2. Add a logging call so we can get some idea what is happening.<br>
>> Maybe<br>
>> > in File "/home/yogesh/sugar-build/build/out/sandbox-host/<br>
>> > install/local/lib/python2.7/site-packages/broot/root.py", line 281, in<br>
>> > _download put<br>
>> ><br>
>> >             print 'Trying to get url', last_url<br>
>> ><br>
>> >         You could ping that url and see what happens?<br>
>> ><br>
>> >     3. (DUMB) Try git reverting or whatever to an older version on<br>
>> > sugar-build?<br>
>> ><br>
>> > Sam<br>
>> ><br>
>> ><br>
>> > On Fri, Feb 14, 2014 at 6:09 PM, Yogesh Maheshwari<br>
>> > <<a href="mailto:yogicxl@gmail.com">yogicxl@gmail.com</a>>wrote:<br>
>> ><br>
>> >> Hi,<br>
>> >> I tried to follow instruction from the link<br>
>> >>  <a href="http://developer.sugarlabs.org/dev-environment.md.html" target="_blank">http://developer.sugarlabs.org/dev-environment.md.html</a><br>
>> >>  I am getting the following errors:<br>
>> >> output after ./osbuild pull:<br>
>> >><br>
>> >> = Setup the host build system =<br>
>> >><br>
>> >> * Create the python virtualenv<br>
>> >> * Install python packages<br>
>> >> * Pull latest sugar-build<br>
>> >> * Setup the build root<br>
>> >><br>
>> >> $ sudo broot setup<br>
>> >> Traceback (most recent call last):<br>
>> >>   File<br>
>> >> "/home/yogesh/sugar-build/build/out/sandbox-host/install/bin/broot",<br>
>> line<br>
>> >> 5, in <module><br>
>> >>     main.main()<br>
>> >>   File<br>
>> >><br>
>> "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/main.py",<br>
>> >> line 80, in main<br>
>> >>     if not cmd_function(options, other_args):<br>
>> >>   File<br>
>> >><br>
>> "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/main.py",<br>
>> >> line 40, in cmd_setup<br>
>> >>     return root.setup()<br>
>> >>   File<br>
>> >><br>
>> "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/root.py",<br>
>> >> line 237, in setup<br>
>> >>     if not self._download():<br>
>> >>   File<br>
>> >><br>
>> "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/root.py",<br>
>> >> line 281, in _download<br>
>> >>     last = urllib2.urlopen(last_url).read().strip()<br>
>> >>   File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen<br>
>> >>     return _opener.open(url, data, timeout)<br>
>> >>   File "/usr/lib/python2.7/urllib2.py", line 404, in open<br>
>> >>     response = self._open(req, data)<br>
>> >>   File "/usr/lib/python2.7/urllib2.py", line 422, in _open<br>
>> >>     '_open', req)<br>
>> >>   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain<br>
>> >>     result = func(*args)<br>
>> >>   File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open<br>
>> >>     return self.do_open(httplib.HTTPConnection, req)<br>
>> >>   File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open<br>
>> >>     raise URLError(err)<br>
>> >> urllib2.URLError: <urlopen error [Errno 110] Connection timed out><br>
>> >><br>
>> >> = Pulling =<br>
>> >><br>
>> >> * Pulling automake<br>
>> >> * Pulling gwebsockets<br>
>> >> * Pulling sugar-docs<br>
>> >> * Pulling sugar-base<br>
>> >> * Pulling sugar-toolkit<br>
>> >> * Pulling sugar-toolkit-gtk3<br>
>> >> * Pulling sugar<br>
>> >> * Pulling sugar-artwork<br>
>> >> * Pulling sugar-datastore<br>
>> >> * Pulling sugar-runner<br>
>> >> * Pulling webL10n<br>
>> >> * Pulling sugar-web<br>
>> >> * Pulling sugar-web-test<br>
>> >> * Pulling sugar-web-template<br>
>> >> * Pulling docker<br>
>> >> * Pulling browse<br>
>> >> * Pulling write<br>
>> >> * Pulling chat<br>
>> >> * Pulling read<br>
>> >> * Pulling log<br>
>> >> * Pulling terminal<br>
>> >> * Pulling pippy<br>
>> >> * Pulling imageviewer<br>
>> >> * Pulling jukebox<br>
>> >> * Pulling turtleart<br>
>> >> * Pulling clock-web<br>
>> >> * Pulling gtd-activity<br>
>> >><br>
>> >> and after ./osbuild shell<br>
>> >> $ sudo broot run osbuild shell<br>
>> >> You must create or download the build root first.<br>
>> >><br>
>> >> ! Failed to run command shell<br>
>> >><br>
>> >><br>
>> >> Please help me out.<br>
>> >><br>
>> >> _______________________________________________<br>
>> >> Sugar-devel mailing list<br>
>> >> <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
>> >> <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
>> >><br>
>> >><br>
>> ><br>
>><br>
>><br>
>> --<br>
>> Saludos.<br>
>> Ignacio Rodríguez<br>
>><br>
><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Saludos.<br>
Ignacio Rodríguez<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</div></div></blockquote></div><br></div>