Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge output: [ebuild UD ]
Date: Tue, 16 Sep 2014 19:15:43
Message-Id: 54188C0B.5010208@gmail.com
In Reply to: [gentoo-user] emerge output: [ebuild UD ] by Alexander Kapshuk
1 On 16/09/2014 17:51, Alexander Kapshuk wrote:
2 > Recently, I updated xfce-extra/xfce4-power-manager to version 1.3.1,
3 > which is unstable, in order to prevent lvm2 from being pulled in as a
4 > dependency.
5 >
6 > grep xfce-extra/xfce4-power-manager /etc/portage/package.*
7 > /etc/portage/package.accept_keywords:=xfce-extra/xfce4-power-manager-1.3.1 ~x86
8 >
9 > As I ran 'emerge -avuND @world' today, I got this output:
10 > These are the packages that would be merged, in order:
11 >
12 > Calculating dependencies ..... . .. ..... done!
13 > [ebuild N ] sys-apps/sg3_utils-1.37 USE="-static-libs" 0 kB
14 > [ebuild N ] sys-apps/rescan-scsi-bus-1.29 0 kB
15 > [ebuild N ] sys-block/thin-provisioning-tools-0.3.2-r1 USE="{-test}" 0 kB
16 > [ebuild N ] sys-fs/lvm2-2.02.109 USE="readline thin udev (-clvm)
17 > (-cman) -device-mapper-only -lvm1 -lvm2create_initrd (-selinux)
18 > -static -static-libs -systemd" 0 kB
19 > [ebuild NS ] sys-fs/udisks-1.0.5-r1:0 [2.1.3:2] USE="nls -debug
20 > -remote-access (-selinux)" 0 kB
21 > [ebuild UD ] xfce-extra/xfce4-power-manager-1.3.0 [1.3.1]
22 > USE="policykit udisks%* -debug -networkmanager -systemd (-lxpanel%)"
23 > XFCE_PLUGINS="brightness -battery" 0 kB
24 >
25 > Total: 6 packages (1 downgrade, 4 new, 1 in new slot), Size of downloads: 0 kB
26 >
27 > emerge trying to downgrade a package, Is that a bug or feature? This
28 > is the first time I've encountered it. I googled it as well, but so
29 > far found nothing relevant.
30
31 portage is doing what the ebuilds and make.conf tell it to do.
32
33 For some reason xfce-power-manager-1.3.1 does not satisfy what the local
34 install needs but 1.3.0 does. So portage wants to make it so.
35
36 Downgrades are not common, but neither are they unusual. It's not a
37 feature either, it's a necessaity that portage be able to do this.
38
39
40 >
41 > The list's input would be appreciated.
42 >
43 >
44 >
45
46
47 --
48 Alan McKinnon
49 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] emerge output: [ebuild UD ] Alexander Kapshuk <alexander.kapshuk@×××××.com>
Re: [gentoo-user] emerge output: [ebuild UD ] Michael Orlitzky <mjo@g.o>