On 09/14/2010 08:23 PM, KC8LDO wrote: > I just did my normal yum update routine and found several problems flagged > as below: > > [root@Fedora-12 Desktop]# yum update > Loaded plugins: presto, refresh-packagekit > Setting up Update Process > Resolving Dependencies > --> Running transaction check > ---> Package firefox.i686 0:3.5.12-1.fc12 set to be updated > ---> Package xulrunner.i686 0:1.9.1.12-1.fc12 set to be updated > ---> Package xulrunner-devel.i686 0:1.9.1.12-1.fc12 set to be updated > --> Processing Dependency: pkgconfig(nspr)>= 4.8.6 for package: > xulrunner-devel-1.9.1.12-1.fc12.i686 > --> Finished Dependency Resolution > Error: Package: xulrunner-devel-1.9.1.12-1.fc12.i686 (updates) > Requires: pkgconfig(nspr)>= 4.8.6 > Installed: nspr-devel-4.8.4-2.fc12.i686 (@updates) > pkgconfig(nspr) = 4.8.4 > Available: nspr-devel-4.8.2-1.fc12.i686 (fedora) > pkgconfig(nspr) = 4.8.2 > You could try using --skip-broken to work around the problem > ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows: > tigervnc-server-1.0.1-3.fc12.i686 is a duplicate with > tigervnc-server-1.0.0-3.fc12.i686 > [root@Fedora-12 Desktop]# > > Doing a "yum clean all" and "rpm --rebuilddb" did not fix the rpm database > problem either. > > Regards; > > Leland C. Scott > KC8LDO > > "Expecting the world to treat you fairly > because you are a good person is like > expecting the bull not to charge you > because you are a vegetarian." > > Rabbi Harold Kushner > Most likely while updating tigervnc, yum didn't get to cleanup stage (failed, computer rebooted, etc) so the old version is marked as installed. You can clean it by running "yum remove tigervnc-server*" then "yum install tigervnc-server". The dependencies problem is separate - it sometimes happens when the repo is not fully synced to its upstream repo. If you don't care about those particular packages, run update as "yum update --skip-broken"; or if you need them, try another repo or wait a day or two - dependency problem should disappear. HTH -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines