Gentoo Archives: gentoo-user

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] blocker between openrc and procps
Date: Sun, 24 Aug 2014 11:52:49
Message-Id: 53F9D180.9050906@gentoo.org
In Reply to: Re: [gentoo-user] blocker between openrc and procps by meino.cramer@gmx.de
1 On 24/08/14 13:40, meino.cramer@×××.de wrote:
2 > J. Roeleveld <joost@××××××××.org> [14-08-24 12:36]:
3 >> On 24 August 2014 11:23:34 CEST, meino.cramer@×××.de wrote:
4 >>> Alan McKinnon <alan.mckinnon@×××××.com> [14-08-24 10:32]:
5 >>>> On 24/08/2014 04:30, meino.cramer@×××.de wrote:
6 >>>>> hi,
7 >>>>>
8 >>>>> How can I resolve this blocker:
9 >>>>>
10 >>>>> (sys-process/procps-3.3.9::gentoo, installed) pulled in by
11 >>>>> sys-process/procps required by (dev-db/mysql-5.5.39::gentoo,
12 >>> installed)
13 >>>>> sys-process/procps required by @system
14 >>>>>
15 >>>>> (sys-apps/openrc-0.13.1::gentoo, ebuild scheduled for merge)
16 >>> pulled in by
17 >>>>> sys-apps/openrc required by @system
18 >>>>> sys-apps/openrc required by @selected
19 >>>>> sys-apps/openrc required by (virtual/service-manager-0::gentoo,
20 >>> installed)
21 >>>>> >=sys-apps/openrc-0.12 required by
22 >>> (net-misc/netifrc-0.2.2::gentoo, ebuild scheduled for merge)
23 >>>>> Thank you very much in advance for any help!
24 >>>>
25 >>>>
26 >>>> There is no blocker there
27 >>>>
28 >>>>
29 >>>>
30 >>>> --
31 >>>> Alan McKinnon
32 >>>> alan.mckinnon@×××××.com
33 >>>>
34 >>>>
35 >>>
36 >>> Hi Alan,
37 >>>
38 >>> sorry, I missed some lines of text:
39 >>>
40 >>>
41 >>> [blocks B ] <sys-process/procps-3.3.9-r2
42 >>> ("<sys-process/procps-3.3.9-r2" is blocking sys-apps/openrc-0.13.1)
43 >>>
44 >>> Total: 109 packages (108 upgrades, 1 new), Size of downloads: 1,107,696
45 >>> kB
46 >>> Fetch Restriction: 1 package (1 unsatisfied)
47 >>> Conflict: 2 blocks (1 unsatisfied)
48 >>>
49 >>> Fetch instructions for dev-java/java-sdk-docs-1.7.0.60:
50 >>> * Please download jdk-7u60-apidocs.zip from
51 >>> *
52 >>> http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html
53 >>> * (agree to the license) and place it in /usr/portage/distfiles
54 >>> * If you find the file on the download page replaced with a higher
55 >>> * version, please report to the bug 67266 (link below).
56 >>> * If emerge fails because of a checksum error it is possible that
57 >>> * the upstream release changed without renaming. Try downloading the
58 >>> file
59 >>> * again (or a newer revision if available). Otherwise report this to
60 >>> * http://bugs.gentoo.org/67266 and we will make a new revision.
61 >>>
62 >>> * Error: The above package list contains packages which cannot be
63 >>> * installed at the same time on the same system.
64 >>>
65 >>> (sys-process/procps-3.3.9::gentoo, installed) pulled in by
66 >>> sys-process/procps required by (dev-db/mysql-5.5.39::gentoo, installed)
67 >>> sys-process/procps required by @system
68 >>>
69 >>> (sys-apps/openrc-0.13.1::gentoo, ebuild scheduled for merge) pulled in
70 >>> by
71 >>> sys-apps/openrc required by @system
72 >>> sys-apps/openrc required by @selected
73 >>> sys-apps/openrc required by (virtual/service-manager-0::gentoo,
74 >>> installed)
75 >>>> =sys-apps/openrc-0.12 required by (net-misc/netifrc-0.2.2::gentoo,
76 >>> ebuild scheduled for merge)
77 >>>
78 >>>
79 >>> Best regards,
80 >>> mcc
81 >> Update procps to a later version.
82 >> Or update mysql if that specifically want that version.
83 >>
84 >> --
85 >> Joost
86 >> --
87 >> Sent from my Android device with K-9 Mail. Please excuse my brevity.
88 >>
89 >
90 > Procps is already at its newest version.
91
92 No, it's not.
93
94 >
95 > eix -I procps
96 > [I] sys-process/procps
97 > Available versions: 3.3.6 3.3.8-r2 3.3.9 ~3.3.9-r1 ~3.3.9-r2 {+ncurses nls selinux static-libs systemd test unicode}
98
99 3.3.9-r2 latest.
100
101 > Installed versions: 3.3.9(03:38:35 08/24/14)(ncurses nls unicode -static-libs -test)
102
103 3.3.9, not 3.3.9-r2, installed.
104
105 As in, you need to upgrade to 3.3.9-r2 to use openrc-0.13, because older
106 than 3.3.9-r2 have broken config file
107 reading, and won't work properly with openrc-0.13
108
109 So, simple solution:
110
111 # emerge -1 ">=sys-process/procps-3.3.9-r2"