|
- * Depclean may break link level dependencies. Thus, it is
- * recommended to use a tool such as `revdep-rebuild` (from
- * app-portage/gentoolkit) in order to detect such breakage.
- *
- * 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, it is often 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:
- *
- * media-sound/phonon[-aqua] pulled in by:
- * x11-libs/qt-webkit-4.7.1-r1
- *
- * Have you forgotten to run `emerge --update --newuse --deep @world` prior
- * to depclean? It may be necessary to manually uninstall packages that no longer
- * exist in the portage tree since it may not be possible to satisfy their
- * dependencies. Also, be aware of the --with-bdeps option that is documented
- * in `man emerge`.
复制代码
media-sound/phonon和 x11-libs/qt-webkit 我已经装了,也运行了emerge -avuND world.
请问这是怎么回事?谢谢 |
|