Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. * Depclean may break link level dependencies. Thus, it is
  2. * recommended to use a tool such as `revdep-rebuild` (from
  3. * app-portage/gentoolkit) in order to detect such breakage.
  4. *
  5. * Always study the list of packages to be cleaned for any obvious
  6. * mistakes. Packages that are part of the world set will always
  7. * be kept. They can be manually added to this set with
  8. * `emerge --noreplace <atom>`. Packages that are listed in
  9. * package.provided (see portage(5)) will be removed by
  10. * depclean, even if they are part of the world set.
  11. *
  12. * As a safety measure, depclean will not remove any packages
  13. * unless *all* required dependencies have been resolved. As a
  14. * consequence, it is often necessary to run `emerge --update
  15. * --newuse --deep @world` prior to depclean.
  16.  
  17. Calculating dependencies... done!
  18. * Dependencies could not be completely resolved due to
  19. * the following required packages not being installed:
  20. *
  21. * ~dev-lang/perl-5.14.0 pulled in by:
  22. * virtual/perl-IO-Zlib-1.100.0
  23. *
  24. * ~dev-lang/perl-5.14.0 pulled in by:
  25. * virtual/perl-Package-Constants-0.20.0
  26. *
  27. * ~dev-lang/perl-5.12.3 pulled in by:
  28. * virtual/perl-ExtUtils-MakeMaker-6.56
  29. *
  30. * ~dev-lang/perl-5.14.0 pulled in by:
  31. * virtual/perl-Locale-Maketext-Simple-0.210.0
  32. *
  33. * ~dev-lang/perl-5.14.0 pulled in by:
  34. * virtual/perl-File-Temp-0.220.0
  35. *
  36. * Have you forgotten to do a complete update prior to depclean? The
  37. * most comprehensive command for this purpose is as follows:
  38. *
  39. * emerge --update --newuse --deep --with-bdeps=y @world
  40. *
  41. * Note that the --with-bdeps=y option is not required in many
  42. * situations. Refer to the emerge manual page (run `man emerge`)
  43. * for more information about --with-bdeps.
  44. *
  45. * Also, note that it may be necessary to manually uninstall
  46. * packages that no longer exist in the portage tree, since it may
  47. * not be possible to satisfy their dependencies.
  48.  
  49. * IMPORTANT: 2 news items need reading for repository 'gentoo'.
  50. * Use eselect news to read news items.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement