Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-10 Thread Sascha Silbe
On Mon, Feb 09, 2009 at 07:07:02PM +0100, Jonas Smedegaard wrote: [Ubuntu python-gconf has RPATH setting] If this turns out to be the case, you should probably file a bugreport against Ubuntu. Done. [1] [1] https://bugs.launchpad.net/ubuntu/+source/gnome-python/+bug/327671 CU Sascha --

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-10 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Feb 10, 2009 at 05:33:09PM +0100, Sascha Silbe wrote: On Mon, Feb 09, 2009 at 07:07:02PM +0100, Jonas Smedegaard wrote: [Ubuntu python-gconf has RPATH setting] If this turns out to be the case, you should probably file a bugreport

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-10 Thread Alex Holkner
On Wed, Feb 11, 2009 at 3:33 AM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: On Mon, Feb 09, 2009 at 07:07:02PM +0100, Jonas Smedegaard wrote: [Ubuntu python-gconf has RPATH setting] If this turns out to be the case, you should probably file a bugreport against Ubuntu. Done. [1]

[Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Alex Holkner
On Mon, Feb 9, 2009 at 10:25 PM, Marco Pesenti Gritti marc...@sugarlabs.org wrote: Is this a clean jhbuild? So far I have only followed the instructions on the wiki, on an up-to-date Ubuntu 8.10, and not tinkered with anything else. Do you have sugar-jhbuild/install/libexec/gconfd-2 ? Yes.

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
Please try the following: ./sugar-jhbuild shell python import gconf find out the python process pid cat /proc/[pid]/maps | grep gconf Thanks, Marco ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Sascha Silbe
On Mon, Feb 09, 2009 at 02:59:16PM +0100, Marco Pesenti Gritti wrote: cat /proc/[pid]/maps | grep gconf 7fd77a69b000-7fd77a6d3000 r-xp 08:01 355522 /usr/lib/libgconf-2.so.4.1.5 7fd77a6d3000-7fd77a8d2000 ---p 00038000 08:01 355522

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 3:22 PM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: On Mon, Feb 09, 2009 at 02:59:16PM +0100, Marco Pesenti Gritti wrote: cat /proc/[pid]/maps | grep gconf 7fd77a69b000-7fd77a6d3000 r-xp 08:01 355522 /usr/lib/libgconf-2.so.4.1.5

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 3:32 PM, Marco Pesenti Gritti marc...@sugarlabs.org wrote: On Mon, Feb 9, 2009 at 3:22 PM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: On Mon, Feb 09, 2009 at 02:59:16PM +0100, Marco Pesenti Gritti wrote: cat /proc/[pid]/maps | grep gconf

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Sascha Silbe
On Mon, Feb 09, 2009 at 03:32:23PM +0100, Marco Pesenti Gritti wrote: This is why it's failing... It should use the libgconf inside sugar-jhbuild/install. Then why does config/sysdeps/ubuntu-8.10.xml list gconf and python-gconf as dependencies? Do some parts of sugar use the system-supplied

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Sascha Silbe
On Mon, Feb 09, 2009 at 03:35:41PM +0100, Marco Pesenti Gritti wrote: ./sugar-jhbuild shell ldd /usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so linux-vdso.so.1 = (0x7fffea1fe000) libgconf-2.so.4 = /usr/lib/libgconf-2.so.4 (0x7f35e1c02000)

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 4:00 PM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: On Mon, Feb 09, 2009 at 03:32:23PM +0100, Marco Pesenti Gritti wrote: This is why it's failing... It should use the libgconf inside sugar-jhbuild/install. Then why does config/sysdeps/ubuntu-8.10.xml list

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 4:08 PM, Marco Pesenti Gritti marc...@sugarlabs.org wrote: Hmmm I suspect some x86_64 weirdness. Alex, are you also on x86_64? Sascha, can you try to install the 64 bit version of python-gconf and see if it helps? I must say I have no idea if Ubuntu is multilib...

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Sascha Silbe
On Mon, Feb 09, 2009 at 04:08:18PM +0100, Marco Pesenti Gritti wrote: Then why does config/sysdeps/ubuntu-8.10.xml list gconf and python-gconf as dependencies? Do some parts of sugar use the system-supplied ones and others the privately installed ones? It sounds like a bug in the sysdeps.

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Sascha Silbe
On Mon, Feb 09, 2009 at 04:35:06PM +0100, Marco Pesenti Gritti wrote: It seem to be ignoring the LD_LIBRARY_PATH. Anyone have ideas on what could be the reason? From info ld: `-rpath DIR' Add a directory to the runtime library search path. This is used when linking an ELF

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 5:10 PM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: I suppose python-gconf has been compiled using the -rpath option. Don't know how to dump the rpath setting, but the library does contain the string /usr/lib so it seems likely. Could be. If someone knows how

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 5:24 PM, Marco Pesenti Gritti marc...@sugarlabs.org wrote: The other option is to use system GConf, but that also is quite painful because the ORBit version of it is not really jhbuild config (If I remember correctly we would have to ask people to mess with /etc to get

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 09, 2009 at 05:24:53PM +0100, Marco Pesenti Gritti wrote: On Mon, Feb 9, 2009 at 5:10 PM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: I suppose python-gconf has been compiled using the -rpath option. Don't know how to dump the

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Marco Pesenti Gritti
On Mon, Feb 9, 2009 at 7:07 PM, Jonas Smedegaard d...@jones.dk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 09, 2009 at 05:24:53PM +0100, Marco Pesenti Gritti wrote: On Mon, Feb 9, 2009 at 5:10 PM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: I suppose

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 09, 2009 at 07:22:41PM +0100, Marco Pesenti Gritti wrote: On Mon, Feb 9, 2009 at 7:07 PM, Jonas Smedegaard d...@jones.dk wrote: On Mon, Feb 09, 2009 at 05:24:53PM +0100, Marco Pesenti Gritti wrote: On Mon, Feb 9, 2009 at 5:10 PM, Sascha

[Sugar-devel] Getting sugar-jhbuild run working

2009-02-08 Thread Alex Holkner
Thanks for the previous help in getting sugar-jhbuild updating from the correct git repository. I've now got a successful install (this involved upgrading to Ubuntu 8.10 and installing some additional packages not listed on the wiki -- I've added them now). Running './sugar-jhbuild run' brings

Re: [Sugar-devel] Getting sugar-jhbuild run working

2009-02-08 Thread Marco Pesenti Gritti
Can you send ~/.sugar/default/logs/shell.log? Marco On Mon, Feb 9, 2009 at 5:47 AM, Alex Holkner alex.holk...@gmail.com wrote: Thanks for the previous help in getting sugar-jhbuild updating from the correct git repository. I've now got a successful install (this involved upgrading to Ubuntu