Re: [Evolution] Mageia KDE and Evolution





 
execve("/usr/bin/evolution", ["evolution"], [/* 85 vars */]) = 0
brk(0)                                  = 0xce8000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe7bc733000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib64/evolution/3.10/tls/x86_64/libevolution-shell.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
stat("/usr/lib64/evolution/3.10/tls/x86_64", 0x7ffffe16edb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/evolution/3.10/tls/libevolution-shell.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file 
or directory)
stat("/usr/lib64/evolution/3.10/tls", 0x7ffffe16edb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/evolution/3.10/x86_64/libevolution-shell.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
stat("/usr/lib64/evolution/3.10/x86_64", 0x7ffffe16edb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/evolution/3.10/libevolution-shell.so", O_RDONLY|O_CLOEXEC) = 3
.
open("/usr/lib64/evolution/3.10/libical.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
.
open("/usr/lib64/evolution/3.10/libedataserver-1.2.so.18", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
.
open("/usr/lib64/evolution/3.10/libcamel-1.2.so.45", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
.
open("/usr/lib64/evolution/3.10/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
.
open("/usr/lib64/evolution/3.10/libwebkitgtk-3.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
.
open("/usr/lib64/evolution/3.10/libgtk-3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
 

They are all fine - it's just hunting around for the correct library -
so long as it finds the library eventually it doesn't matter.  For
instance libgtk-3.so.0 is probably in /usr/lib64 

 But the following line caught my eye in strace output:
 
line 5619:  stat("/home/aguador/.evolution", 0x7ffffe16f3e0) = -1 ENOENT (No such file or directory)
 
 
Why would this not be there? I installed Evo and Evo data server using
Mageia's RPMDrake (omitting packages id'd as for development) and have
assumed that this resulted in a complete installation, including
dependencies.

~/.evolution is the old place that Evolution stored its data - Evolution
checks for the existence of that directory when it starts up to see if
anything needs to migrate.  It's good that that directory isn't there,

P.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]