Hmmm, ok not unexpected - how about
:
Code:
yum reinstall glibc-common.x86_64
yum reinstall glibc-common.x86_64
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Reinstall Process
fedora-chromium | 3.4 kB 00:00
rpmfusion-free-updates | 2.7 kB 00:00
rpmfusion-nonfree-updates | 2.7 kB 00:00
updates/metalink | 28 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package glibc-common.x86_64 0:2.14-2 will be reinstalled
--> Finished Dependency Resolution
Error: Protected multilib versions: glibc-common-2.14-2.x86_64 != glibc-common-2.13.90-11.x86_64
You could try using --skip-broken to work around the problem
** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:
glibc-2.14-2.x86_64 is a duplicate with glibc-2.13.90-11.i686
glibc-common-2.14-2.x86_64 is a duplicate with glibc-common-2.13.90-11.x86_64
Code:
yum downgrade glibc-common.x86_64
yum downgrade glibc-common.x86_64
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Downgrade Process
Resolving Dependencies
--> Running transaction check
---> Package glibc-common.x86_64 0:2.13.90-9 will be a downgrade
--> Processing Dependency: glibc = 2.13.90-9 for package: glibc-common-2.13.90-9.x86_64
---> Package glibc-common.x86_64 0:2.14-2 will be erased
--> Finished Dependency Resolution
Error: Package: glibc-common-2.13.90-9.x86_64 (fedora)
Requires: glibc = 2.13.90-9
Installed: glibc-2.13.90-11.i686 (@updates-testing)
glibc = 2.13.90-11
Installed: glibc-2.14-2.x86_64 (installed)
glibc = 2.14-2
Available: glibc-2.13.90-9.i686 (fedora)
glibc = 2.13.90-9
Error: Package: glibc-2.14-2.x86_64 (installed)
Requires: glibc-common = 2.14-2
Installed: glibc-common-2.13.90-11.x86_64 (@updates-testing)
glibc-common = 2.13.90-11
Removing: glibc-common-2.14-2.x86_64 (installed)
glibc-common = 2.14-2
Downgraded By: glibc-common-2.13.90-9.x86_64 (fedora)
glibc-common = 2.13.90-9
You could try using --skip-broken to work around the problem
** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:
glibc-2.14-2.x86_64 is a duplicate with glibc-2.13.90-11.i686
glibc-common-2.14-2.x86_64 is a duplicate with glibc-common-2.13.90-11.x86_64
Code:
rpm -e --nodeps glibc-common-2.13.90-11.x86_64
nothing