2007/1/8, gonzalo delgado <<a href="mailto:gonzalo@tuquito.org.ar">gonzalo@tuquito.org.ar</a>>:<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 <<a href="mailto:mpg@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mpg@redhat.com</a>>:</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'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> Yeah, I solved it the quick'n'dirty way for now, just doing "ln -s lib64 lib", hehe.<br>
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 = 'lib/python2.4/site-packages'<br>jhbuild.config.addpath
('PYTHONPATH', os.path.join(config.prefix, path))<br><br>path = 'lib/gtk-2.0/'<br>jhbuild.config.addpath('GTK_PATH', os.path.join(config.prefix, path))<br><br>to this<br><br>path = 'lib64/python2.4/site-packages'
<br>jhbuild.config.addpath('PYTHONPATH', os.path.join(config.prefix, path))<br><br>path = 'lib64/gtk-2.0/'<br>jhbuild.config.addpath('GTK_PATH', os.path.join(config.prefix, path))<br clear="all"><br>
I do "./sugar-jhbuild" and everything runs smoothly until:<br><br>*** Building xbook *** [30/38]<br>python setup.py build<br>Traceback (most recent call last):<br> File "setup.py", line 19, in ?<br> from
sugar.activity import bundlebuilder<br> File "/home/gonzalo/codigo/sugar-jhbuild/build/lib64/python2.4/site-packages/sugar/activity/__init__.py", line 1, in ?<br> import gtk<br> File "/usr/lib64/python2.4/site-packages/gtk-
2.0/gtk/__init__.py", line 38, in ?<br> import gobject as _gobject<br> File "/usr/lib/python2.4/site-packages/gtk-2.0/gobject/__init__.py", line 30, in ?<br> 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 ['python', 'setup.py', 'build'] *** [30/38]<br><br>:(<br><br>-- <br>Gonzalo Delgado.