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)
- - - - -
In addition a lot of KDE theme icon files came up among the missing. 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.
Thanks again -- and in advance for any advice you can offer based on the above.
Roy