|
|
emerge --update --deep world后:
Calculating world dependencies \
Exiting on signal 2
asus ~ # emerge --update --deep world
Calculating world dependencies ...done!
!!! Error: the dev-php/mod_php package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.
然后:emerge -pretend dev-php/mod_php
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] dev-php/mod_php-4.4.0-r9
emerge --unmerge mod_php 问题未解决。
emerge --unmerge dev-php/php后也不行。
emerge --depclean 后:
*** WARNING *** --depclean is known to be broken. It is highly recommended
*** WARNING *** that `emerge --update --newuse --deep world` be ran before
*** WARNING *** commencing. However, using --depclean may still break link
*** WARNING *** level consistency within your system. `revdep-rebuild`
*** WARNING *** from app-portage/gentoolkit can help to detect breakage.
*** WARNING ***
*** WARNING *** Also study the list of packages to be cleaned for any
*** WARNING *** obvious mistakes. Packages can be manually added to the
*** WARNING *** world list by running `emerge --noreplace <atom>`.
*** WARNING ***
*** WARNING *** Make sure you have a backup.
Calculating dependencies ... done!
!!! There appears to be a problem with the following package:
!!! dev-php/php
!!! Please ensure that blocking/conflicting packages are not merged.!!! 'emerge -p dev-php/php
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
*** Continuing in: 10 9 8 7 6 5 4 3 2 1
!!! There appears to be a problem with the following package:
!!! dev-php/php
!!! Please ensure that blocking/conflicting packages are not merged.!!! 'emerge -p dev-php/php
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
*** Continuing in: 10 9 8 7 6 5 4 3 2 1
!!! There appears to be a problem with the following package:
!!! dev-php/mod_php
!!! Please ensure that blocking/conflicting packages are not merged.!!! 'emerge -p dev-php/mod_php
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
*** Continuing in: 10 9 8 7 6 5 4 3 2 1
!!! There appears to be a problem with the following package:
!!! dev-php/mod_php
!!! Please ensure that blocking/conflicting packages are not merged.!!! 'emerge -p dev-php/mod_php
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
*** Continuing in: 10 9 8 7 6 5 4 3 2 1
Packages installed: 325
Packages in world: 36
Packages in system: 65
Unique package names: 344
Required packages: 358
Number removed: 0
* GNU info directory index is up-to-date.
我现在正在:
emerge -e system
不知是否能奏效?
请帮忙!
谢谢! |
|