Gentoo Archives: gentoo-user

From: Steven Lembark <lembark@×××××××.com>
To: gentoo-user@l.g.o
Cc: lembark@×××××××.com
Subject: Re: [gentoo-user] Re: Going through these one by one.
Date: Sun, 14 Feb 2021 19:52:43
Message-Id: 20210214145236.257f5d2a.lembark@wrkhors.com
In Reply to: [gentoo-user] Re: Going through these one by one. by Martin Vaeth
1 On Sun, 14 Feb 2021 17:26:03 -0000 (UTC)
2 Martin Vaeth <martin@×××××.de> wrote:
3
4 > emerge -NaDu --with-bdeps=y @world
5
6 Normally I use:
7
8 /usr/bin/emerge --deep --backtrack=128 --with-bdeps y \
9 --complete-graph y --autounmask-write --verbose-conflicts \
10 --jobs --load-average 4 --keep-going --update @world;
11
12 This gets me the same failures, with a bit more information.
13
14 The output of your command above is:
15
16 !!! Multiple package instances within a single package slot have been pulled
17 !!! into the dependency graph, resulting in a slot conflict:
18
19 sys-libs/binutils-libs:0
20
21 (sys-libs/binutils-libs-2.35.1-r1:0/2.35.1::gentoo, ebuild scheduled for merge) USE="nls -64-bit-bfd (-cet) -multitarget -static-libs" ABI_X86="32 (64) (-x32)" pulled in by
22 (no parents that aren't satisfied by other packages in this slot)
23
24 (sys-libs/binutils-libs-2.34-r2:0/2.34::gentoo, installed) USE="nls -64-bit-bfd -multitarget -static-libs" ABI_X86="32 (64) (-x32)" pulled in by
25 sys-libs/binutils-libs:0/2.34=[abi_x86_32(-),abi_x86_64(-)] required by (x11-libs/cairo-1.16.0-r4:0/0::gentoo, installed) USE="X glib svg (-aqua) -debug (-gles2-only) -opengl -static-libs -utils -valgrind" ABI_X86="32 (64) (-x32)"
26 ^^^^^^^^
27 <snip>
28
29
30 <https://pastebin.com/r7Qe4yUf>
31
32 Running it with a loop moving ._cfg000000_autoconfig and re-running
33 emerge eventually brick walls into the same result.
34
35
36 --
37 Steven Lembark
38 Workhorse Computing
39 lembark@×××××××.com
40 +1 888 359 3508

Replies

Subject Author
[gentoo-user] Re: Going through these one by one. Martin Vaeth <martin@×××××.de>