Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X.org masked??
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Sugarat
Guru
Guru


Joined: 24 Jul 2002
Posts: 348

PostPosted: Fri Apr 30, 2004 8:14 pm    Post subject: X.org masked?? Reply with quote

Hi All,

Having just got my laptop gentooe'd.. its time to get a gui onto it..

When I do $emerge xorg-x11

I get:

calulating dependencies
!!! all ebuilds that could satisfy "xorg-x11" have been masked.
!!! possible candidates are:
- x11-base/xorg-x11-6.7.0 (masked by: ~keyword)
!!!error calculating dependencies. Please correct.


What did I do wrong!?

Thanks..
Back to top
View user's profile Send private message
30726
Veteran
Veteran


Joined: 24 Sep 2003
Posts: 1501

PostPosted: Fri Apr 30, 2004 8:21 pm    Post subject: Reply with quote

ACCEPT_KEYWORDS="~x86" emerge xorg-x11

or
Code:
mkdir /etc/portage && echo "x11-base/xorg-x11 ~x86" > /etc/portage/package.keywords
Back to top
View user's profile Send private message
Sugarat
Guru
Guru


Joined: 24 Jul 2002
Posts: 348

PostPosted: Fri Apr 30, 2004 8:28 pm    Post subject: Reply with quote

Thanks for that, butnow I'm getting the same thing fot x11-terms/xterm

What did I do wrong?
Back to top
View user's profile Send private message
30726
Veteran
Veteran


Joined: 24 Sep 2003
Posts: 1501

PostPosted: Fri Apr 30, 2004 8:36 pm    Post subject: Reply with quote

You didn't do anything wrong really... ACCEPT_KEYWORDS tells portage what kind of packages you want. x86=stable while ~x86=unstable/testing. The default to use is stable.

You'll have to use ACCEPT_KEYWORDS="~x86" emerge <package> everytime you want something that is "masked by keyword".

Adding an entry to /etc/portage/package.keywords makes portage always use the specified branch. Adding this will always use the unstable/testing version of xterm
Code:
x11-terms/xterm ~x86
Back to top
View user's profile Send private message
penguinitis
n00b
n00b


Joined: 19 Jan 2003
Posts: 9
Location: Goshen. IN

PostPosted: Fri Apr 30, 2004 8:40 pm    Post subject: Reply with quote

Quote:
Thanks for that, butnow I'm getting the same thing fot x11-terms/xterm

What did I do wrong?


Actually, it's not that you're doing anything "wrong". When packages are masked, it's because they are experimental and/or unstable. In order to get portage to install them, follow tin's instructions in the previous post. For example, in order to install the version of xterm you need, type:

Code:
ACCEPT_KEYWORDS="~x86" emerge xterm


Hope this helps.
_________________
If I had 14 arms and 14 hands, I could carry 14 monkeys.
Back to top
View user's profile Send private message
Sugarat
Guru
Guru


Joined: 24 Jul 2002
Posts: 348

PostPosted: Fri Apr 30, 2004 8:44 pm    Post subject: Reply with quote

Ah it makes sense now. Thanks everyone.

I was surprised that x.org is masked as so many people seem to be using it.. Its working now with the ACCEPT_KEYWORDS set.. as it should be. :-)

Many thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum