Development Team/Jhbuild: Difference between revisions
Mention workaround for rpath issue |
|||
| Line 9: | Line 9: | ||
Distros supported by the development community are Debian unstable, Fedora Rawhide, Fedora 10, and Ubuntu 8.10. Other distros which have a recent-enough release (e.g. including the latest stable GNOME release) can be supported if someone is willing to maintain the dependencies for that distro release (in config/sysdeps). | Distros supported by the development community are Debian unstable, Fedora Rawhide, Fedora 10, and Ubuntu 8.10. Other distros which have a recent-enough release (e.g. including the latest stable GNOME release) can be supported if someone is willing to maintain the dependencies for that distro release (in config/sysdeps). | ||
''' Note that Debian Unstable and derived distros (e.g. Ubuntu Intrepid) contain a bug in python-gnome that impedes running jhbuild ''' | |||
To work around this use chrpath to remove the rpath setting from your system's gconf.so: | |||
sudo aptitude install chrpath | |||
sudo chrpath -d /usr/lib/python-support/python-gnome2/python2.5/gtk-2.0/gconf.so | |||
==Checkout sugar-jhbuild== | ==Checkout sugar-jhbuild== | ||