* [gentoo-amd64] Updating masked packages
@ 2010-01-22 14:23 Marko Obrovac
2010-01-22 14:28 ` Crístian Viana
0 siblings, 1 reply; 4+ messages in thread
From: Marko Obrovac @ 2010-01-22 14:23 UTC (permalink / raw
To: gentoo-amd64
Hello to all,
I'm trying to update net-im/skype, for which I put the "~amd64" keyword
in package.keywords
Now, I'm facing the following problem:
root ~ # emerge --deep --update --verbose --pretend net-im/skype
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! All ebuilds that could satisfy
">=app-emulation/emul-linux-x86-xlibs-20091231" have been masked.
!!! One of the following masked packages is required to complete your
request:
- app-emulation/emul-linux-x86-xlibs-20091231 (masked by: ~amd64 keyword)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by "net-im/skype-2.1.0.47-r1" [ebuild])
(dependency required by "net-im/skype" [argument])
For the purpose of unmasking emul-linux-x86-xlibs, I put the following
line in package.keywords:
app-emulation/emul-linux-x86-qtlibs ~amd64
However, this line did not change emerge's behaviour in any way...
Any thoughts?
Thanks,
Marko Obrovac
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] Updating masked packages
2010-01-22 14:23 [gentoo-amd64] Updating masked packages Marko Obrovac
@ 2010-01-22 14:28 ` Crístian Viana
2010-01-22 15:06 ` Marko Obrovac
0 siblings, 1 reply; 4+ messages in thread
From: Crístian Viana @ 2010-01-22 14:28 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1321 bytes --]
shouldn't you add xlibs instead of qtlibs?
On Fri, Jan 22, 2010 at 12:23 PM, Marko Obrovac <marko.obrovac@gmail.com>wrote:
> Hello to all,
>
> I'm trying to update net-im/skype, for which I put the "~amd64" keyword in
> package.keywords
>
> Now, I'm facing the following problem:
>
>
> root ~ # emerge --deep --update --verbose --pretend net-im/skype
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> !!! All ebuilds that could satisfy
> ">=app-emulation/emul-linux-x86-xlibs-20091231" have been masked.
> !!! One of the following masked packages is required to complete your
> request:
> - app-emulation/emul-linux-x86-xlibs-20091231 (masked by: ~amd64 keyword)
>
> For more information, see the MASKED PACKAGES section in the emerge
> man page or refer to the Gentoo Handbook.
> (dependency required by "net-im/skype-2.1.0.47-r1" [ebuild])
> (dependency required by "net-im/skype" [argument])
>
>
> For the purpose of unmasking emul-linux-x86-xlibs, I put the following line
> in package.keywords:
>
> app-emulation/emul-linux-x86-qtlibs ~amd64
>
>
> However, this line did not change emerge's behaviour in any way...
>
> Any thoughts?
>
> Thanks,
> Marko Obrovac
>
>
--
Crístian Deives dos Santos Viana [aka CD1]
[-- Attachment #2: Type: text/html, Size: 1736 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] Updating masked packages
2010-01-22 14:28 ` Crístian Viana
@ 2010-01-22 15:06 ` Marko Obrovac
2010-01-23 22:35 ` David Relson
0 siblings, 1 reply; 4+ messages in thread
From: Marko Obrovac @ 2010-01-22 15:06 UTC (permalink / raw
To: gentoo-amd64
Crístian Viana wrote:
> shouldn't you add xlibs instead of qtlibs?
Ahhh, I got confused with the long package names! Thanks for the tip
(usually the most obvious solution is the one we don't see)
As it turns out, I have to keyword both of them!
Thnx again
Marko
>
> On Fri, Jan 22, 2010 at 12:23 PM, Marko Obrovac <marko.obrovac@gmail.com
> <mailto:marko.obrovac@gmail.com>> wrote:
>
> Hello to all,
>
> I'm trying to update net-im/skype, for which I put the "~amd64"
> keyword in package.keywords
>
> Now, I'm facing the following problem:
>
>
> root ~ # emerge --deep --update --verbose --pretend net-im/skype
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> !!! All ebuilds that could satisfy
> ">=app-emulation/emul-linux-x86-xlibs-20091231" have been masked.
> !!! One of the following masked packages is required to complete
> your request:
> - app-emulation/emul-linux-x86-xlibs-20091231 (masked by: ~amd64
> keyword)
>
> For more information, see the MASKED PACKAGES section in the emerge
> man page or refer to the Gentoo Handbook.
> (dependency required by "net-im/skype-2.1.0.47-r1" [ebuild])
> (dependency required by "net-im/skype" [argument])
>
>
> For the purpose of unmasking emul-linux-x86-xlibs, I put the
> following line in package.keywords:
>
> app-emulation/emul-linux-x86-qtlibs ~amd64
>
>
> However, this line did not change emerge's behaviour in any way...
>
> Any thoughts?
>
> Thanks,
> Marko Obrovac
>
>
>
>
> --
> Crístian Deives dos Santos Viana [aka CD1]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] Updating masked packages
2010-01-22 15:06 ` Marko Obrovac
@ 2010-01-23 22:35 ` David Relson
0 siblings, 0 replies; 4+ messages in thread
From: David Relson @ 2010-01-23 22:35 UTC (permalink / raw
To: gentoo-amd64
On Fri, 22 Jan 2010 16:06:27 +0100
Marko Obrovac wrote:
>
>
> Crístian Viana wrote:
> > shouldn't you add xlibs instead of qtlibs?
>
> Ahhh, I got confused with the long package names! Thanks for the tip
> (usually the most obvious solution is the one we don't see)
>
> As it turns out, I have to keyword both of them!
>
> Thnx again
> Marko
The autounmask utility can be used to unmask all the dependant
packages ...
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-23 22:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 14:23 [gentoo-amd64] Updating masked packages Marko Obrovac
2010-01-22 14:28 ` Crístian Viana
2010-01-22 15:06 ` Marko Obrovac
2010-01-23 22:35 ` David Relson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox