fomcyou n00b
Joined: 02 Oct 2024 Posts: 5
|
Posted: Mon Jan 27, 2025 9:12 am Post subject: Multiple package instances for x11-base/xorg-server |
|
|
Hello everyone! I've met the following problem during update:
Code: |
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
x11-base/xorg-server:0
(x11-base/xorg-server-21.1.15-3:0/21.1.15::gentoo, installed) USE="elogind udev xorg -debug -minimal (-selinux) -suid -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)" pulled in by
(no parents that aren't satisfied by other packages in this slot)
(x11-base/xorg-server-21.1.14-3:0/21.1.14::gentoo, binary scheduled for merge) USE="elogind udev xorg -debug -minimal (-selinux) -suid -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)" pulled in by
x11-base/xorg-server:0/21.1.14= required by (x11-drivers/xf86-input-libinput-1.5.0-1:0/0::gentoo, installed) USE="" ABI_X86="(64)"
^^^^^^^^^^^
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.
|
As I right understand xorg-server-21.1.14 is required by xf86-input-libinput, but newer version xorg-server-21.1.15 is already installed. Suggested solution with '--backtrack=250' did not work. Any thoughts how to resolve this issue?
Thanks a lot! _________________ Best regards, fomcyou. |
|