Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] update world drives me nuts
Date: Fri, 17 Oct 2008 11:46:23
Message-Id: tkrat.c64ba8ec4b4b2f21@igpm.rwth-aachen.de
In Reply to: Re: [gentoo-user] update world drives me nuts by Neil Bothwick
1 On 17 Oct, Neil Bothwick wrote:
2 > On Fri, 17 Oct 2008 13:07:42 +0200 (CEST), Helmut Jarausch wrote:
3 >
4 >> emerge --update --deep --pretend world
5 >>
6 >> but it stops early with
7 >> All ebuilds that could satisfy
8 >> ">=app-admin/system-tools-backends-1.3.0" have been masked. !!! One of
9 >> the following masked packages is required to complete your request:
10 >> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
11 >>
12 >>
13 >> Doing an
14 >> equery depends app-admin/system-tools-backends
15 >> doesn't show anything.
16 >>
17 >> Furthermore that package isn't installed, yet.
18 >
19 > Most likely, an update to a package you already have now requires this.
20 > Either mask the update or unmask the package it needs. If the package
21 > requiring this is not currently masked in the portage tree, this is a bug
22 > and should be reported on bugzilla, although I'd sync and try again
23 > before reporting it.
24 >
25 >> How can I find out which package needs this mask package?
26 >
27 > Add --tree to the emerge command.
28 >
29
30 Unfortunately this doesn't help (and I have resynced just before)
31 E.g. here is the complete output of
32 emerge --tree --update --deep --pretend world
33
34 These are the packages that would be merged, in reverse order:
35
36 Calculating dependencies ... done!
37
38 !!! All ebuilds that could satisfy ">=app-admin/system-tools-backends-1.3.0" have been masked.
39 !!! One of the following masked packages is required to complete your request:
40 - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
41 /usr/portage/profiles/package.mask:
42 # Gilles Dartiguelongue <eva@g.o> (24 Jan 2008)
43 # add masked gnome-system-tools-2.20 and dependencies
44 # for testing purpose
45
46 - app-admin/system-tools-backends-2.4.2 (masked by: package.mask)
47 - app-admin/system-tools-backends-1.4.2-r1 (masked by: package.mask)
48 /usr/portage/profiles/package.mask:
49 # Gilles Dartiguelongue <eva@g.o> (12 Apr 2008)
50 # Masking gnome-system-tools because it is broken,
51 # to help fix it, see bug #214265
52
53
54 --
55 Helmut Jarausch
56
57 Lehrstuhl fuer Numerische Mathematik
58 RWTH - Aachen University
59 D 52056 Aachen, Germany

Replies

Subject Author
Re: [gentoo-user] update world drives me nuts Neil Bothwick <neil@××××××××××.uk>