Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] re: multiple pkg instances within single pkg slot
Date: Mon, 15 Jul 2013 19:34:17
Message-Id: 51E44E24.7030604@gmail.com
In Reply to: Re: [gentoo-user] re: multiple pkg instances within single pkg slot by Alexander Kapshuk
1 On 15/07/2013 21:21, Alexander Kapshuk wrote:
2 > On 07/15/2013 10:17 PM, Alan McKinnon wrote:
3 >> On 15/07/2013 20:43, Alexander Kapshuk wrote:
4 >>
5 >>> On 07/15/2013 09:23 PM, Alan McKinnon wrote:
6 >>>
7 >>>> On 15/07/2013 20:12, Alexander Kapshuk wrote:
8 >>>>
9 >>>>
10 >>>>> Howdy,
11 >>>>>
12 >>>>> Just installed the base system and xserver. As I went to emerge
13 >>>>> xfce4 as
14 >>>>> shown here http://wiki.gentoo.org/wiki/Xfce
15 >>>>> emerge --ask xfce4-meta xfce4-notifyd, I got a slot conflict:
16 >>>>> sys-ath/pambase-20101024-r2::gentoo, installed
17 >>>>> sys-auth/pambase-20120417-r2::gentoo, scheduled for merge.
18 >>>>>
19 >>>>> How do I resolve this conflict please?
20 >>>>>
21 >>>>>
22 >>>> That looks like partial output, there's information missing that says
23 >>>> why the conflict is happening. Please post the output of (run as root):
24 >>>>
25 >>>> emerge -pv pambase
26 >>>>
27 >>>>
28 >>> http://bpaste.net/show/114541/
29 >>>
30 >>>> emerge --info
31 >>>>
32 >>>>
33 >>> http://bpaste.net/show/114540/
34 >>>
35 >>
36 >> Please don't use pastebins here, they go away.
37 >>
38 >> Post inline into the body of the mail.
39 >>
40 >>
41 >>
42 > Sorry about that. I wasn't aware of the policy.
43 >
44 > I haven't installed a mail client yet. Just installed twm and xterm.
45 >
46 > Is there any other way I can sent the info required to the mailing list?
47 >
48 > Thanks.
49 >
50
51
52 Don't worry about it. It's not really a policy as such; it's more like
53 the way things have always been done. This list is a treasure trove of
54 useful postings that the rest of the internet finds useful for years to
55 come, so the regulars have come to expect pasted output to be inline.
56
57 Here's your emerge pambase output:
58
59 These are the packages that would be merged, in order:
60
61 Calculating dependencies ... done!
62 [ebuild N ] app-text/sgml-common-0.6.3-r5 126 kB
63 [ebuild N ] app-arch/unzip-6.0-r3 USE="bzip2 unicode -natspec"
64 1,345 kB
65 [ebuild N ] app-arch/zip-3.0-r1 USE="bzip2 crypt unicode -natspec"
66 1,258 kB
67 [ebuild N ] dev-libs/dbus-glib-0.100.2 USE="-debug -doc
68 -static-libs {-test}" 732 kB
69 [ebuild N ] app-text/docbook-xml-dtd-4.1.2-r6:4.1.2 74 kB
70 [ebuild NS ] sys-devel/autoconf-2.13:2.1 [2.69:2.5] 434 kB
71 [ebuild N ] dev-libs/nspr-4.9.5 USE="-debug" 1,130 kB
72 [ebuild N ] dev-lang/spidermonkey-1.8.5-r4:0/mozjs185 USE="-debug
73 -minimal -static-libs {-test}" 6,021 kB
74 [ebuild NS ] x11-libs/gtk+-3.4.4:3 [2.24.17:2] USE="X cups
75 introspection (-aqua) -colord -debug -examples (-packagekit) {-test}
76 -vim-syntax (-wayland) -xinerama" 12,554 kB
77 [ebuild N ] sys-auth/polkit-0.110 USE="gtk introspection nls pam
78 -examples -kde (-selinux) -systemd" 1,358 kB
79 [ebuild N ] sys-auth/consolekit-0.4.5_p20120320-r1 USE="acl pam
80 policykit -debug -doc (-selinux) {-test}" 101 kB
81 [ebuild N ] gnome-extra/polkit-gnome-0.105 304 kB
82 [ebuild U ] sys-auth/pambase-20120417-r2 [20101024-r2]
83 USE="consolekit* cracklib sha512 -debug -gnome-keyring -minimal -mktemp
84 -pam_krb5 -pam_ssh -passwdqc (-selinux) -systemd%" 4 kB
85 [blocks B ] <sys-apps/shadow-4.1.5-r1 ("<sys-apps/shadow-4.1.5-r1"
86 is blocking sys-auth/pambase-20120417-r2)
87
88 Total: 13 packages (1 upgrade, 10 new, 2 in new slots), Size of
89 downloads: 25,435 kB
90 Conflict: 1 block (1 unsatisfied)
91
92 * IMPORTANT: 5 news items need reading for repository 'gentoo'.
93 * Use eselect news to read news items.
94
95
96 I suspect your original error was actually a conflict between shadow and
97 pambase and you probably snipped that part in error.
98
99 Try this first:
100
101 emerge -av1 shadow
102
103 it should upgrade shadow to 4.1.5.1-r1 just fine. Then:
104
105 emerge --sync
106 emerge -avuND world
107
108
109 and then emerge xfce (the original command).
110
111 If emerging shadow by itself gives an error, then just go onto sync and
112 emerging world, these days portage knows how to figure it's way round
113 all the conflicts (it wasn't always like that....)
114
115
116
117
118 --
119 Alan McKinnon
120 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] re: multiple pkg instances within single pkg slot Alexander Kapshuk <alexander.kapshuk@×××××.com>
Re: [gentoo-user] re: multiple pkg instances within single pkg slot [SOLVED] Alexander Kapshuk <alexander.kapshuk@×××××.com>