Gentoo Archives: gentoo-user

From: JM <jmurray315@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Updating world
Date: Sun, 27 Mar 2011 20:26:42
Message-Id: AANLkTin12EkQ=9L7m5R2xsJedN1YfRBk7gTGgO=duagM@mail.gmail.com
In Reply to: [gentoo-user] Updating world by CJoeB
1 You can allow it to install the masked packages by typing:
2
3 ACCEPT_KEYWORDS="~x86" emerge --update --deep world (you can also use
4 --keep-going, instead of --skip-first and it will try and continue when it
5 finds errors).
6
7 Actually, you can only use ~x86 if you are using an i686 or whatever (no
8 good for amd or other arch's).
9
10 Some correct me if I'm wrong, or have I misunderstood the problem?
11
12 On 27 March 2011 19:50, CJoeB <colleen.beamer@×××××.com> wrote:
13
14 > Hi All,
15 >
16 > See output below. I understand what this is telling me. However, the
17 > issue is if I unmask libkexiv2 and kipi-plugins, I get further messages
18 > about some other kde package that is masked by ~x86 keyword. And this goes
19 > on continuously.
20 >
21 > If I do emerge --pretend --update --deep --skip-first world, the second set
22 > of output is provided and this causes other problems - for instance, there
23 > are a whole whack of packages that depend on gettext.
24 >
25 > I haven't been able to update my system in well over a month. I keep
26 > hoping a sync will somehow miraculously correct my problem.
27 >
28 > Anyone have any ideas how to get around this?
29 >
30 > penguinchick ~ # emerge --pretend --update --deep world
31 >
32 > These are the packages that would be merged, in order:
33 >
34 > Calculating dependencies... done!
35 >
36 > !!! All ebuilds that could satisfy ">=kde-base/libkexiv2-4.5[aqua=]" have
37 > been masked.
38 > !!! One of the following masked packages is required to complete your
39 > request:
40 > - kde-base/libkexiv2-4.6.1 (masked by: ~x86 keyword)
41 > - kde-base/libkexiv2-4.6.0 (masked by: ~x86 keyword)
42 > - kde-base/libkexiv2-4.5.5 (masked by: ~x86 keyword)
43 >
44 > (dependency required by "media-plugins/kipi-plugins-1.9.0" [ebuild])
45 > (dependency required by "@selected")
46 > (dependency required by "@world" [argument])
47 > For more information, see the MASKED PACKAGES section in the emerge
48 > man page or refer to the Gentoo Handbook.
49 >
50 >
51 > ---------------------------------------------------------------------------------------------------------
52 >
53 > penguinchick ~ # emerge --pretend --update --deep --skip-first world
54 >
55 > These are the packages that would be merged, in order:
56 >
57 > Calculating dependencies... done!
58 > !!! One or more packages have been dropped due to
59 > !!! masking or unsatisfied dependencies:
60 >
61 > (sys-devel/gettext-0.18.1.1-r1, ebuild scheduled for merge)
62 > (dev-python/pygtksourceview-2.10.1, ebuild scheduled for merge)
63 > (dev-vcs/git-1.7.3.4-r1, ebuild scheduled for merge)
64 >
65 > [ebuild U ] sys-apps/attr-2.4.44 [2.4.43]
66 > [ebuild U ] sys-devel/bison-2.4.2 [2.4.1]
67 > [ebuild U ] x11-misc/shared-mime-info-0.80 [0.71]
68 > [ebuild U ] sys-apps/coreutils-8.7 [8.5]
69 > [ebuild U ] sys-libs/pam-1.1.3 [1.1.1-r2]
70 > v
71 >
72 > Regards,
73 >
74 > Colleen
75 >
76 >
77 >
78 > --
79 >
80 > Registered Linux User #411143 with the Linux Counter,
81 > http://counter.li.org
82 >
83 >
84 >

Replies

Subject Author
Re: [gentoo-user] Updating world Neil Bothwick <neil@××××××××××.uk>