Gentoo Archives: gentoo-user

From: "Yuri K. Shatroff" <yks-uno@××××××.ru>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge BUG?
Date: Fri, 20 Dec 2013 08:24:56
Message-Id: 52B3FEC9.9090306@yandex.ru
1 Hi Gentoo users,
2
3 Looks like I've encountered a bug in emerge.
4 I do a sync, some updated packages are displayed, but emerge -avDu
5 @world doesn't see some of them, though I don't have them masked.
6
7 A today's example:
8
9 =======
10
11 # eix-sync
12 [ ... ]
13 [U] == net-misc/youtube-dl (2013.11.25.1@26.11.2013; (~)2013.12.11.2
14 -> (~)2013.12.17.2): Download videos from YouTube.com (and mores sites...)
15 [U] == sys-libs/timezone-data (2013h@20.11.2013; (~)2013h ->
16 (~)2013i): Timezone data (/usr/share/zoneinfo) and utilities
17 (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
26 -debug -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
36 the 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
48 (-aqua) -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)
52 -debug {-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)
56 -debug -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 --
71 Regards,
72 Yuri K. Shatroff

Attachments

File name MIME type
emerge_info.txt text/plain

Replies

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