Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emerge BUG? "Yuri K. Shatroff" <yks-uno@××××××.ru>