Guest User

Untitled

a guest
Mar 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Error: Multilib version problems found. This often means that the root
  2. cause is something else and multilib version checking is just
  3. pointing out that there is a problem. Eg.:
  4.  
  5. 1. You have an upgrade for libgcc which is missing some
  6. dependency that another package requires. Yum is trying to
  7. solve this by installing an older version of libgcc of the
  8. different architecture. If you exclude the bad architecture
  9. yum will tell you what the root cause is (which package
  10. requires what). You can try redoing the upgrade with
  11. --exclude libgcc.otherarch ... this should give you an error
  12. message showing the root cause of the problem.
  13.  
  14. 2. You have multiple architectures of libgcc installed, but
  15. yum can only see an upgrade for one of those arcitectures.
  16. If you don't want/need both architectures anymore then you
  17. can remove the one with the missing update and everything
  18. will work.
  19.  
  20. 3. You have duplicate versions of libgcc installed already.
  21. You can use "yum check" to get yum show these errors.
  22.  
  23. ...you can also use --setopt=protected_multilib=false to remove
  24. this checking, however this is almost never the correct thing to
  25. do as something else is very likely to go wrong (often causing
  26. much more problems).
  27.  
  28. Protected multilib versions: libgcc-4.4.7-4.el6.i686 != libgcc-4.4.7-3.el6.x86_64
  29. You could try using --skip-broken to work around the problem
  30. You could try running: rpm -Va --nofiles –nodigest
  31.  
  32. yum install libgcc.x86_64 libgcc.i686
  33.  
  34. Error: Multilib version problems found.
  35.  
  36. Error:
  37. Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
  38. Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
Add Comment
Please, Sign In to add comment