Paganus

Untitled

May 20th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. (chroot) jurchen / # emerge --depclean
  2.  
  3. * Always study the list of packages to be cleaned for any obvious
  4. * mistakes. Packages that are part of the world set will always
  5. * be kept. They can be manually added to this set with
  6. * `emerge --noreplace <atom>`. Packages that are listed in
  7. * package.provided (see portage(5)) will be removed by
  8. * depclean, even if they are part of the world set.
  9. *
  10. * As a safety measure, depclean will not remove any packages
  11. * unless *all* required dependencies have been resolved. As a
  12. * consequence, it is often necessary to run `emerge --update
  13. * --newuse --deep @world` prior to depclean.
  14.  
  15. Calculating dependencies ... done!
  16. * Dependencies could not be completely resolved due to
  17. * the following required packages not being installed:
  18. *
  19. * media-libs/sdl-mixer[vorbis] pulled in by:
  20. * games-simulation/lincity-ng-2.0
  21. *
  22. * dev-python/beautifulsoup[python_targets_python2_7(-),python_targets_python3_2(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] pulled in by:
  23. * dev-python/lxml-3.0.1
  24. *
  25. * >=sys-auth/polkit-0.110 pulled in by:
  26. * sys-auth/consolekit-0.4.5_p20120320-r1
  27. *
  28. * Have you forgotten to do a complete update prior to depclean? The
  29. * most comprehensive command for this purpose is as follows:
  30. *
  31. * emerge --update --newuse --deep --with-bdeps=y @world
  32. *
  33. * Note that the --with-bdeps=y option is not required in many
  34. * situations. Refer to the emerge manual page (run `man emerge`)
  35. * for more information about --with-bdeps.
  36. *
  37. * Also, note that it may be necessary to manually uninstall
  38. * packages that no longer exist in the portage tree, since it may
  39. * not be possible to satisfy their dependencies.
  40. (chroot) jurchen / # emerge --update --newuse --deep --with-bdeps=y @world
  41.  
  42. * IMPORTANT: 4 news items need reading for repository 'gentoo'.
  43. * Use eselect news to read news items.
  44.  
  45. Calculating dependencies ... done!
  46.  
  47. !!! Multiple package instances within a single package slot have been pulled
  48. !!! into the dependency graph, resulting in a slot conflict:
  49.  
  50. app-misc/pax-utils:0
  51.  
  52. (app-misc/pax-utils-0.5::gentoo, installed) pulled in by
  53. <app-misc/pax-utils-0.6 required by (sys-kernel/genkernel-3.4.45::gentoo, installed)
  54.  
  55. (app-misc/pax-utils-0.7::gentoo, ebuild scheduled for merge) pulled in by
  56. (no parents that aren't satisfied by other packages in this slot)
  57.  
  58.  
  59. It may be possible to solve this problem by using package.mask to
  60. prevent one of those packages from being selected. However, it is also
  61. possible that conflicting dependencies exist such that they are
  62. impossible to satisfy simultaneously. If such a conflict exists in
  63. the dependencies of two different packages, then those packages can
  64. not be installed simultaneously.
  65.  
  66. For more information, see MASKED PACKAGES section in the emerge man
  67. page or refer to the Gentoo Handbook.
  68.  
  69.  
  70. !!! The ebuild selected to satisfy "net-fs/cifs-utils" has unmet requirements.
  71. - net-fs/cifs-utils-6.0-r1::gentoo USE="acl caps caps-ng -ads -creds -upcall"
  72.  
  73. The following REQUIRED_USE flag constraints are unsatisfied:
  74. acl? ( upcall )
  75.  
  76. (dependency required by "net-fs/samba-3.6.14-r1[client]" [ebuild])
  77. (dependency required by "@selected" [set])
  78. (dependency required by "@world" [argument])
  79. (chroot) jurchen / #
Advertisement
Add Comment
Please, Sign In to add comment