Конфликты пакетов при обновлении мира

Sabayon, Calculate, Funtoo, Exherbo

Модератор: /dev/random

Shushandr
Сообщения: 86
ОС: Gentoo

Конфликты пакетов при обновлении мира

Сообщение Shushandr »

Сначала я пишу emerge -auvDN @world --verbose-conflicts
оно мне отвечает:
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/cffi:0

(dev-python/cffi-1.17.0_rc1:0/1.17.0_rc1::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 -python3_10 -python3_11 (-python3_13)" pulled in by
(no parents that aren't satisfied by other packages in this slot)

(dev-python/cffi-1.16.0:0/1.16.0::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 -python3_10 -python3_11" pulled in by
>=dev-python/cffi-1.1:0/1.16.0=[python_targets_python3_12(-)] required by (dev-python/xcffib-1.5.0:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 (-pypy3) -python3_10 -python3_11 (-python3_13)"
^^^^^^^^^^
>=dev-python/cffi-1.1.0:0/1.16.0=[python_targets_python3_12(-)] required by (dev-python/cairocffi-1.7.1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_12 (-pypy3) -python3_10 -python3_11 (-python3_13)"
^^^^^^^^^^


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.
Затем я маскирую пакет, и оно мне пишет
!!! All ebuilds that could satisfy "dev-libs/boost:0/1.84.0=" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/boost-1.84.0-r3::gentoo (masked by: package.mask)

(dependency required by "sci-libs/vtk-9.3.0::gentoo" [installed])
(dependency required by "media-gfx/freecad-0.21.2-r3::gentoo[fem,qt6]" [ebuild])
(dependency required by "@__auto_slot_operator_replace_installed__" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Тут два разных пакета, но суть не в этом. Суть в том, что сначала оно предлагает замаскировать пакет,
а потом пишет, что ничего делать не будет, потому что пакет замаскирован.
Спасибо сказали: