<div dir="ltr"><div><div><div><div><div>Hi,<br></div>I tried to follow instruction from the link<br> <a href="http://developer.sugarlabs.org/dev-environment.md.html">http://developer.sugarlabs.org/dev-environment.md.html</a> <br>
</div> I am getting the following errors:<br></div>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 "/home/yogesh/sugar-build/build/out/sandbox-host/install/bin/broot", line 5, in <module><br> main.main()<br> File "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/main.py", line 80, in main<br>
if not cmd_function(options, other_args):<br> File "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/main.py", line 40, in cmd_setup<br> return root.setup()<br>
File "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/root.py", line 237, in setup<br> if not self._download():<br> File "/home/yogesh/sugar-build/build/out/sandbox-host/install/local/lib/python2.7/site-packages/broot/root.py", 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></div> <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>
</div>Please help me out.<br></div>