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

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 against Ubuntu.
 Done. [1]


 [1] https://bugs.launchpad.net/ubuntu/+source/gnome-python/+bug/327671

Excellent!


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmRyV8ACgkQn7DbMsAkQLib+wCgiyJarbSHC4xbNCudQD40sz5h
mIwAoJ0UEYWTYSTBsj5RqRFSlE2+Uhdl
=LlYo
-END PGP SIGNATURE-
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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]


 [1] https://bugs.launchpad.net/ubuntu/+source/gnome-python/+bug/327671

Thanks very much everyone, I removed the RPATH using chrpath and now
sugar is working.

Alex.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[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.

Alex.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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
http://lists.sugarlabs.org/listinfo/sugar-devel


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 
/usr/lib/libgconf-2.so.4.1.5
7fd77a8d2000-7fd77a8d4000 r--p 00037000 08:01 355522 
/usr/lib/libgconf-2.so.4.1.5
7fd77a8d4000-7fd77a8d7000 rw-p 00039000 08:01 355522 
/usr/lib/libgconf-2.so.4.1.5
7fd77a8d7000-7fd77a8e8000 r-xp  08:01 10788  
/usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so
7fd77a8e8000-7fd77aae7000 ---p 00011000 08:01 10788  
/usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so
7fd77aae7000-7fd77aae9000 r--p 0001 08:01 10788  
/usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so
7fd77aae9000-7fd77aaeb000 rw-p 00012000 08:01 10788  
/usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so



As both gconf and python-gconf are listed in sysdeps, I guess this looks 
like it's supposed to be?


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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
 7fd77a6d3000-7fd77a8d2000 ---p 00038000 08:01 355522
 /usr/lib/libgconf-2.so.4.1.5
 7fd77a8d2000-7fd77a8d4000 r--p 00037000 08:01 355522
 /usr/lib/libgconf-2.so.4.1.5
 7fd77a8d4000-7fd77a8d7000 rw-p 00039000 08:01 355522
 /usr/lib/libgconf-2.so.4.1.5

This is why it's failing... It should use the libgconf inside
sugar-jhbuild/install.

./sugar-jhbuild shell
echo $LD_LIBRARY_PATH

Please share the output and verify that you actually have a libgconf*
inside that directory.

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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

 7fd77a69b000-7fd77a6d3000 r-xp  08:01 355522
 /usr/lib/libgconf-2.so.4.1.5
 7fd77a6d3000-7fd77a8d2000 ---p 00038000 08:01 355522
 /usr/lib/libgconf-2.so.4.1.5
 7fd77a8d2000-7fd77a8d4000 r--p 00037000 08:01 355522
 /usr/lib/libgconf-2.so.4.1.5
 7fd77a8d4000-7fd77a8d7000 rw-p 00039000 08:01 355522
 /usr/lib/libgconf-2.so.4.1.5

 This is why it's failing... It should use the libgconf inside
 sugar-jhbuild/install.

 ./sugar-jhbuild shell
 echo $LD_LIBRARY_PATH

 Please share the output and verify that you actually have a libgconf*
 inside that directory.

Also:

./sugar-jhbuild shell
ldd /usr/lib/python-support/python-gconf/python2.5/gtk-2.0/gconf.so

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 ones and 
others the privately installed ones?



./sugar-jhbuild shell
echo $LD_LIBRARY_PATH

LD_LIBRARY_PATH=/home/sugar/sugar-jhbuild/install/lib64
PYTHONPATH=/home/sugar/sugar-jhbuild/install/lib64/python2.5/site-packages/gtk-2.0:/home/sugar/sugar-jhbuild/install/lib/python2.5/site-packages:/home/sugar/sugar-jhbuild/install/lib64/python2.5/site-packages


Please share the output and verify that you actually have a libgconf*
inside that directory.

/home/sugar/sugar-jhbuild/install/lib64/pkgconfig
/home/sugar/sugar-jhbuild/install/lib64/pkgconfig/gconf-2.0.pc
/home/sugar/sugar-jhbuild/install/lib64/libgconf-2.so.4
/home/sugar/sugar-jhbuild/install/lib64/libgconf-2.la
/home/sugar/sugar-jhbuild/install/lib64/libgconf-2.so.4.1.0
/home/sugar/sugar-jhbuild/install/lib64/GConf-dbus/2/libgconfbackend-xml.a
/home/sugar/sugar-jhbuild/install/lib64/GConf-dbus/2/libgconfbackend-oldxml.la
/home/sugar/sugar-jhbuild/install/lib64/GConf-dbus/2/libgconfbackend-oldxml.a
/home/sugar/sugar-jhbuild/install/lib64/GConf-dbus/2/libgconfbackend-xml.so
/home/sugar/sugar-jhbuild/install/lib64/GConf-dbus/2/libgconfbackend-oldxml.so
/home/sugar/sugar-jhbuild/install/lib64/GConf-dbus/2/libgconfbackend-xml.la
/home/sugar/sugar-jhbuild/install/lib64/libgconf-2.so
/home/sugar/sugar-jhbuild/install/lib64/libgconf-2.a


I cannot find the python package, though - neither installed any source 
for it. GConf-dbus seems to provide only the shared libraries, not the 
Python wrapper (at least it doesn't say anything at all about Python 
during the whole build).


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x7f35e193d000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f35e1713000)
libc.so.6 = /lib/libc.so.6 (0x7f35e13a1000)
	libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 
(0x7f35e119d000)

libORBit-2.so.0 = /usr/lib/libORBit-2.so.0 (0x7f35e0f2e000)
	libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 
(0x7f35e0d29000)

librt.so.1 = /lib/librt.so.1 (0x7f35e0b2)
	libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 
(0x7f35e08fe000)

libdbus-1.so.3 = /lib/libdbus-1.so.3 (0x7f35e06c1000)
	libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 
(0x7f35e047b000)

libpcre.so.3 = /lib/libpcre.so.3 (0x7f35e0251000)
/lib64/ld-linux-x86-64.so.2 (0x7f35e2055000)
libdl.so.2 = /lib/libdl.so.2 (0x7f35e004d000)
libnsl.so.1 = /lib/libnsl.so.1 (0x7f35dfe33000)



CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 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.

 /home/sugar/sugar-jhbuild/install/lib64/libgconf-2.so.4

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?

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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...

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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.

OK. Will file a bug later.


/home/sugar/sugar-jhbuild/install/lib64/libgconf-2.so.4

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?
Do you mean the _32_ bit version? Everything installed should be 64bit. 
I've just verified this for python-gconf (the system version - as 
mentioned, sugar-jhbuild doesn't contain it), just to be sure.


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 executable with shared objects.  All `-rpath'
 arguments are concatenated and passed to the runtime linker, which
 uses them to locate shared objects at runtime.  The `-rpath'
 option is also used when locating shared objects which are needed
 by shared objects explicitly included in the link; see the
 description of the `-rpath-link' option.  If `-rpath' is not used
 when linking an ELF executable, the contents of the environment
 variable `LD_RUN_PATH' will be used if it is defined.

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.


Any reason why sugar tries to use the system-supplied Python wrapper in 
combination with a locally installed gconf library? How do you ensure 
those two match exactly, given that the Python wrapper is compiled 
_before_ the library?


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/


signature.asc
Description: Digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 to lookup Ubuntu build logs that should
be easy to confirm...

 Any reason why sugar tries to use the system-supplied Python wrapper in
 combination with a locally installed gconf library? How do you ensure those
 two match exactly, given that the Python wrapper is compiled _before_ the
 library?

You can't ensure it but GConf API has been stable for a while now and
I don't expect it to change. If we could rebuild just
gnome-python-desktop that would be probably fine but... I'm not sure
it's possible to mix gnome-python modules from system and jhbuild
because of the gtk-2.0 path trick. I guess at worst we could play with
pythonpath. I don't have time to try that out right now, if someone
wants to play with it, would be great.

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 stuff working).

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 stuff working).

s/jhbuild config/jhbuild friendly

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 rpath setting, but the library does contain the string
 /usr/lib so it seems likely.

Could be. If someone knows how to lookup Ubuntu build logs that should
be easy to confirm...

If this turns out to be the case, you should probably file a bugreport 
against Ubuntu.

More general info on rpath here: http://wiki.debian.org/RpathIssue


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmQcMYACgkQn7DbMsAkQLi5CACdEBG7TFGmC7JnywRFcRck+Yi1
9IUAn2BzfGODh+cbd5/otyXzOjRp8Qj7
=+iJ/
-END PGP SIGNATURE-
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 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 to lookup Ubuntu build logs that should
be easy to confirm...

 If this turns out to be the case, you should probably file a bugreport
 against Ubuntu.

 More general info on rpath here: http://wiki.debian.org/RpathIssue

According to that document it seems like LD_LIBRARY_PATH should
override rpath anyway...

Marco
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 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 to lookup Ubuntu build logs that 
should be easy to confirm...

 If this turns out to be the case, you should probably file a 
 bugreport against Ubuntu.

 More general info on rpath here: http://wiki.debian.org/RpathIssue

According to that document it seems like LD_LIBRARY_PATH should 
override rpath anyway...

It seems so, yes.

I am no expert in this - just happened to know that resource - both to 
understand rpath mechanism and problems better, and referring to ways to 
deal with it: chrpath is mentioned as a tool to use in install target at 
package build time, but it can be used by the local admin too (if it 
breaks then just reinstall the related package!).


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmQhC4ACgkQn7DbMsAkQLgTVQCeNp5AbzFInR8KYVLZoY1jh89y
rIUAnista993/Ob2mJiLiNm1D+kxux11
=3+BF
-END PGP SIGNATURE-
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[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 up an
empty Xephyr window (just the patterned background) and does nothing
else.  The output is:

[linux] ~/foreign/sugar-jhbuild% ./sugar-jhbuild run
Could not init font path element /usr/share/fonts/X11/cyrillic,
removing from list!
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
Could not init font path element /usr/share/fonts/X11/cyrillic,
removing from list!
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
1234153991.2729919 STARTUP: Starting the shell

Thanks for any help
Alex.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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
 8.10 and installing some additional packages not listed on the wiki --
 I've added them now).  Running './sugar-jhbuild run' brings up an
 empty Xephyr window (just the patterned background) and does nothing
 else.  The output is:

 [linux] ~/foreign/sugar-jhbuild% ./sugar-jhbuild run
 Could not init font path element /usr/share/fonts/X11/cyrillic,
 removing from list!
 unrecognised device identifier!
 (EE) config/hal: NewInputDeviceRequest failed
 unrecognised device identifier!
 (EE) config/hal: NewInputDeviceRequest failed
 unrecognised device identifier!
 (EE) config/hal: NewInputDeviceRequest failed
 Could not init font path element /usr/share/fonts/X11/cyrillic,
 removing from list!
 unrecognised device identifier!
 (EE) config/hal: NewInputDeviceRequest failed
 unrecognised device identifier!
 (EE) config/hal: NewInputDeviceRequest failed
 unrecognised device identifier!
 (EE) config/hal: NewInputDeviceRequest failed
 1234153991.2729919 STARTUP: Starting the shell

 Thanks for any help
 Alex.
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel