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
  #31  
Old 30th July 2008, 07:15 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
Sorry I missed that, attached please find the output.
Attached Files
File Type: txt yumupdate.output.5.txt (63.9 KB, 58 views)
Reply With Quote
  #32  
Old 30th July 2008, 07:36 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try


Code:
yum erase  opal ImageMagick-devel libfwbuilder fwbuilder-ipt fwbuilder-devel fwbuilder
yum --skip-broken update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #33  
Old 1st August 2008, 03:11 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
see attached output
Attached Files
File Type: txt yumupdate.output.6.txt (62.0 KB, 43 views)
Reply With Quote
  #34  
Old 1st August 2008, 03:18 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try

su
yum erase lcms-devel lcms
yum --skip-broken update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #35  
Old 1st August 2008, 05:17 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
Much better,, attached is the output
Attached Files
File Type: txt yumupdate.output.7.txt (100.2 KB, 46 views)
Reply With Quote
  #36  
Old 1st August 2008, 05:46 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Post
Code:
rpm -qa |grep glibc
rpm -qa |grep db4

and

Code:
yum update db4
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 1st August 2008 at 05:51 PM.
Reply With Quote
  #37  
Old 1st August 2008, 06:10 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
output attached
Attached Files
File Type: txt yumupdate.output.8.txt (1.5 KB, 44 views)
Reply With Quote
  #38  
Old 1st August 2008, 06:14 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try


Code:
rpm -e db4-utils
yum update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #39  
Old 4th August 2008, 02:30 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
output attached,

Thanks again for all you time spent on this!
Attached Files
File Type: txt yumupdate.output.9.txt (60.5 KB, 61 views)
Reply With Quote
  #40  
Old 4th August 2008, 02:42 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by cc3283@att.com
output attached,

Thanks again for all you time spent on this!

Ok try


Code:
su
yum --skip-broken update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #41  
Old 4th August 2008, 03:05 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
output attached
Attached Files
File Type: txt yumupdate.output.10.txt (109.8 KB, 43 views)
Reply With Quote
  #42  
Old 4th August 2008, 03:37 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try this ( warning glibc is a critical file so the next command could damage you fedora install !! )


Code:
su
yumdownloader glibc.i686
rpm -Uvh --replacefiles --replacepkgs glibc*.i686*rpm
yum --skip-broken update
yum update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 4th August 2008 at 03:41 PM.
Reply With Quote
  #43  
Old 4th August 2008, 03:52 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
Code:
[root@esacdev ~]# yumdownloader glibc.i686
Loaded plugins: refresh-packagekit
fedora                                                   | 2.4 kB     00:00
livna                                                    | 2.1 kB     00:00
updates                                                  | 2.3 kB     00:00
glibc-2.8-8.i686.rpm                                     | 5.5 MB     00:56
[root@esacdev ~]# rpm -Uvh --replacefiles --replacepkgs glibc*.i686*rpm
error: Failed dependencies:
        glibc-common = 2.8-8 is needed by glibc-2.8-8.i686
        glibc = 2.8-3 is needed by (installed) glibc-common-2.8-3.i386
        glibc = 2.8-3 is needed by (installed) glibc-headers-2.8-3.i386
        glibc = 2.8-3 is needed by (installed) glibc-devel-2.8-3.i386
[root@esacdev ~]#
Reply With Quote
  #44  
Old 4th August 2008, 04:05 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Ok
Code:
su
yumdownloader glibc.i686 glibc-common glibc-headers glibc-devel
rpm -Uvh --replacefiles --replacepkgs glibc*.i686*rpm glibc-common*rpm glibc-headers*rpm glibc-devel*rpm
yum --skip-broken update
yum update
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #45  
Old 4th August 2008, 04:11 PM
cc3283@att.com Offline
Registered User
 
Join Date: Jul 2008
Posts: 33
I did not run the yum update

Code:
[root@esacdev ~]# rpm -Uvh --replacefiles --replacepkgs glibc*.i686*rpm glibc-common*rpm glibc-headers*rpm glibc-devel*rpm
error: File not found by glob: glibc-common*rpm
error: File not found by glob: glibc-headers*rpm
error: Failed dependencies:
        glibc-common = 2.8-8 is needed by glibc-2.8-8.i686
        glibc-headers = 2.8-8 is needed by glibc-devel-2.8-8.i386
        glibc = 2.8-3 is needed by (installed) glibc-common-2.8-3.i386
        glibc = 2.8-3 is needed by (installed) glibc-headers-2.8-3.i386
[root@esacdev ~]#
Reply With Quote
Reply

Tags
dependency, errors, 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
Software Update Dependency Errors notme Fedora 12 Alpha, Beta & Release Candidates 30 22nd September 2009 12:25 AM
Missing dependency errors yum update nick623 Using Fedora 21 13th March 2007 12:48 AM


Current GMT-time: 14:38 (Friday, 24-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