LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-21-2010, 01:17 PM   #1
faizlo
Member
 
Registered: Sep 2008
Location: USA
Distribution: Linux Mint Qiana
Posts: 190

Rep: Reputation: Disabled
yum update errors


Hi,

I was trying to update my system few minutes ago, and I got this error:
Code:
Error: Package: coreutils-8.4-8.fc13.i686 (@updates)
           Requires: coreutils-libs = 8.4-8.fc13
           Removing: coreutils-libs-8.4-8.fc13.i686 (@updates)
               coreutils-libs = 8.4-8.fc13
           Updated By: coreutils-libs-8.4-9.fc13.i686 (updates)
               coreutils-libs = 8.4-9.fc13
           Available: coreutils-libs-8.4-6.fc13.i686 (fedora)
               coreutils-libs = 8.4-6.fc13
 You could try using --skip-broken to work around the problem
** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows:
1:NetworkManager-glib-0.8.1-8.git20100831.fc13.i686 is a duplicate with 1:NetworkManager-glib-0.8.1-6.git20100831.fc13.i686
coreutils-8.4-9.fc13.i686 is a duplicate with coreutils-8.4-8.fc13.i686
coreutils-8.4-9.fc13.i686 has missing requires of coreutils-libs = ('0', '8.4', '9.fc13')
freetype-2.3.11-6.fc13.i686 is a duplicate with freetype-2.3.11-3.fc13.i686
1:java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 is a duplicate with 1:java-1.6.0-openjdk-1.6.0.0-42.b18.fc13.i686
mysql-libs-5.1.51-2.fc13.i686 is a duplicate with mysql-libs-5.1.50-2.fc13.i686
poppler-0.12.4-6.fc13.i686 is a duplicate with poppler-0.12.4-5.fc13.i686
setroubleshoot-server-2.2.102-1.fc13.i686 is a duplicate with setroubleshoot-server-2.2.99-1.fc13.i686
I tried these two commands:
Code:
yum clean all
yum clean metadata
But it did not work. I think its a conflict between dependencies and I wish someone can help with that.
 
Old 10-21-2010, 01:29 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what repos do you have on ???
it looks like you might have turned fedora-TESTING on
if you did -- turn it OFF


-- these SHOULD BE OFF --
*-testing
rawhide ( -- big time OFF )

Quote:
You could try using --skip-broken to work around the problem
Have you tried the error massage suggestion ???
 
Old 10-21-2010, 02:05 PM   #3
faizlo
Member
 
Registered: Sep 2008
Location: USA
Distribution: Linux Mint Qiana
Posts: 190

Original Poster
Rep: Reputation: Disabled
My repos are:
update
fedora
rpmfusion
adobe (flash)
google (chrome, talk)

I have not turned the testing on, and I have not also tried the suggestion on the error message. I do not want to skip dependencies.
Is it possible there is a conflict on the repos themselves?

Thanks
 
Old 10-21-2010, 02:16 PM   #4
sampappachan_nyc
Member
 
Registered: Jan 2009
Location: New York
Distribution: Red Hat, CentOS,Fedora, Ubuntu, SUSE, linux mint
Posts: 60

Rep: Reputation: 0
This is due to duplicate packages present.

faizlo,

Do rpm -qa |grep -i 'packagename'

ie.
#####################################
rpm -qa |grep 'coreutils-libs'

coreutils-libs-8.4-9.fc13.i686
coreutils-libs-8.4-9.fc13.i686
#####################################

and remove the duplicate package using rpm -e

rpm -e coreutils-libs-8.4-9.fc13.i686

do an updatedb command at the end.

Resolved
 
Old 10-21-2010, 03:16 PM   #5
faizlo
Member
 
Registered: Sep 2008
Location: USA
Distribution: Linux Mint Qiana
Posts: 190

Original Poster
Rep: Reputation: Disabled
Code:
[root@faizlo-desktop faizlo]# rpm -qa |grep 'coreutils'
policycoreutils-2.0.83-28.fc13.i686
policycoreutils-python-2.0.83-28.fc13.i686
coreutils-8.4-9.fc13.i686
coreutils-libs-8.4-8.fc13.i686
coreutils-8.4-8.fc13.i686
[root@faizlo-desktop faizlo]# rpm -e coreutils-8.4-8.fc13.i686
error: Failed dependencies:
        coreutils = 8.4-8.fc13 is needed by (installed) coreutils-libs-8.4-8.fc13.i686
[root@faizlo-desktop faizlo]# rpm -qa |grep 'coreutils-libs'
coreutils-libs-8.4-8.fc13.i686
[root@faizlo-desktop faizlo]# rpm -e coreutils-8.4-9.fc13.i686
[root@faizlo-desktop faizlo]# updatedb
[root@faizlo-desktop faizlo]# yum update
Loaded plugins: presto, refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package coreutils.i686 0:8.4-9.fc13 set to be updated
---> Package coreutils-libs.i686 0:8.4-9.fc13 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================
 Package                          Arch                   Version                        Repository                 Size
========================================================================================================================
Updating:
 coreutils                        i686                   8.4-9.fc13                     updates                   3.0 M
 coreutils-libs                   i686                   8.4-9.fc13                     updates                    45 k


Transaction Summary
========================================================================================================================
Upgrade       2 Package(s)

Total download size: 3.0 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
/usr/share/man/man1/base64.1.gz: contents have been changed
/usr/share/man/man1/cat.1.gz: contents have been changed
/usr/share/man/man1/chcon.1.gz: contents have been changed
/usr/share/man/man1/chgrp.1.gz: contents have been changed
/usr/share/man/man1/chmod.1.gz: contents have been changed
/usr/share/man/man1/chown.1.gz: contents have been changed
/usr/share/man/man1/comm.1.gz: contents have been changed
/usr/share/man/man1/cp.1.gz: contents have been changed
/usr/share/man/man1/csplit.1.gz: contents have been changed
/usr/share/man/man1/cut.1.gz: contents have been changed
/usr/share/man/man1/dd.1.gz: contents have been changed
/usr/share/man/man1/df.1.gz: contents have been changed
/usr/share/man/man1/dir.1.gz: contents have been changed
/usr/share/man/man1/du.1.gz: contents have been changed
/usr/share/man/man1/echo.1.gz: contents have been changed
/usr/share/man/man1/expand.1.gz: contents have been changed
/usr/share/man/man1/expr.1.gz: contents have been changed
/usr/share/man/man1/factor.1.gz: contents have been changed
/usr/share/man/man1/false.1.gz: contents have been changed
/usr/share/man/man1/fmt.1.gz: contents have been changed
/usr/share/man/man1/fold.1.gz: contents have been changed
/usr/share/man/man1/groups.1.gz: contents have been changed
/usr/share/man/man1/hostid.1.gz: contents have been changed
/usr/share/man/man1/id.1.gz: contents have been changed
/usr/share/man/man1/install.1.gz: contents have been changed
/usr/share/man/man1/join.1.gz: contents have been changed
/usr/share/man/man1/ln.1.gz: contents have been changed
/usr/share/man/man1/logname.1.gz: contents have been changed
/usr/share/man/man1/ls.1.gz: contents have been changed
/usr/share/man/man1/mkfifo.1.gz: contents have been changed
/usr/share/man/man1/mknod.1.gz: contents have been changed
/usr/share/man/man1/mv.1.gz: contents have been changed
/usr/share/man/man1/nice.1.gz: contents have been changed
/usr/share/man/man1/nohup.1.gz: contents have been changed
/usr/share/man/man1/od.1.gz: contents have been changed
/usr/share/man/man1/paste.1.gz: contents have been changed
/usr/share/man/man1/pathchk.1.gz: contents have been changed
/usr/share/man/man1/pinky.1.gz: contents have been changed
/usr/share/man/man1/printenv.1.gz: contents have been changed
/usr/share/man/man1/printf.1.gz: contents have been changed
/usr/share/man/man1/ptx.1.gz: contents have been changed
/usr/share/man/man1/pwd.1.gz: contents have been changed
/usr/share/man/man1/rm.1.gz: contents have been changed
/usr/share/man/man1/runcon.1.gz: contents have been changed
/usr/share/man/man1/runuser.1.gz: contents have been changed
/usr/share/man/man1/sha224sum.1.gz: contents have been changed
/usr/share/man/man1/sha256sum.1.gz: contents have been changed
/usr/share/man/man1/sha384sum.1.gz: contents have been changed
/usr/share/man/man1/shred.1.gz: contents have been changed
/usr/share/man/man1/shuf.1.gz: contents have been changed
/usr/share/man/man1/sort.1.gz: contents have been changed
/usr/share/man/man1/split.1.gz: contents have been changed
/usr/share/man/man1/stat.1.gz: contents have been changed
/usr/share/man/man1/stdbuf.1.gz: contents have been changed
/usr/share/man/man1/stty.1.gz: contents have been changed
/usr/share/man/man1/su.1.gz: contents have been changed
/usr/share/man/man1/sum.1.gz: contents have been changed
/usr/share/man/man1/sync.1.gz: contents have been changed
/usr/share/man/man1/tac.1.gz: contents have been changed
/usr/share/man/man1/tail.1.gz: contents have been changed
/usr/share/man/man1/tee.1.gz: contents have been changed
/usr/share/man/man1/test.1.gz: contents have been changed
/usr/share/man/man1/true.1.gz: contents have been changed
/usr/share/man/man1/truncate.1.gz: contents have been changed
/usr/share/man/man1/tty.1.gz: contents have been changed
/usr/share/man/man1/unlink.1.gz: contents have been changed
/usr/share/man/man1/users.1.gz: contents have been changed
/usr/share/man/man1/vdir.1.gz: contents have been changed
/usr/share/man/man1/wc.1.gz: contents have been changed
/usr/share/man/man1/whoami.1.gz: contents have been changed
/usr/share/man/man1/yes.1.gz: contents have been changed
/usr/share/locale/zh_TW/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/sv/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/sk/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/pt_BR/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/nb/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/ms/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/lg/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/ko/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/it/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/hu/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/es/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/en/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/el/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/de/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/da/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/ca/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/bg/LC_TIME/coreutils.mo: contents have been changed
/usr/share/locale/af/LC_TIME/coreutils.mo: contents have been changed
delta does not match installed data
Package(s) data still to download: 3.0 M
(1/2): coreutils-8.4-9.fc13.i686.rpm                                                             | 3.0 MB     00:01     
(2/2): coreutils-libs-8.4-9.fc13.i686.rpm                                                        |  45 kB     00:00     
------------------------------------------------------------------------------------------------------------------------
Total                                                                                   756 kB/s | 3.0 MB     00:04     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
** Found 6 pre-existing rpmdb problem(s), 'yum check' output follows:
1:NetworkManager-glib-0.8.1-8.git20100831.fc13.i686 is a duplicate with 1:NetworkManager-glib-0.8.1-6.git20100831.fc13.i686
freetype-2.3.11-6.fc13.i686 is a duplicate with freetype-2.3.11-3.fc13.i686
1:java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 is a duplicate with 1:java-1.6.0-openjdk-1.6.0.0-42.b18.fc13.i686
mysql-libs-5.1.51-2.fc13.i686 is a duplicate with mysql-libs-5.1.50-2.fc13.i686
poppler-0.12.4-6.fc13.i686 is a duplicate with poppler-0.12.4-5.fc13.i686
setroubleshoot-server-2.2.102-1.fc13.i686 is a duplicate with setroubleshoot-server-2.2.99-1.fc13.i686
  Updating       : coreutils-8.4-9.fc13.i686                                                                        1/4 
warning: /etc/DIR_COLORS created as /etc/DIR_COLORS.rpmnew
warning: /etc/DIR_COLORS.256color created as /etc/DIR_COLORS.256color.rpmnew
warning: /etc/DIR_COLORS.lightbgcolor created as /etc/DIR_COLORS.lightbgcolor.rpmnew
  Updating       : coreutils-libs-8.4-9.fc13.i686                                                                   2/4 
  Cleanup        : coreutils-8.4-8.fc13.i686                                                                        3/4 
  Cleanup        : coreutils-libs-8.4-8.fc13.i686                                                                   4/4 

Updated:
  coreutils.i686 0:8.4-9.fc13                              coreutils-libs.i686 0:8.4-9.fc13                             

Complete!
[root@faizlo-desktop faizlo]#
So, I guess now these warnings are because of the updatedb being run and yum noticed that!

If there is nothing I may have missed, I guess I am done.

faizlo

Last edited by faizlo; 10-21-2010 at 03:17 PM.
 
Old 10-21-2010, 05:23 PM   #6
falcom
Member
 
Registered: May 2009
Posts: 102

Rep: Reputation: 13
try remove this repos:
adobe (flash)
google (chrome, talk)
and later again
yum reinstall coreutils -y
 
Old 10-21-2010, 07:29 PM   #7
faizlo
Member
 
Registered: Sep 2008
Location: USA
Distribution: Linux Mint Qiana
Posts: 190

Original Poster
Rep: Reputation: Disabled
falcom

I think it is solved now. Please take a look at my post right before you and correct me if I am wrong, because I could update with some warnings about the rpmdb.

Thanks
 
Old 10-21-2010, 09:06 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
it looks to be fine
but a bit of advice
the " Presto" yum plugin has given me( and a LOT of people) nothing but trouble

you might want to uninstall it . But that is your choice .

the default and one other " download-only " and maybe "prioritys " if you install third party repos

Fast-download ??? Some like it. Some , nothing but trouble with it . mileage varies.
 
Old 10-22-2010, 12:38 AM   #9
faizlo
Member
 
Registered: Sep 2008
Location: USA
Distribution: Linux Mint Qiana
Posts: 190

Original Poster
Rep: Reputation: Disabled
OK! I guess you are right, I remember that yum-fastest mirror has slowed down my yum! Yes, this is my experience with it, I added it after this problem for no particular reason other than trying it again.

Any way, thanks to you all, I will mark this thread "solved", although I would love to know why did this happen? last time I updated was few days ago and it went flawlessly as usual.

~faizlo
 
Old 10-22-2010, 12:58 AM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I would love to know why did this happen
that is life with fedora , things "just" happen , seeing as it is a very FAST development distro

but most likely a mirror was not yet fully updated

don't get me wrong i like fedora BUT it requires A LOT of work on YOUR PART to keep it up and running
 
Old 10-26-2010, 03:09 AM   #11
hhegab
Member
 
Registered: Apr 2002
Location: IL, USA
Distribution: Fedora 13, Ubuntu 10.04 LTS
Posts: 162

Rep: Reputation: 30
I agree with John VV, I am almost sure the repo mirror was not fully updated yet when you did the update yourself.
Yet, I can tell you from my experience, that Fedora is getting back to compete hardly with Ubuntu which is in the end, very useful to us, the Linux community people.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yum Update Transaction Errors - CentOS deibertine Linux - Software 4 05-26-2010 10:12 PM
yum update errors in Fedora 9 maalamaal Linux - Newbie 3 02-14-2009 01:43 AM
FC5 yum update errors not in log bostondriver Fedora 0 10-02-2006 10:45 AM
Yum update errors gnjunior Fedora 4 01-17-2006 06:55 PM
yum update and up2date errors djljjm Linux - Newbie 1 02-12-2005 01:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration