Skip to content

Instantly share code, notes, and snippets.

@raphink
Created March 14, 2013 09:57
Show Gist options
  • Save raphink/5160156 to your computer and use it in GitHub Desktop.
Save raphink/5160156 to your computer and use it in GitHub Desktop.
# yum install augeas-devel
Loaded plugins: downloadonly, product-id, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package augeas-devel.x86_64 0:0.9.0-4.el6 will be installed
--> Processing Dependency: augeas-libs = 0.9.0-4.el6 for package: augeas-devel-0.9.0-4.el6.x86_64
--> Running transaction check
---> Package augeas-libs.i686 0:0.9.0-4.el6 will be installed
--> Processing Dependency: libselinux.so.1 for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.8) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.4) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.3.4) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.3) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.2.3) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.2) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.1.3) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.1.1) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.1) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6(GLIBC_2.0) for package: augeas-libs-0.9.0-4.el6.i686
--> Processing Dependency: libc.so.6 for package: augeas-libs-0.9.0-4.el6.i686
--> Running transaction check
---> Package glibc.i686 0:2.12-1.107.el6 will be installed
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.107.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.107.el6.i686
---> Package libselinux.i686 0:2.0.94-5.3.el6 will be installed
--> Running transaction check
---> Package nss-softokn-freebl.i686 0:3.12.9-11.el6 will be installed
--> Finished Dependency Resolution
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for augeas-libs which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of augeas-libs of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude augeas-libs.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of augeas-libs installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of augeas-libs installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: augeas-libs-0.9.0-4.el6.i686 != augeas-libs-1.0.0-1.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment