Обновление Calculate Linux Scratch

Добрый день!

Обновляю Calculate Linux Snatch.

  1. cl-update - прошло успешно.

При повторном запуске cl-update устанавливаются и удаляются пакеты:

acct-group/root-0-r2

acct-user/root-0-r3

  1. emerge --depclean

  • Always study the list of packages to be cleaned for any obvious
  • mistakes. Packages that are part of the world set will always
  • be kept. They can be manually added to this set with
  • emerge --noreplace <atom>. Packages that are listed in
  • package.provided (see portage(5)) will be removed by
  • depclean, even if they are part of the world set.
  • As a safety measure, depclean will not remove any packages
  • unless all required dependencies have been resolved. As a
  • consequence of this, it often becomes necessary to run
  • emerge --update --newuse --deep @world prior to depclean.

Calculating dependencies… done!

  • Dependencies could not be completely resolved due to
  • the following required packages not being installed:
  • acct-user/root pulled in by:
  • acct-user/mail-0-r3
    
  • acct-group/root pulled in by:
  • acct-user/sshd-0-r3
    
  • acct-user/root pulled in by:
  • acct-user/postmaster-0-r3
    
  • acct-user/root pulled in by:
  • acct-user/sshd-0-r3
    
  • Have you forgotten to do a complete update prior to depclean? The
  • most comprehensive command for this purpose is as follows:
  • emerge --update --newuse --deep --with-bdeps=y @world
  • Note that the --with-bdeps=y option is not required in many
  • situations. Refer to the emerge manual page (run man emerge)
  • for more information about --with-bdeps.
  • Also, note that it may be necessary to manually uninstall
  • packages that no longer exist in the repository, since it may not
  • be possible to satisfy their dependencies.
  1. При запуске emerge --update --newuse --deep @world устанавливает ~250 пакетов, при запуске cl-update - эти пакеты удаляются.
  2. Вопрос: разве cl-update, emerge не должны работать синхронно? И почему cl-update сначала ставит, а потом удаляет одни и те же пакеты?