After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 215197 - relocation error on startup
relocation error on startup
Status: RESOLVED DUPLICATE of bug 215190
Product: evolution
Classification: Applications
Component: Shell
unspecified
Other All
: Normal major
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2001-11-12 23:33 UTC by chris
Modified: 2001-11-13 02:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chris 2001-11-12 23:34:53 UTC
Package: Evolution
Priority: Major
Version: 0.99.1 [+cvs.2001.11.12.08.57]
Synopsis: relocation error on startup
Bugzilla-Product: Evolution
Bugzilla-Component: Shell

Description:
After installing today's snap, evolution dies upon startup, yielding the
following error:

evolution: relocation error: /usr/lib/libevolution-importer.so.0:
undefined symbol: stat

Here is the tail of an strace:

read(15, "", 4096)                      = 0
close(15)                               = 0
munmap(0x40027000, 4096)                = 0
open("/dev/urandom", O_RDONLY)          = 15
read(15, "\257\322u\206\0\2321V", 8)    = 8
close(15)                               = 0
open("/home/chris/evolution/local",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 15
fstat64(15, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(0xf, 0x2, 0x1, 0x2)             = 0
getdents64(0xf, 0x80f0d40, 0x1000, 0)   = 296
writev(2, [{"evolution", 9}, {": ", 2}, {"relocation error", 16}, {": ",
2}, {"/usr/lib/libevolution-importer.s"..., 35}, {": ", 2}, {"undefined
symbol: stat", 22}, {"", 0}, {"", 0}, {"\n", 1}], 10evolution:
relocation error: /usr/lib/libevolution-importer.so.0: undefined symbol:
stat
) = 89
_exit(127)                              = ?


Comment 1 Heath Harrelson 2001-11-13 02:57:41 UTC

*** This bug has been marked as a duplicate of 215190 ***