|
|

楼主 |
发表于 2008-1-19 05:04:06
|
显示全部楼层
Post by zhllg;1808727
怎么个冲突法?
类似这样的输出,这是Google来的。
- Calculating world dependencies \
- !!! Multiple versions within a single package slot have been
- !!! pulled into the dependency graph:
- ('ebuild', '/', 'app-crypt/gnupg-1.4.7-r1', 'merge') pulled in by
- ('installed', '/', 'mail-client/squirrelmail-1.4.10a-r2', 'nomerge')
- ('ebuild', '/', 'app-crypt/gnupg-2.0.7', 'merge') pulled in by
- ('installed', '/', 'mail-filter/spamassassin-3.2.1-r1', 'nomerge')
- It may be possible to solve this problem by using package.mask to
- prevent one of those packages from being selected. However, it is also
- possible that conflicting dependencies exist such that they are
- impossible to satisfy simultaneously. If such a conflict exists in the
- dependencies of two different packages, then those packages can not be
- installed simultaneously.
- For more information, see MASKED PACKAGES section in the emerge man page
- or refer to the Gentoo Handbook.
复制代码
在我的机器上对应应该是
- ('ebuild', '/', 'x11-libs/qt-3.3.8-r4', 'merge') pulled in by
- ('installed', '/', 'kde-base/kdelibs-3.5.7-r3', 'nomerge')
- ('installed', '/', 'x11-libs/qt-3.3.8-r5', 'merge') pulled in by
- ('installed', '/', 'kde-base/arts-3.5.5', 'nomerge')
复制代码
这是我凭印象回忆出来的。由于现在我退回到了官方的qt-3.3.8-r4。不能马上重现当时的输出,需要等待r5编译完才行。 |
|