Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
difficulty emerging xorg (simple problem) [Solved]
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
cavicster
n00b
n00b


Joined: 25 May 2004
Posts: 22

PostPosted: Wed Jun 09, 2004 3:44 pm    Post subject: difficulty emerging xorg (simple problem) [Solved] Reply with quote

I was attempting to emerge xorg and received this error

Code:
 
#emerge --pretend xorg-x11

These are the packages that I would merge, in order:

Calculating 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.


I also ran this:

Code:
emerge --pretend x11-base/xorg-x11


this:

Code:
emerge --pretend =x11-base/xorg-x11-6.7.0


and this:

Code:
emerge --pretend =xorg-x11-6.7.0


All resulting in the same error.

Note: This was after I ran an emerge sync.

Thanks for the help.


Last edited by cavicster on Wed Jun 09, 2004 4:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
anthonywong
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2004
Posts: 76
Location: 103 East 1 North

PostPosted: Wed Jun 09, 2004 3:50 pm    Post subject: Reply with quote

try this

Code:
ACCEPT_KEYWORDS="~x86" emerge -p xorg-x11


"~" i believe it's for fully stable package. And "x86" depends on the processor (in my case it's for intel).
_________________
Linoox Newbie
Celeron Mendocino 466MHz
128 MB RAM
6 GB Harddisk
Kernel 2.6.5 : XOrg-X11 : Fluxbox 0.9.9

"Why do I have to study Artificial Neural Networks?"
Back to top
View user's profile Send private message
BobDylan
Tux's lil' helper
Tux's lil' helper


Joined: 10 Dec 2003
Posts: 135
Location: On The Road

PostPosted: Wed Jun 09, 2004 3:50 pm    Post subject: Reply with quote

There are thousands of duplicates like this on the forums.
Please search
Or read the fine portage manual.
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed Jun 09, 2004 3:56 pm    Post subject: Reply with quote

anthonywong wrote:
try this

Code:
ACCEPT_KEYWORDS="~x86" emerge -p xorg-x11


"~" i believe it's for fully stable package. And "x86" depends on the processor (in my case it's for intel).

Better don't do it and use /etc/portage/package.keywords instead. Otherwise you'll have to use "emerge -U" afterwards, which will kill your pets.
Code:

mkdir -p /etc/portage
echo "~x11-base/xorg-x11-6.7.0" >> /etc/portage/package.keywords

then try again and if you're still getting errors like the first, add other packages similar to the command above to package.keywords. Search this forum, there are plenty of threads about it.
Back to top
View user's profile Send private message
cavicster
n00b
n00b


Joined: 25 May 2004
Posts: 22

PostPosted: Wed Jun 09, 2004 3:59 pm    Post subject: difficulty emerging xorg (simple problem) [Solved] Reply with quote

Thank you very much. Both ways worked but I will stick with the safer one.
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