* [gentoo-user] update world drives me nuts
@ 2008-10-17 11:07 Helmut Jarausch
2008-10-17 11:20 ` Xav'
2008-10-17 11:29 ` Neil Bothwick
0 siblings, 2 replies; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-17 11:07 UTC (permalink / raw
To: gentoo-user
Hi,
hopefully someone can help me!
Trying to update one of my machines I did
emerge --update --deep --pretend world
but it stops early with
All ebuilds that could satisfy ">=app-admin/system-tools-backends-1.3.0" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
Doing an
equery depends app-admin/system-tools-backends
doesn't show anything.
Furthermore that package isn't installed, yet.
How can I find out which package needs this mask package?
Many thanks for a hint,
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 11:07 [gentoo-user] update world drives me nuts Helmut Jarausch
@ 2008-10-17 11:20 ` Xav'
2008-10-17 11:41 ` Helmut Jarausch
2008-10-17 11:29 ` Neil Bothwick
1 sibling, 1 reply; 8+ messages in thread
From: Xav' @ 2008-10-17 11:20 UTC (permalink / raw
To: gentoo-user
On Fri, 17 Oct 2008 13:07:42 +0200 (CEST), Helmut Jarausch
<jarausch@igpm.rwth-aachen.de> wrote:
> Hi,
> hopefully someone can help me!
>
> Trying to update one of my machines I did
>
> emerge --update --deep --pretend world
>
> but it stops early with
> All ebuilds that could satisfy ">=app-admin/system-tools-backends-1.3.0"
> have been masked.
> !!! One of the following masked packages is required to complete your
> request:
> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
As portage tell you, you have to check the package.mask file in
/etc/portage, where it seems that the version 1.3.0 is masked.
> Doing an
> equery depends app-admin/system-tools-backends
> doesn't show anything.
>
> Furthermore that package isn't installed, yet.
>
> How can I find out which package needs this mask package?
>
> Many thanks for a hint,
>
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>
Regards.
--
Xavier
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 11:07 [gentoo-user] update world drives me nuts Helmut Jarausch
2008-10-17 11:20 ` Xav'
@ 2008-10-17 11:29 ` Neil Bothwick
2008-10-17 11:46 ` Helmut Jarausch
1 sibling, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2008-10-17 11:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]
On Fri, 17 Oct 2008 13:07:42 +0200 (CEST), Helmut Jarausch wrote:
> emerge --update --deep --pretend world
>
> but it stops early with
> All ebuilds that could satisfy
> ">=app-admin/system-tools-backends-1.3.0" have been masked. !!! One of
> the following masked packages is required to complete your request:
> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
>
>
> Doing an
> equery depends app-admin/system-tools-backends
> doesn't show anything.
>
> Furthermore that package isn't installed, yet.
Most likely, an update to a package you already have now requires this.
Either mask the update or unmask the package it needs. If the package
requiring this is not currently masked in the portage tree, this is a bug
and should be reported on bugzilla, although I'd sync and try again
before reporting it.
> How can I find out which package needs this mask package?
Add --tree to the emerge command.
--
Neil Bothwick
WinErr 01E: Timing error - Please wait. And wait. And wait. And wait.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 11:20 ` Xav'
@ 2008-10-17 11:41 ` Helmut Jarausch
2008-10-17 13:15 ` Dan Cowsill
0 siblings, 1 reply; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-17 11:41 UTC (permalink / raw
To: gentoo-user
On 17 Oct, Xav' wrote:
> On Fri, 17 Oct 2008 13:07:42 +0200 (CEST), Helmut Jarausch
> <jarausch@igpm.rwth-aachen.de> wrote:
>> Hi,
>> hopefully someone can help me!
>>
>> Trying to update one of my machines I did
>>
>> emerge --update --deep --pretend world
>>
>> but it stops early with
>> All ebuilds that could satisfy ">=app-admin/system-tools-backends-1.3.0"
>> have been masked.
>> !!! One of the following masked packages is required to complete your
>> request:
>> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
>
> As portage tell you, you have to check the package.mask file in
> /etc/portage, where it seems that the version 1.3.0 is masked.
This doesn't contain a mask but
/usr/portage/profiles/package.mask contains
>=app-admin/system-tools-backends-2
So, is this a bug?
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 11:29 ` Neil Bothwick
@ 2008-10-17 11:46 ` Helmut Jarausch
2008-10-17 13:12 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-17 11:46 UTC (permalink / raw
To: gentoo-user
On 17 Oct, Neil Bothwick wrote:
> On Fri, 17 Oct 2008 13:07:42 +0200 (CEST), Helmut Jarausch wrote:
>
>> emerge --update --deep --pretend world
>>
>> but it stops early with
>> All ebuilds that could satisfy
>> ">=app-admin/system-tools-backends-1.3.0" have been masked. !!! One of
>> the following masked packages is required to complete your request:
>> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
>>
>>
>> Doing an
>> equery depends app-admin/system-tools-backends
>> doesn't show anything.
>>
>> Furthermore that package isn't installed, yet.
>
> Most likely, an update to a package you already have now requires this.
> Either mask the update or unmask the package it needs. If the package
> requiring this is not currently masked in the portage tree, this is a bug
> and should be reported on bugzilla, although I'd sync and try again
> before reporting it.
>
>> How can I find out which package needs this mask package?
>
> Add --tree to the emerge command.
>
Unfortunately this doesn't help (and I have resynced just before)
E.g. here is the complete output of
emerge --tree --update --deep --pretend world
These are the packages that would be merged, in reverse order:
Calculating dependencies ... done!
!!! All ebuilds that could satisfy ">=app-admin/system-tools-backends-1.3.0" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Gilles Dartiguelongue <eva@gentoo.org> (24 Jan 2008)
# add masked gnome-system-tools-2.20 and dependencies
# for testing purpose
- app-admin/system-tools-backends-2.4.2 (masked by: package.mask)
- app-admin/system-tools-backends-1.4.2-r1 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Gilles Dartiguelongue <eva@gentoo.org> (12 Apr 2008)
# Masking gnome-system-tools because it is broken,
# to help fix it, see bug #214265
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 11:46 ` Helmut Jarausch
@ 2008-10-17 13:12 ` Neil Bothwick
2008-10-17 15:05 ` Helmut Jarausch
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2008-10-17 13:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]
On Fri, 17 Oct 2008 13:46:19 +0200 (CEST), Helmut Jarausch wrote:
> E.g. here is the complete output of
> emerge --tree --update --deep --pretend world
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies ... done!
>
> !!! All ebuilds that could satisfy
> ">=app-admin/system-tools-backends-1.3.0" have been masked. !!! One of
> the following masked packages is required to complete your request:
> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
> /usr/portage/profiles/package.mask:
> # Gilles Dartiguelongue <eva@gentoo.org> (24 Jan 2008)
> # add masked gnome-system-tools-2.20 and dependencies
> # for testing purpose
>
> - app-admin/system-tools-backends-2.4.2 (masked by: package.mask)
> - app-admin/system-tools-backends-1.4.2-r1 (masked by: package.mask)
> /usr/portage/profiles/package.mask:
> # Gilles Dartiguelongue <eva@gentoo.org> (12 Apr 2008)
> # Masking gnome-system-tools because it is broken,
> # to help fix it, see bug #214265
>
emerge normally tells you the package that requires the masked
dependency. Does adding --verbose give any more detail?
Do you have anything in /etc/portage/package.unmask that may affect this?
If not, you have found a bug in the tree, because non-masked packages
shouldn't depend on masked ones.
--
Neil Bothwick
This screen intentionally left blank.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 11:41 ` Helmut Jarausch
@ 2008-10-17 13:15 ` Dan Cowsill
0 siblings, 0 replies; 8+ messages in thread
From: Dan Cowsill @ 2008-10-17 13:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
mv /etc/portage/package.mask /etc/portage/package.mask.back
emerge -uDNp world
Helmut Jarausch wrote:
> This doesn't contain a mask but
> /usr/portage/profiles/package.mask contains
>> =app-admin/system-tools-backends-2
>
> So, is this a bug?
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 258 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] update world drives me nuts
2008-10-17 13:12 ` Neil Bothwick
@ 2008-10-17 15:05 ` Helmut Jarausch
0 siblings, 0 replies; 8+ messages in thread
From: Helmut Jarausch @ 2008-10-17 15:05 UTC (permalink / raw
To: gentoo-user; +Cc: Neil Bothwick
On 17 Oct, Neil Bothwick wrote:
> On Fri, 17 Oct 2008 13:46:19 +0200 (CEST), Helmut Jarausch wrote:
>
>> E.g. here is the complete output of
>> emerge --tree --update --deep --pretend world
>>
>> These are the packages that would be merged, in reverse order:
>>
>> Calculating dependencies ... done!
>>
>> !!! All ebuilds that could satisfy
>> ">=app-admin/system-tools-backends-1.3.0" have been masked. !!! One of
>> the following masked packages is required to complete your request:
>> - app-admin/system-tools-backends-2.6.0-r1 (masked by: package.mask)
>> /usr/portage/profiles/package.mask:
>> # Gilles Dartiguelongue <eva@gentoo.org> (24 Jan 2008)
>> # add masked gnome-system-tools-2.20 and dependencies
>> # for testing purpose
>>
>> - app-admin/system-tools-backends-2.4.2 (masked by: package.mask)
>> - app-admin/system-tools-backends-1.4.2-r1 (masked by: package.mask)
>> /usr/portage/profiles/package.mask:
>> # Gilles Dartiguelongue <eva@gentoo.org> (12 Apr 2008)
>> # Masking gnome-system-tools because it is broken,
>> # to help fix it, see bug #214265
>>
>
> emerge normally tells you the package that requires the masked
> dependency. Does adding --verbose give any more detail?
>
> Do you have anything in /etc/portage/package.unmask that may affect this?
> If not, you have found a bug in the tree, because non-masked packages
> shouldn't depend on masked ones.
>
>
Thanks, --verbose did the trick.
There was gnome-system-tools installed.
After unmerging it, this problem was solved.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-10-17 15:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 11:07 [gentoo-user] update world drives me nuts Helmut Jarausch
2008-10-17 11:20 ` Xav'
2008-10-17 11:41 ` Helmut Jarausch
2008-10-17 13:15 ` Dan Cowsill
2008-10-17 11:29 ` Neil Bothwick
2008-10-17 11:46 ` Helmut Jarausch
2008-10-17 13:12 ` Neil Bothwick
2008-10-17 15:05 ` Helmut Jarausch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox