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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th June 2008, 07:25 PM
Upaut Offline
Registered User
 
Join Date: Jun 2008
Location: Seattle area, WA, USA
Posts: 1
FC8 yum/package update problems

I'm a bit of a noob to Linux, but this really shouldn't be that big of a problem, even with a book sitting next to me.

First off, yum seems to get into a loop, repeating this:
Quote:
--> Running transaction check
---> Package muine.i386 0:0.8.8-3.fc8 set to be updated
--> Processing Dependency: mono(glib-sharp) = 2.10.0.0 for package: muine
--> Processing Dependency: mono(gdk-sharp) = 2.10.0.0 for package: muine
--> Processing Dependency: mono(gtk-sharp) = 2.10.0.0 for package: muine
--> Processing Dependency: fedora-release = 8 for package: yum-fedorafaq
---> Package perl-DateManip.noarch 0:5.44-4.fc8 set to be updated
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-DateManip
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-DateManip
--> Processing Conflict: mesa-libGL conflicts xorg-x11-server-Xorg < 1.4.99.901-14
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package muine.i386 0:0.8.8-3.fc8 set to be updated
--> Processing Dependency: mono(glib-sharp) = 2.10.0.0 for package: muine
--> Processing Dependency: mono(gdk-sharp) = 2.10.0.0 for package: muine
--> Processing Dependency: mono(gtk-sharp) = 2.10.0.0 for package: muine
--> Processing Dependency: fedora-release = 8 for package: yum-fedorafaq
---> Package perl-DateManip.noarch 0:5.44-4.fc8 set to be updated
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-DateManip
--> Processing Dependency: perl(:MODULE_COMPAT_5.8.8) for package: perl-DateManip
--> Processing Conflict: mesa-libGL conflicts xorg-x11-server-Xorg < 1.4.99.901-14
--> Restarting Dependency Resolution with new changes.
And since this is a fresh new installation of FC8, Package Updater claimed 684 updates. I've tried letting PU handle the updates, only to have it sometimes freeze up on "Resolving dependencies for updates". It does, however, return with errors such as:
Quote:
Missing Dependency: fedora-release = 8 is needed by package yum-fedorafaq
Missing Dependency: perl(:MODULE_COMPAT_5.8.8) is needed by package perl-DateManip
Am I totally missing something obvious to prevent either Yum or Package Updater from finishing their jobs?
Reply With Quote
  #2  
Old 12th June 2008, 01:09 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
here is an idea to update start gedit as root
Code:
su -   ( your password when asked )
gedit
go to /etc/yum.repos.d
and open ALL ( BUT fedora.repo,fedora-updates.repo ) the files and change this
Code:
enabled=1
to
 enabled=0
then give
-
yum update
-
a try
there may be miss configed repos pointing to the wrong site
and take a look here
http://www.mjmwired.net/resources/mj...ra-f8.html#yum
but use su - instead of sudo
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #3  
Old 12th June 2008, 01:49 AM
wtg_photos's Avatar
wtg_photos Offline
Registered User
 
Join Date: May 2005
Location: NKY
Posts: 106
also you can use the --skip-broken option for yum



Code:
su -
yum -y update --skip-broken
it will update what it can then you can repeat till it boils it down to the ones that are really broken
__________________

AMD Athlon 64 3200
Msi K8N Neo4
2 GB dual-channel PC3200
Saphire ATI x600 Pci-e
160GB WD ide
160GB WD sata
500GB WD sata
---F9-x86_64--
Reply With Quote
  #4  
Old 12th June 2008, 03:01 AM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
Quote:
Originally Posted by wtg_photos
also you can use the --skip-broken option for yum



Code:
su -
yum -y update --skip-broken
it will update what it can then you can repeat till it boils it down to the ones that are really broken
Be warned that --skip-broken (and similar dependency force options in RPM and various package managers in general) is dangerous. I once successfully used that switch to make a broken system even more broken.
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #5  
Old 12th June 2008, 03:52 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
the idea of leaving only fedora.repo,fedora-updates.repo working is to narrow down the list from 684 to a more reasonable # .Then hopefully the missing dep's wont be an issue .
maybe!
if not then get new copies of the repos
http://download.fedora.redhat.com/pu...8-3.noarch.rpm
http://rpm.livna.org/livna-release-8.rpm
(Note: the Livna repository is NOT compatible with the Freshrpms repository.)
so DON'T install fresh with livina
--
also you might want to run
yum update kernel
FIRST
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #6  
Old 12th June 2008, 07:46 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
it accered to me that didn't fedora 8 dvd get released with the 586 kernel BUT was listed as the 686 kernel , and this was causing all kinds of problems

so it might be best to run
Code:
yum update kernel
FIRST
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
Reply

Tags
fc8, problems, update, yum or package

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
libassa package update problems PhillipGreen Using Fedora 2 22nd February 2008 03:09 PM
openGL problems after latest package update cerenoc Using Fedora 3 2nd May 2007 11:00 PM
FC5 ISO Update Package? nscrnbr27 Using Fedora 1 24th April 2006 05:06 AM
Kernel & Package update problems emilsoft Using Fedora 3 1st September 2004 01:53 PM


Current GMT-time: 03:06 (Sunday, 19-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