Description of problem: On a clean install of Rawhide on IA64, with no pre-existing user profile, launching evolution will invoke the Evolution Setup Assistant and also bring about the destruction of the free world^W^W^W^W^Wappearance of several error dialogs courtesy of evolution-data-server. Version-Release number of selected component (if applicable): evolution-data-server-1.0.2-3 How reproducible: Always Steps to Reproduce: 1. Log into GNOME 2. Launch evolution 3. Swat down the error dialogs like flies Actual results: An error dialog notifying the user of the evolution-data-server crash pops up repeatedly. Expected results: The e-d-s process should not crash.
*** Bug 137936 has been marked as a duplicate of this bug. ***
I've tried selecting deleting .server files corresponding to the various Evolution components, and the problem seems to be purely associated with the Calendar component. I've found some suspicious-looking warnings in the e-d-s calendar code; hopefully fixing them will fix these crashes; am investigating...
("selectively deleting", I meant to say)
Looks like a GINT_TO_POINTER/GPOINTER_TO_INT problem in the "kinds" hash tables in e_data_cal_factory.c ; I'm trying a patched version of the package...
It was stripping away the top 32 bits of the GType values, which is a 64-bit type - ultimately a pointer for the nonfundamental types. OK, I've built a patched version as evolution-data-server-1.0.2-4 for RHEL4; I've tested with it on an ia64 box and Evolution and the panel clock's task list is now working; I can successfully view local and web calendars, and edit the local ones. I'll resolve this bug once the new package is in place.
*** Bug 136913 has been marked as a duplicate of this bug. ***
*** Bug 136915 has been marked as a duplicate of this bug. ***
(Looks like the code is already fixed in CVS HEAD upstream)
Closing, since the eds package is now in place