Gentoo Archives: gentoo-user

From: Xavier Parizet <blackhawk@××××××××.fr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Somehow my local portage tree is out of sync
Date: Thu, 07 Jun 2007 09:44:31
Message-Id: 200706071136.31661.blackhawk@linuxant.fr
In Reply to: [gentoo-user] Somehow my local portage tree is out of sync by Mike Mazur
1 OIMELONG "Mike Mazur" <mmazur@×××××.com> wrote :
2 > Hi,
3 >
4 > I've had this issue for a few days now...
5 >
6 > `emerge -pvuDN world` tells me that "x11-libs/libwnck-2.16.3 (masked
7 > by: ~x86 keyword)". But when looking inside
8 > /usr/portage/x11-libs/libwnck/libwnck-2.16.3.ebuild I see
9 > KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86
10 > ~x86-fbsd". I've done `emerge --sync` and `emerge --metadata`, but
11 > still this persists.
12 >
13 > I've never come across such a situation before. How do I fix this? `rm
14 > -rf /usr/portage/x11-libs && emerge --sync`, perhaps?
15 Try running your emerge -pvuDN world as this :
16 ACCEPT_KEYWORDS="~x86" emerge -pvuDN world
17 or add ACCEPT_KEYWORDS="~x86" to your /etc/make.conf .
18 If this not works, can you post the output of emmerge --info ?
19 >
20 > Thanks!
21 Regards.
22 > Mike
23
24 --
25 Xavier Parizet <blackhawk@××××××××.fr>
26 http://www.linuxant.fr

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: Somehow my local portage tree is out of sync Mike Mazur <mmazur@×××××.com>