Advertisement
Guest User

Untitled

a guest
May 24th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Resolving Dependencies
  2. --> Running transaction check
  3. ---> Package libgcc.x86_64 0:4.8.5-4.el7 will be an update
  4. ---> Package libgcc.x86_64 0:4.8.5-4.el7 will be erased
  5. --> Finished Dependency Resolution
  6. Error: Multilib version problems found. This often means that the root
  7. cause is something else and multilib version checking is just
  8. pointing out that there is a problem. Eg.:
  9.  
  10. 1. You have an upgrade for libgcc which is missing some
  11. dependency that another package requires. Yum is trying to
  12. solve this by installing an older version of libgcc of the
  13. different architecture. If you exclude the bad architecture
  14. yum will tell you what the root cause is (which package
  15. requires what). You can try redoing the upgrade with
  16. --exclude libgcc.otherarch ... this should give you an error
  17. message showing the root cause of the problem.
  18.  
  19. 2. You have multiple architectures of libgcc installed, but
  20. yum can only see an upgrade for one of those architectures.
  21. If you don't want/need both architectures anymore then you
  22. can remove the one with the missing update and everything
  23. will work.
  24.  
  25. 3. You have duplicate versions of libgcc installed already.
  26. You can use "yum check" to get yum show these errors.
  27.  
  28. ...you can also use --setopt=protected_multilib=false to remove
  29. this checking, however this is almost never the correct thing to
  30. do as something else is very likely to go wrong (often causing
  31. much more problems).
  32.  
  33. Protected multilib versions: libgcc-4.8.5-4.el7.x86_64 != libgcc-4.8.3-9.el7.x86_64
  34. Error: Protected multilib versions: libgcc-4.8.5-4.el7.x86_64 != libgcc-4.8.3-9.el7.i686
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement