[Sugar-devel] Getting sugar-jhbuild run working

Marco Pesenti Gritti marcopg at sugarlabs.org
Mon Feb 9 10:35:06 EST 2009


OK, I debugged this further with shenki help:

open("/var/lib/python-support/python2.5/gtk-2.0/gconf.so", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320{\0\0\0\0\0\0@"...,
832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=82072, ...}) = 0
mmap(NULL, 2177360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4,
0) = 0x7fa3f982e000
mprotect(0x7fa3f983f000, 2093056, PROT_NONE) = 0
mmap(0x7fa3f9a3e000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x10000) = 0x7fa3f9a3e000
close(4)                                = 0
open("/usr/lib/tls/x86_64/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/usr/lib/tls/x86_64", 0x7fff02875f60) = -1 ENOENT (No such file
or directory)
open("/usr/lib/tls/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/usr/lib/tls", 0x7fff02875f60)    = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/usr/lib/x86_64", 0x7fff02875f60) = -1 ENOENT (No such file or directory)
open("/usr/lib/libgconf-2.so.4", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\375\0\0\0\0\0\0@"...,
832) = 832

It seem to be ignoring the LD_LIBRARY_PATH. Anyone have ideas on what
could be the reason? It seem to be x86_64 related, since many people
has this working fine on Ubuntu.

Marco


More information about the Sugar-devel mailing list