一运行emerge app-text/kchmviewer,提示下面的一大堆
Calculating dependencies... done!
[ebuild N ] dev-libs/chmlib-0.40-r1 USE="examples -static-libs"
[ebuild N ] dev-qt/qtxmlpatterns-4.8.5 USE="(-aqua) -debug -pch"
[ebuild R ] dev-libs/libxml2-2.9.1-r4 USE="-icu*"
[ebuild N ] media-libs/gstreamer-0.10.36 USE="introspection nls orc {-test}"
[ebuild N ] media-libs/gst-plugins-base-0.10.36 USE="introspection nls orc"
[ebuild N ] dev-qt/qtwebkit-4.8.5 USE="exceptions gstreamer jit (-aqua) -debug -icu -pch"
[ebuild N ] app-text/kchmviewer-6.0-r1 USE="(-aqua) -debug -kde" LINGUAS="-cs -fr -hu -it -nl -pt_BR -ru -sv -tr -uk -zh_CN -zh_TW"
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-libs/libxml2:2
(dev-libs/libxml2-2.9.1-r4::gentoo, ebuild scheduled for merge) pulled in by
dev-libs/libxml2:2[!icu?] required by (dev-qt/qtwebkit-4.8.5::gentoo, ebuild scheduled for merge)
(dev-libs/libxml2-2.9.1-r4::gentoo, installed) pulled in by
dev-libs/libxml2:2/2=[icu] required by (www-client/chromium-35.0.1916.153::gentoo, installed)
dev-libs/libxml2:=[icu] required by (www-client/chromium-35.0.1916.153::gentoo, installed)
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. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
然后在/etc/portage/package.use里
# required by www-client/chromium-35.0.1916.153
# required by @selected
# required by @world (argument)
>=dev-libs/libxml2-2.9.1-r4 icu
# required by dev-qt/qtwebkit-4.8.5[gstreamer]
# required by app-text/kchmviewer-6.0-r1
# required by app-text/kchmviewer (argument)
>=dev-libs/libxml2-2.9.1-r4 -icu
这些内容都是通过--autounmask-write生成的
大致是因为icu的问题,但是2个软件要求不一样,我应该如何处理?
Calculating dependencies... done!
[ebuild N ] dev-libs/chmlib-0.40-r1 USE="examples -static-libs"
[ebuild N ] dev-qt/qtxmlpatterns-4.8.5 USE="(-aqua) -debug -pch"
[ebuild R ] dev-libs/libxml2-2.9.1-r4 USE="-icu*"
[ebuild N ] media-libs/gstreamer-0.10.36 USE="introspection nls orc {-test}"
[ebuild N ] media-libs/gst-plugins-base-0.10.36 USE="introspection nls orc"
[ebuild N ] dev-qt/qtwebkit-4.8.5 USE="exceptions gstreamer jit (-aqua) -debug -icu -pch"
[ebuild N ] app-text/kchmviewer-6.0-r1 USE="(-aqua) -debug -kde" LINGUAS="-cs -fr -hu -it -nl -pt_BR -ru -sv -tr -uk -zh_CN -zh_TW"
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-libs/libxml2:2
(dev-libs/libxml2-2.9.1-r4::gentoo, ebuild scheduled for merge) pulled in by
dev-libs/libxml2:2[!icu?] required by (dev-qt/qtwebkit-4.8.5::gentoo, ebuild scheduled for merge)
(dev-libs/libxml2-2.9.1-r4::gentoo, installed) pulled in by
dev-libs/libxml2:2/2=[icu] required by (www-client/chromium-35.0.1916.153::gentoo, installed)
dev-libs/libxml2:=[icu] required by (www-client/chromium-35.0.1916.153::gentoo, installed)
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. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
然后在/etc/portage/package.use里
# required by www-client/chromium-35.0.1916.153
# required by @selected
# required by @world (argument)
>=dev-libs/libxml2-2.9.1-r4 icu
# required by dev-qt/qtwebkit-4.8.5[gstreamer]
# required by app-text/kchmviewer-6.0-r1
# required by app-text/kchmviewer (argument)
>=dev-libs/libxml2-2.9.1-r4 -icu
这些内容都是通过--autounmask-write生成的
大致是因为icu的问题,但是2个软件要求不一样,我应该如何处理?