Gentoo Archives: gentoo-user

From: "Yuri K. Shatroff" <yks-uno@××××××.ru>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge BUG?
Date: Fri, 20 Dec 2013 09:47:38
Message-Id: 52B4122D.3020706@yandex.ru
In Reply to: Re: [gentoo-user] emerge BUG? by Alexey Mishustin
1 20.12.2013 13:30, Alexey Mishustin пишет:
2 > 2013/12/20 Yuri K. Shatroff <yks-uno@××××××.ru>:
3 >> Hi Gentoo users,
4 >>
5 >> Looks like I've encountered a bug in emerge.
6 >> I do a sync, some updated packages are displayed, but emerge -avDu @world
7 >> doesn't see some of them, though I don't have them masked.
8 >>
9 >> A today's example:
10 >>
11 >> =======
12 >>
13 >> # eix-sync
14 >> [ ... ]
15 >> [U] == net-misc/youtube-dl (2013.11.25.1@26.11.2013; (~)2013.12.11.2 ->
16 >> (~)2013.12.17.2): Download videos from YouTube.com (and mores sites...)
17 >> [U] == sys-libs/timezone-data (2013h@20.11.2013; (~)2013h -> (~)2013i):
18 >> Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)
19 >> [ ... ]
20 >> # emerge -avDu @world
21 >>
22 >> These are the packages that would be merged, in order:
23 >>
24 >> Calculating dependencies... done!
25 >> [ebuild U ] sys-libs/timezone-data-2013i [2013h] USE="-nls" 383 kB
26 >> [ebuild U ] dev-libs/libmemcached-1.0.17 [1.0.14] USE="libevent -debug
27 >> -hsieh -static-libs" 0 kB
28 >>
29 >> Total: 2 packages (2 upgrades), Size of downloads: 383 kB
30 >>
31 >> Would you like to merge these packages? [Yes/No]
32 >> #
33 >>
34 >> =====
35 >>
36 >> There are I think over 100 packages to be updated in total, including the
37 >> whole KDE.
38 >>
39 >> When I specify a package instead of @world, it seems to work correctly:
40 >>
41 >> =====
42 >> # emerge -avDu kdm
43 >>
44 >> These are the packages that would be merged, in order:
45 >>
46 >> Calculating dependencies... done!
47 >> [ebuild U ] sys-libs/timezone-data-2013i [2013h] USE="-nls" 383 kB
48 >> [ebuild U ] kde-base/kcheckpass-4.11.4:4 [4.10.5:4] USE="pam (-aqua)
49 >> -debug" 13,555 kB
50 >> [ebuild U ] kde-base/libkworkspace-4.11.4:4 [4.10.5:4] USE="(-aqua)
51 >> -debug" 0 kB
52 >> [ebuild U ] kde-base/libkonq-4.12.0:4 [4.10.5:4] USE="(-aqua) -debug
53 >> {-test}" 2,463 kB
54 >> [ebuild U ] kde-base/kdesu-4.12.0:4 [4.10.5:4] USE="(-aqua) -debug
55 >> -handbook" 7,667 kB
56 >> [ebuild U ] kde-base/kdepasswd-4.12.0:4 [4.10.5:4] USE="(-aqua) -debug
57 >> -handbook" 0 kB
58 >> [ebuild U ] kde-base/kdm-4.11.4:4 [4.10.5-r1:4] USE="consolekit pam
59 >> (-aqua) -debug -handbook -kerberos -systemd%" 0 kB
60 >>
61 >> Total: 7 packages (7 upgrades), Size of downloads: 24,067 kB
62 >>
63 >> Would you like to merge these packages? [Yes/No]
64 >> =====
65 >>
66 >> I rebuilt portage to no avail.
67 >> What can it be or should I file a bug?
68 >>
69 >> The output of `emerge --info` is attached.
70 >
71 > What is the contents of /var/lib/portage/world?
72 >
73
74 Hm, really, it's almost empty except for the last packages I have added
75 yesterday... So that's clearly not an emerge bug, but ... Could anything
76 mess it up?
77 I have copied the system to a new HDD recently and done an `emerge
78 @world`, too, and everything went OK.
79
80
81
82 --
83 Regards,
84 Yuri K. Shatroff

Replies

Subject Author
Re: [gentoo-user] emerge BUG? Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] emerge BUG? Alexey Mishustin <shumkar@×××××××.ru>