2007/1/8, gonzalo delgado &lt;<a href="mailto:gonzalo@tuquito.org.ar">gonzalo@tuquito.org.ar</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q">2007/1/8, Marco Pesenti Gritti &lt;<a href="mailto:mpg@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mpg@redhat.com</a>&gt;:</span><div><span class="gmail_quote"></span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q"><br>Oh hrm, lib64, that&#39;s going to be interesting... We should fix jhbuild<br>to get that path right I guess. Can you open a ticket? In the meantime<br>you might want to just patch jhbuild to set the PYTHONPATH correctly on
<br>your box.<br><br>Marco<br><br></span></blockquote></div><br>&nbsp;Yeah, I solved it the quick&#39;n&#39;dirty way for now, just doing &quot;ln -s lib64 lib&quot;, hehe.<br>
&nbsp;Thanks<br><br clear="all"><br>-- <br><span class="sg">Gonzalo Delgado.

</span></blockquote></div><br>I erased the sugar-jhbuild tree completely and started over again. I changed these lines in the sugar-jhbuild file:<br><br>path = &#39;lib/python2.4/site-packages&#39;<br>jhbuild.config.addpath
(&#39;PYTHONPATH&#39;, os.path.join(config.prefix, path))<br><br>path = &#39;lib/gtk-2.0/&#39;<br>jhbuild.config.addpath(&#39;GTK_PATH&#39;, os.path.join(config.prefix, path))<br><br>to this<br><br>path = &#39;lib64/python2.4/site-packages&#39;
<br>jhbuild.config.addpath(&#39;PYTHONPATH&#39;, os.path.join(config.prefix, path))<br><br>path = &#39;lib64/gtk-2.0/&#39;<br>jhbuild.config.addpath(&#39;GTK_PATH&#39;, os.path.join(config.prefix, path))<br clear="all"><br>
&nbsp;I do &quot;./sugar-jhbuild&quot; and everything runs smoothly until:<br><br>*** Building xbook *** [30/38]<br>python setup.py build<br>Traceback (most recent call last):<br>&nbsp; File &quot;setup.py&quot;, line 19, in ?<br>&nbsp;&nbsp;&nbsp; from 
sugar.activity import bundlebuilder<br>&nbsp; File &quot;/home/gonzalo/codigo/sugar-jhbuild/build/lib64/python2.4/site-packages/sugar/activity/__init__.py&quot;, line 1, in ?<br>&nbsp;&nbsp;&nbsp; import gtk<br>&nbsp; File &quot;/usr/lib64/python2.4/site-packages/gtk-
2.0/gtk/__init__.py&quot;, line 38, in ?<br>&nbsp;&nbsp;&nbsp; import gobject as _gobject<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gtk-2.0/gobject/__init__.py&quot;, line 30, in ?<br>&nbsp;&nbsp;&nbsp; from _gobject import *<br>ImportError: /home/gonzalo/codigo/sugar-jhbuild/build/lib64/libgthread-
2.0.so.0: undefined symbol: clock_gettime<br>*** error during stage build of xbook: Error running [&#39;python&#39;, &#39;setup.py&#39;, &#39;build&#39;] *** [30/38]<br><br>:(<br><br>-- <br>Gonzalo Delgado.