<div dir="ltr">On 19 June 2013 23:57, Daniel Narvaez <span dir="ltr"><<a href="mailto:dwnarvaez@gmail.com" target="_blank">dwnarvaez@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="im">On 19 June 2013 23:49, Alan Jhonn Aguiar Schwyn <span dir="ltr"><<a href="mailto:alanjas@hotmail.com" target="_blank">alanjas@hotmail.com</a>></span> wrote:<br></div><div class="gmail_extra">
<div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">I just reinstall my Ubuntu, and clone the sugar-build again.<div>When you try run the .osbuild you get:</div><div><br></div><div><div>alan@alan-pc:~/Documentos/GIT/sugar-build$ ./osbuild </div><div>= Setup the build system =</div>

<div><br></div><div>* Create the python virtualenv</div><div>* Install osbuild package</div><div>Command /home/alan/Documentos/GIT/sugar-build/build/out/sandbox/install/bin/python -c "import setuptools;__file__='/tmp/pip-u44G5f-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-imevXJ-record/install-record.txt --single-version-externally-managed --install-headers /home/alan/Documentos/GIT/sugar-build/build/out/sandbox/install/include/site/python2.7 failed with error code 1 in /tmp/pip-u44G5f-build</div>

<div>Storing complete log in /home/alan/.pip/pip.log</div><div><div>Traceback (most recent call last):</div></div><div>  File "./osbuild", line 245, in <module></div><div>    main()</div><div>  File "./osbuild", line 210, in main</div>

<div>    raise e</div><div>subprocess.CalledProcessError: Command '['/home/alan/Documentos/GIT/sugar-build/build/out/sandbox/install/bin/pip', '-q', 'install', 'git+git://<a href="http://github.com/dnarvaez/osbuild%27" target="_blank">github.com/dnarvaez/osbuild'</a>]' returned non-zero exit status 1</div>

<div><br></div><div>I search on the pip.log (attached) and found:</div><div><br></div><div>src/ext.c:24:22: fatal error: X11/Xlib.h: No existe el archivo o el directorio</div><div><br></div><div>I install libx11-dev and now works. Maybe that dependency must checked before??</div>

</div></div></div></blockquote><div><br></div></div><div>Uggggh, that's tricky because it happens before the usual dependencies installation stuff is available. Maybe I need to figure out how to remove the X dependency from there. The alternative is to suggest to install X headers but that's not really very friendly :/<br>
</div></div></div></div></blockquote><div><br></div><div>Reverted the patch that introduced that dependency (even though it makes me sad). Thanks for reporting this, pretty bad one. <br></div></div></div></div>