Gentoo Into The Dependency Graph Resulting In A Slot Conflict, inzet roulette holland casino, stony plain casino alberta, witcher 3 blood and wine new skill slots. これはGentoo Advent Calendar 12/08分です。日付・・・・?なんのことです? Www.adventar.org みなさん, emergeしてますか. たとえば以下のようなものを見たことがありませんか Total: 35 packages (29 upgrades, 1 downgrade, 5 reinstalls), Size of downloads: 211,908 KiB!!! Multiple package instances within a. Emerge is yelling a lot about slot conflicts, and they seem to be related to 'ABIX86' (I forget the errors exactly, but I remember one was zlib). So, is there any 'official' docs about what ABIX86 is and how to use it?

  1. Gentoo Emerge Slot Conflict Theorists

Hello, I've been trying to update my system and keep getting a message about two unresolved package conflicts: This is the first time I've come Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts.

Slot conflicts can be annoying. It's worse when an attempt to fix them leads to an even bigger mess. I hope this post helps you with some cases - and that portage will keep getting smarter about resolving them automatically.
It's mostly a transcript of commands and output snippets. Let's take a look:
# emerge -uDNa world

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/icu:0

(dev-libs/icu-54.1-r1:0/54a::gentoo, ebuild scheduled for merge) pulled in byGentoo emerge slot conflict games
(no parents that aren't satisfied by other packages in this slot)

(dev-libs/icu-53.1:0/53::gentoo, installed) pulled in by
>=dev-libs/icu-51.2-r1:0/53=[abi_x86_32(-)] required by (media-libs/harfbuzz-0.9.28:0/0.9.18::gentoo, installed)
^^^^^^
(and 3 more with the same problem)

dev-lang/perl:0

(dev-lang/perl-5.20.1-r4:0/5.20::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)

(dev-lang/perl-5.18.2-r2:0/5.18::gentoo, installed) pulled in by
dev-lang/perl:0/5.18=[-build(-)] required by (dev-perl/XML-Parser-2.410.0-r2:0/0::gentoo, installed)
^^^^^^^^
(and 6 more with the same problem)

x11-base/xorg-server:0

(x11-base/xorg-server-1.16.4:0/1.16.1::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)

(x11-base/xorg-server-1.15.0:0/1.15.0::gentoo, installed) pulled in by
x11-base/xorg-server:0/1.15.0= required by (x11-drivers/xf86-video-vesa-2.3.3:0/0::gentoo, installed)
^^^^^^^^^^

!!! The ebuild selected to satisfy '>=media-libs/gst-plugins-bad-1.4.5:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]' has unmet requirements.
- media-libs/gst-plugins-bad-1.4.5::gentoo USE='X gles2 introspection nls opengl orc -egl -vnc -wayland'

The following REQUIRED_USE flag constraints are unsatisfied:
gles2? ( !opengl )

The above constraints are a subset of the following complete expression:
egl? ( !gles2 ) gles2? ( !egl !opengl ) opengl? ( X ) wayland? ( egl )

(dependency required by 'media-plugins/gst-plugins-resindvd-1.4.5' [ebuild])
(dependency required by 'media-plugins/gst-plugins-meta-1.0-r2[dvd]' [installed])
(dependency required by '@selected' [set])
Gentoo Emerge Slot Conflict(dependency required by '@world' [argument])
This might look scary, and it's indeed harder when there are multiple conflicts at the same time. That's why it's easier to handle when updating the system more often. Anyway, we'll solve them one at a time:
# emerge -1av icu
This was actually quite easy. Now perl can be more complicated, so let's use a command suggested by perl-cleaner:
Slot# emerge -uD1a $(qlist -IC 'virtual/perl-*')
[blocks B ] <sys-apps/openrc-0.13.8 ('<sys-apps/openrc-0.13.8' is blocking sys-apps/kmod-19)
[blocks B ] <sys-apps/openrc-0.13 ('<sys-apps/openrc-0.13' is blocking sys-fs/udev-init-scripts-27)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

(sys-apps/kmod-19:0/0::gentoo, ebuild scheduled for merge) pulled in by
sys-apps/kmod required by (sys-apps/pciutils-3.2.0:0/0::gentoo, installed)
>=sys-apps/kmod-15:0= required by (sys-apps/systemd-216-r3:0/2::gentoo, ebuild scheduled for merge)
sys-apps/kmod[tools] required by (virtual/modutils-0:0/0::gentoo, installed)

(sys-apps/openrc-0.12.4:0/0::gentoo, installed) pulled in by
sys-apps/openrc required by @system
>=sys-apps/openrc-0.12 required by (net-misc/netifrc-0.2.2:0/0::gentoo, installed)
sys-apps/openrc required by (virtual/service-manager-0:0/0::gentoo, installed)

(sys-fs/udev-init-scripts-27:0/0::gentoo, ebuild scheduled for merge) pulled in by
>=sys-fs/udev-init-scripts-25 required by (sys-apps/systemd-216-r3:0/2::gentoo, ebuild scheduled for merge)

More blockers, and seemingly unrelated. Anyway, we have to resolve the blocker first, let's try:
[blocks B ] <sys-process/procps-3.3.9-r2 ('<sys-process/procps-3.3.9-r2' is blocking sys-apps/openrc-0.13.11)
* Error: The above package list contains packages which cannot be

(sys-process/procps-3.3.9:0/0::gentoo, installed) pulled in by
sys-process/procps required by (app-emulation/open-vm-tools-2013.09.16.1328054-r3:0/0::gentoo, installed)

(sys-apps/openrc-0.13.11:0/0::gentoo, ebuild scheduled for merge) pulled in by
openrc
sys-apps/openrc required by (virtual/service-manager-0:0/0::gentoo, installed)
>=sys-apps/openrc-0.12 required by (net-misc/netifrc-0.2.2:0/0::gentoo, installed)

Finally, after including procps explicitly, it works! Don't forget to update config files when portage prompts about that.
# dispatch-conf

What were we doing before? Okay, back to perl, and looks like it's going to work this time...
# emerge -uD1a $(qlist -IC 'virtual/perl-*')
# emerge -1av @preserved-rebuild
Next remaining piece was X. Trying to emerge it explicitly gives a more detailed message:
# emerge -1av xorg-server

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

x11-proto/fontsproto:0

(x11-proto/fontsproto-2.1.3:0/0::gentoo, ebuild scheduled for merge) conflicts with
<x11-proto/fontsproto-2.1.3 required by (x11-libs/libXfont-1.4.8:0/0::gentoo, installed)
^ ^^^^^
# emerge -1av libXfont

Finally, the USE flag constraints:

Gentoo Emerge Slot Conflict Theorists

# euse -D gles2
I hope you found this useful. Especially things like $(qlist -IC 'virtual/perl-*') could be hard to find otherwise I guess.
Coments are closed
Scroll to top