Bug 196102
| Summary: | Fetching Exchange email breaks after initial success | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steffen Kluge <kluge> | ||||
| Component: | evolution-connector | Assignee: | Matthew Barnes <mbarnes> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5 | CC: | brwk, centaur, fedora, jeff, lsof | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | evolution-connector-2.6.3-2.fc5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-01-02 16:17:28 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Steffen Kluge
2006-06-21 02:12:16 UTC
Seeing the exact same problem here, under x86-64. Can't downgrade to 2.6.1 due to dependencies. On my systems (all i386) the only dependency that has to be downgraded along with evolution is gnome-panel(-devel). No big deal. I seem to remember that some other packages depend on evolution (e.g. beagle via evolution-sharp) but I'm not using those. ****** [frank@hortense tmp]$ sudo yum localinstall evolution-connector-2.6.1-1.fc5.1.x86_64.rpm **SNIP** Error: Missing Dependency: libedata-cal-1.2.so.1()(64bit) is needed by package evolution-connector Error: Missing Dependency: libecal-1.2.so.3()(64bit) is needed by package evolution-connector [frank@hortense ~]$ locate libedata-cal /usr/lib64/libedata-cal-1.2.so.5 /usr/lib64/libedata-cal-1.2.so.5.0.0 [frank@hortense ~]$ locate libecal /usr/lib64/libecal-1.2.so.6 /usr/lib64/libecal-1.2.so.6.0.0 [frank@hortense ~]$ sudo yum whatprovides libecal **SNIP** evolution-data-server.x86_64 1.6.2-1.fc5.1 updates Matched from: /usr/lib64/libecal-1.2.so.6 /usr/lib64/libecal-1.2.so.6.0.0 [frank@hortense ~]$ sudo yum deplist evolution-data-server package: evolution-data-server.x86_64 1.5.92-1 dependency: libcairo.so.2()(64bit) provider: cairo.x86_64 1.0.2-5 provider: cairo.x86_64 1.0.4-1 dependency: libldap-2.3.so.0()(64bit) provider: openldap.x86_64 2.3.19-4 dependency: libORBit-2.so.0()(64bit) ETC. ETC. ETC. ******** Both seem to be provided by evolution-data-server, but at a rev below the evolution-data-server I have installed, which means I'd also have to downgrade that, which means downgrading about a hundred other packages. I don't want to get into a downgrade spiral just to downgrade this one package. Guess that's why they call it "dependancy hell", eh? :) Here's what I did:
Downloaded the previous versions from the update repo, then
rpm -Uvh --oldversion evolution-2.6.1-1.fc5.2.i386.rpm \
evolution-connector-2.6.1-1.fc5.1.i386.rpm \
evolution-data-server-1.6.1-1.fc5.2.i386.rpm \
gnome-panel-2.14.1-1.fc5.1.i386.rpm \
gnome-panel-devel-2.14.1-1.fc5.1.i386.rpm
That took care of it.
I'm seeing the same with the new 2.6.3-1.fc5.1 from FC5 updates-testing. FYI - there is a patch available in this bug report on the GNOME bugzilla that fixes this bug (at least for me it does): http://bugzilla.gnome.org/show_bug.cgi?id=349413 I'll commit this right away for Rawhide, but I'm going to wait for upstream to release 2.6.4 before sending it to Fedora Updates. I recompiled the evolution-connector RPM with the patch added and it'd working great! Correction to my previous statement: It looks like the patch already made it into 2.7.91. So Rawhide users should have this already. Any chance this is going to make it into FC5-Updates? (In reply to comment #10) Once evolution-2.6.4 is released. *** Bug 204802 has been marked as a duplicate of this bug. *** Created attachment 135315 [details] SRPM with patch applied This is the SRPM evolution-connector-2.6.3 with the patch at http://bugzilla.gnome.org/attachment.cgi?id=70622&action=view applied. I don't want to wait for 2.6.4, and besides, I fear what other bugs might be lurking there. I would really appreciate a fix for this, using the patch from http://bugzilla.gnome.org/attachment.cgi?id=70622&action=view It's a bit embarassing preaching Linux, only to have to restart my mail client every five minutes to read "that e-mail I sent you". See comment #6 - there is a fully working patch to solve this problem. If you're having a problem compiling it, I can provide a ready-built RPM for x86_64 machines on request. Regards, Bevis. Or use my attached SRPM, it has the patch. Thanks very much, I will. Part of the motivation for adding the comment was to get the bug fixed for non-commenters :) Upstream has indicated that there are no more 2.6 releases planned for evolution, so I've pushed the patch into FC5-Test-Updates. Please try evolution-connector-2.6.3-2.fc5. Thanks very much! Evolution-connector-2.6.3-2, in conjunction with evolution-2.6.3-1, works well. Problem solved. Cheers Steffen. WFM too. If you asked me to report any oddities, I'd say the mail was delayed a bit, but I expect this is normal. Thanks! The delay is ~four minutes. Closing per comment #19 and comment #20. Feel free to re-open this bug report if you encounter the same problem in Fedora Core 6 or later. |