Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --oneshot portage
Date: Tue, 13 Mar 2018 22:19:47
Message-Id: 20180313221931.4578f912@digimed.co.uk
In Reply to: Re: [gentoo-user] emerge --oneshot portage by thelma@sys-concept.com
1 On Tue, 13 Mar 2018 14:52:34 -0600, thelma@×××××××××××.com wrote:
2
3 > I spoke too soon. Now, when I try: emerge -u @system
4 > I'm getting an error as well.
5 >
6 > emerge -ua @system
7 >
8 > These are the packages that would be merged, in order:
9 >
10 > Calculating dependencies... done!
11 >
12 > WARNING: One or more updates/rebuilds have been skipped due to a
13 > dependency conflict:
14 >
15 > sys-libs/zlib:0
16 >
17 > (sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge)
18 > conflicts with
19 > >=sys-libs/zlib-1.2.8-r1:0/0=[abi_x86_32(-),abi_x86_64(-)] required
20 > >by (media-libs/lcms-2.8-r1:2/2::gentoo, installed)
21 > ^^^^^
22 >
23 > sys-libs/readline:0
24 >
25 > (sys-libs/readline-7.0_p3:0/7::gentoo, ebuild scheduled for merge)
26 > conflicts with sys-libs/readline:0/0= required by
27 > (dev-lang/ruby-2.1.9:2.1/2.1::gentoo, installed) ^^^^^
28 >
29 >
30 > !!! The following update(s) have been skipped due to unsatisfied
31 > dependencies !!! triggered by backtracking:
32 >
33 > app-shells/bash:0
34
35 That's not an error, just portage informing you that a package is not
36 being upgraded and why. This happens all the time, where packages depend
37 older versions of their dependencies.
38
39
40 --
41 Neil Bothwick
42
43 We've all heard that a million monkeys banging on a million
44 typewriters will eventually reproduce the works of Shakespeare.
45 Now, thanks to the Internet, we know this is not true.

Replies

Subject Author
Re: [gentoo-user] emerge --oneshot portage thelma@×××××××××××.com