Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: emerge --update Question
Date: Tue, 08 Sep 2009 10:58:29
Message-Id: tkrat.44ffaf1863536c26@igpm.rwth-aachen.de
In Reply to: [gentoo-user] Re: emerge --update Question by Nikos Chantziaras
1 On 8 Sep, Nikos Chantziaras wrote:
2 > On 09/08/2009 01:45 PM, Helmut Jarausch wrote:
3 >> Hi,
4 >>
5 >> running (with portage 2.2_rc40)
6 >> emerge --keep-going -j4 -1 --ask --update --deep @system @world
7 >>
8 >> it fails to upgrade e.g. kde-base/thumbnailers
9 >>
10 >> eix -e kde-base/thumbnailers shows that
11 >> 4.3.0 is installed and 4.3.1 is available
12 >> (I have ACCEPT_KEYWORDS="~amd64" in /etc/make.conf)
13 >>
14 >> What's going on - please explain.
15 >
16 > Well, please first explain why it doesn't update. It *must* print some
17 > sort of error message (or else how would you know that it doesn't update?)
18 >
19
20 I don't know if it would update, but it doesn't show so with the --ask
21 option. Here is my output
22
23 emerge --keep-going -j4 -1k --ask --update --deep @system @world
24
25 These are the packages that would be merged, in order:
26
27 Calculating dependencies \ * A file is not listed in the Manifest: '/LOCAL/local/portage/layman/java-overlay/dev-java/eclipse-ecj/eclipse-ecj-3.4.1.ebuild'
28 |
29 Invalid ebuild name: /LOCAL/local/portage/sys-fs/ntfs3g/ntfs3g-2009.4.4AC.11.ebuild
30 \ * Missing digest for '/LOCAL/local/portage/dev-python/gmpy/gmpy-1.04.ebuild'
31 | * Missing digest for '/LOCAL/local/portage/layman/java-overlay/dev-java/eclipse-ecj/eclipse-ecj-3.4.1.ebuild'
32 | * Missing digest for '/LOCAL/local/portage/layman/java-overlay/dev-java/eclipse-ecj/eclipse-ecj-3.3.0-r7.ebuild'
33 ... done!
34 [ebuild U ] dev-db/mysql-5.0.84-r1 [5.0.83]
35 [ebuild U ] sys-fs/aufs2-9999 [0_p20090504] USE="-inotify% -kernel-patch% -ramfs%"
36
37 !!! The following installed packages are masked:
38 - media-libs/realcodecs-11.0.1.1056-r1 (masked by: package.mask)
39 /usr/portage/profiles/package.mask:
40 # Steve Dibb <beandog@g.o> (5 Nov 2008)
41 # Mask realplayer codecs for security bug 245662
42 # http://forums.gentoo.org/viewtopic-t-713051.html
43
44 - app-benchmarks/phoronix-test-suite-1.8.0 (masked by: package.mask)
45 /usr/portage/profiles/package.mask:
46 # Doug Goldstein <cardoe@g.o> (19 Apr 2009)
47 # developing ebuild for phoronix-test-suite
48
49 For more information, see the MASKED PACKAGES section in the emerge
50 man page or refer to the Gentoo Handbook.
51
52
53 Would you like to merge these packages? [Yes/No] No
54
55
56 Thanks for your help.
57
58 And to Dale,
59
60 it's no problem to install KDE-4.3.1 on my hardware (I've done so on a
61 different machine from scratch). It's just that emerge --update doesn't
62 like to update.
63
64
65
66
67 --
68 Helmut Jarausch
69
70 Lehrstuhl fuer Numerische Mathematik
71 RWTH - Aachen University
72 D 52056 Aachen, Germany

Replies

Subject Author
Re: [gentoo-user] Re: emerge --update Question Alan McKinnon <alan.mckinnon@×××××.com>