Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th June 2006, 03:53 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,234
Yum Update Dependency Issue libecal-1.2.so.3

EDIT: Looks like the problem's over. Yum just updated without the dependency failure. I'll leave the News item up for one more day as an alert to the fix.


We all (at least in FC-5) have had updates to Evolution and Evolution-related programs fail with a dependency issue about libecal-1.2.so.3 . This is a known glitch and a bugzilla's been filed https://bugzilla.redhat.com/bugzilla....cgi?id=194174 . The fix should happen shortly, but if you want to do the rest of your updates, you can either use Yumex ('yum install yumex' , in case you don't have it) or you can use the terminal and the ' --exclude' method from 'man yum'. This coding may cover all the problems, or you may have to add a bit more:

Code:
 yum -y --exclude=evolut* update
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.

Last edited by bob; 8th June 2006 at 04:05 AM.
  #2  
Old 7th June 2006, 08:32 PM
Finalzone's Avatar
Finalzone Offline
Community Manager
 
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,367
Change "<" to "[" as the forum does not allow html tag.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
  #3  
Old 7th June 2006, 10:58 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,234
Really? Never knew that one - gotta read up on the fine print again. Anyway, thanks -changed the tags.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
  #4  
Old 7th June 2006, 11:59 PM
Hamsterkill Offline
Registered User
 
Join Date: Jun 2006
Location: PA, USA
Posts: 13
Haha, since you took the time to fix your tags the first time... it looks like you were holding down the shift key on the opening tag --
Quote:
[code} yum -y --exclude evolution
Just change the } to a ]. lol
  #5  
Old 8th June 2006, 12:10 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,234
Ya know, just finding these fool keys is problem enough... Anyhoo; fixed the typo. Thanks.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
  #6  
Old 8th June 2006, 12:30 AM
nt4cats Offline
Registered User
 
Join Date: Aug 2005
Location: Philadelphia, PA
Posts: 99
You type too much ... try this:

Code:
 yum -y --exclude=evolut* update
  #7  
Old 8th June 2006, 12:38 AM
ChadB Offline
Registered User
 
Join Date: Jun 2006
Posts: 1
I found that forcing an install of evolution-data-server solved the dependency problem for me:

rpm -i --force evolution-data-server-1.6.2-1.fc5.1.i386.rpm

You have to download this rpm first though (the old fashioned way).
After this, I was able to do a very large "yum update" of 430+ packages.
  #8  
Old 8th June 2006, 12:56 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,234
*Sigh* Thanks, Nt4Cats - Edited once again & like your compression tweak. Probably this whole thing will be fixed by the time I get the fool thing perfect!
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
  #9  
Old 8th June 2006, 02:44 AM
07dcolem Offline
Registered User
 
Join Date: Oct 2004
Age: 24
Posts: 198
Appears Fixed!
__________________
Running FC6

With the efforts of the linux community, Windows Vista will be a legacy operating system before it is released!
  #10  
Old 8th June 2006, 02:56 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,234
Well, it's getting there. Just tried updating evolution, evolution-data-server and evolution-webcal. Evolution updated, however the other two are still reporting the error. Probably in process now and things should be straightened out tomorrow.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
  #11  
Old 8th June 2006, 04:39 AM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
Not entirely true, evolution-connector is still giving some deps errors (as seen in Bugzilla)
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
  #12  
Old 8th June 2006, 05:41 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
The solution did not work for me.

# yum --exclude=evolut* update
<snip..>
--> Running transaction check
--> Processing Dependency: libecal-1.2.so.6 for package: gnome-panel
--> Finished Dependency Resolution
Error: Missing Dependency: libecal-1.2.so.6 is needed by package gnome-panel
  #13  
Old 8th June 2006, 05:43 AM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
The updates are out now, no need to exclude the packages any longer, as gnome-panel has an update too which is interdependant of evolution-data-server, so you will have to update them both.
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
  #14  
Old 8th June 2006, 07:59 AM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 34
Posts: 1,019
Nice one. Got hit by that yesterday.
__________________
http://blog.suretecsystems.com
  #15  
Old 8th June 2006, 05:56 PM
OperatorOne Offline
Registered User
 
Join Date: Mar 2006
Posts: 146
What about the issue with PAM? Is Yum still blasting out the libpam.so file so that you have to boot into single user and repair it?
Closed Thread

Tags
dependency, libecal12so3, update, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dependency issue with yum after computer freeze during update php1ic Installation and Live Media 3 13th June 2009 04:12 PM
yum update "Missing Dependency" issue dciarnie Using Fedora 6 30th July 2007 04:11 AM
yum update problem, evolution and libecal dehaseth Using Fedora 2 25th August 2006 07:25 PM
Continued Pup errors--libecal-1.2.so.6 is a missing dependency mjbrej Installation and Live Media 2 23rd June 2006 06:59 AM


Current GMT-time: 15:55 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat