Gentoo Archives: gentoo-user

From: "Jan Chren (rindeal)" <dev.rindeal@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Help...can't decipher emerge oracle...
Date: Wed, 15 Nov 2017 17:25:32
Message-Id: CANgLvuAXt2d2DFpUujSLvtheR+KN0fgru2zBA1csam-GO9XQkw@mail.gmail.com
In Reply to: Re: [gentoo-user] Help...can't decipher emerge oracle... by tuxic@posteo.de
1 Oh, I missed that the current libnsl has a blocker as well. In that
2 case try to do this:
3
4 ```
5 emerge -C libnsl
6 emerge -1 ">=sys-libs/glibc-2.26"
7 emerge -1 libnsl
8 ```
9
10 On 15 November 2017 at 18:20, <tuxic@××××××.de> wrote:
11 > On 11/15 06:04, Jan Chren (rindeal) wrote:
12 >> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
13 >> than 2.26 and you have sys-libs/glibc-2.25 installed. So try
14 >> installing glibc-2.26 manually first and then libnsl.
15 >>
16 >> On 15 November 2017 at 17:50, <tuxic@××××××.de> wrote:
17 >> > Hi,
18 >> >
19 >> > From emerge I got this """info""":
20 >> >
21 >> >
22 >> >
23 >> > * Error: The above package list contains packages which cannot be
24 >> > * installed at the same time on the same system.
25 >> >
26 >> > (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
27 >> > >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
28 >> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, installed)
29 >> > >=sys-libs/glibc-2.6.1 required by (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
30 >> > sys-libs/glibc required by (app-arch/rar-5.5.0_p20170811:0/0::gentoo, installed)
31 >> > >=sys-libs/glibc-2.7 required by (sys-apps/iproute2-4.14.0:0/0::gentoo, ebuild scheduled for merge)
32 >> > >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, installed)
33 >> > sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
34 >> > sys-libs/glibc required by (app-office/openoffice-bin-4.1.3:0/0::gentoo, installed)
35 >> > sys-libs/glibc required by @selected
36 >> > >=sys-libs/glibc-2.8:2.2 required by (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
37 >> > >=sys-libs/glibc-2.8 required by (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
38 >> > >=sys-libs/glibc-2.8 required by (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
39 >> > >=sys-libs/glibc-2.13 required by (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
40 >> >
41 >> > (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) pulled in by
42 >> > net-libs/libnsl:0= required by (app-emulation/hercules-3.12:0/0::gentoo, installed)
43 >> > net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r6:0/0::gentoo, ebuild scheduled for merge)
44 >> > net-libs/libnsl:0 required by @__auto_slot_operator_replace_installed__
45 >> >
46 >> > ...for me it seems, that I need a lot of different glibc versions and
47 >> > currently I dont know, how to get out of this mess...
48 >> >
49 >> > I would be happy, if someone could help me...
50 >> >
51 >> > Cheers
52 >> > Meino
53 >> >
54 >> >
55 >> >
56 >>
57 > Hi Jan,
58 >
59 > thanks for your help and your answer! :)
60 >
61 >
62 > Trying what you suggest leads into this:
63 >
64 > /root>emerge '=glibc-2.26-r3'
65 > Calculating dependencies... done!
66 > [ebuild U ] sys-libs/glibc-2.26-r3 [2.25-r9]
67 >
68 > !!! Multiple package instances within a single package slot have been pulled
69 > !!! into the dependency graph, resulting in a slot conflict:
70 >
71 > sys-libs/glibc:2.2
72 >
73 > (sys-libs/glibc-2.26-r3:2.2/2.2::gentoo, ebuild scheduled for merge) pulled in by
74 > =sys-libs/glibc-2.26-r3 (Argument)
75 >
76 > (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
77 > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, installed)
78 >
79 > <sys-libs/glibc-2.26 required by (net-libs/libnsl-0:0/1::gentoo, installed)
80 > ^ ^^^^
81 >
82 > I would tend to remove autofs, install glibc-2.26, reinstall autofs
83 > and ....
84 >
85 > Woyld that work, or do I kill my system with that...
86 >
87 > (I hate dependencies... :)
88 >
89 > Cheers
90 > Meino
91 >
92 >

Replies

Subject Author
Re: [gentoo-user] Help...can't decipher emerge oracle... tuxic@××××××.de