Hi there!
I tried to remove Evolution on fresh installed FC5 Test3 and it has Beagle dependency again :-/ There were no that problem recently, but suddenly it's also here. The second problem is NetworkManager (which is useless to me since I have static wireless IP address) which also has Evolution and Beagle dependency.
[root@localhost ~]# yum remove evolution ... Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Removing: evolution i386 2.5.90-2.1 installed 29 M Removing for dependencies: beagle i386 0.2.1-12 installed 1.9 M evolution-sharp i386 0.10.2-8 installed 500 k
Transaction Summary ============================================================================= Install 0 Package(s) Update 0 Package(s) Remove 3 Package(s) Is this ok [y/N]: n
[root@localhost ~]# yum remove NetworkManager ... Dependencies Resolved
============================================================================= Package Arch Version Repository Size ============================================================================= Removing: NetworkManager i386 0.5.1-14.cvs20060221 installed 1.0 M Removing for dependencies: NetworkManager-glib i386 0.5.1-14.cvs20060221 installed 18 k beagle i386 0.2.1-12 installed 1.9 M evolution i386 2.5.90-2.1 installed 29 M evolution-sharp i386 0.10.2-8 installed 500 k krb5-auth-dialog i386 0.6.cvs20060212-1 installed 54 k
Transaction Summary ============================================================================= Install 0 Package(s) Update 0 Package(s) Remove 6 Package(s) Is this ok [y/N]: n
On Mon, 2006-02-27 at 10:25 +0100, Igor Jagec wrote:
I tried to remove Evolution on fresh installed FC5 Test3 and it has Beagle dependency again :-/ There were no that problem recently, but suddenly it's also here. The second problem is NetworkManager (which is useless to me since I have static wireless IP address) which also has Evolution and Beagle dependency.
These have deps on evolution-sharp, not evolution itself. Unfortunately something happened to make evolution-sharp depend on evolution.
On 2/27/06, Jesse Keating jkeating@j2solutions.net wrote:
These have deps on evolution-sharp, not evolution itself. Unfortunately something happened to make evolution-sharp depend on evolution.
That something would be libeshell rpm -q --requires evolution-sharp |grep libeshell libeshell.so.0 rpm -q --whatprovides libeshell.so.0 evolution-2.5.90-2.1
And evolution has a dep on NetworkManager through a depchain involving libnm_glib.so.0...without invoking the evo-sharp issue above.
rpm -q --requires evolution|grep libnm libnm_glib.so.0 rpm -q --whatprovides libnm_glib.so.0 NetworkManager-glib-0.5.1-14.cvs20060221 rpm -q --requires NetworkManager-glib NetworkManager = 0.5.1-14.cvs20060221 rpm -q --whatprovides NetworkManager NetworkManager-0.5.1-14.cvs20060221
I'm not even sure what feature of evolution integrates with NM to pull in libnm_glib.so.0. One of the non-optional evolution "plugins" perhaps?
-jef
On Mon, 2006-02-27 at 15:15 -0500, Jeff Spaleta wrote:
I'm not even sure what feature of evolution integrates with NM to pull in libnm_glib.so.0. One of the non-optional evolution "plugins" perhaps?
Yes, when nm detects network failure or disconnect, evolution will disconnect as well to prevent error messages from popping up. Not that this works or anything, I still get error windows from Evo even though I've put it in offline state. Conversely when NM reconnects, evo will reconnect to. Highly frustrating for those of us that require VPN connection before email will flow. I really wish I could disable it and manage my email connection myself.
devel@lists.stg.fedoraproject.org