Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
masked packages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
4xToy
n00b
n00b


Joined: 08 Mar 2003
Posts: 27

PostPosted: Tue Mar 11, 2003 7:04 am    Post subject: masked packages Reply with quote

I am trying to install xfree-drm. If I do an "emerge search xfree-drm", this is what I get:

Quote:
Searching...
[ Results for search key : xfree-drm ]
[ Applications found : 1 ]

* x11-base/xfree-drm [ Masked ]
Latest version available: 4.3.0-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 187 kB
Homepage: http://www.xfree.org
Description: Xfree86 Kernel DRM modules


This is the newest version and the one I want to compile. It is not in the package.mask file and when I use "ACCEPT_KEYWORDS=~x86 emerge search xfree-drm", I get this:

Quote:
* x11-base/xfree-drm
Latest version available: 4.3.0
Latest version installed: [ Not Installed ]
Size of downloaded files: 215 kB
Homepage: http://www.xfree.org
Description: Xfree86 Kernel DRM modules


I can unmask the 4.3.0 version, but it won't compile properly. How do I unmask the 4.3.0-r1 version and compile it?

I already tried this:

Quote:
localhost root # emerge x11-base/xfree-drm-4.3.0-r1.ebuild
Calculating dependencies \emerge: create(): aux_get() error on root/xfree-drm-4.3.0-r1; aborting...


Thanks for any replies.
Back to top
View user's profile Send private message
modal
Apprentice
Apprentice


Joined: 02 Oct 2002
Posts: 277

PostPosted: Tue Mar 11, 2003 8:30 am    Post subject: Reply with quote

xfree 4.3.0 is only masked by the keywords command. try an
Code:
emerge rsync
that will update your packages to enable -r1 in keywords then just:
Code:
ACCEPT_KEYWORDS="~x86" emerge xfree-drm


the "aux_get" error, also might be from an earlier version of portage, you might want to run a
Code:
ACCEPT_KEYWORDS="~x86" emerge portage


good luck
Back to top
View user's profile Send private message
4xToy
n00b
n00b


Joined: 08 Mar 2003
Posts: 27

PostPosted: Tue Mar 11, 2003 9:41 am    Post subject: no luck Reply with quote

I tried this, but I still cannot emerge 4.3.0-r1 because I can't unmask it.

Why is it that some masked packages are shown when I just type "emerge -s ..." and other masked packages are shown when I type "ACCEPT_KEYWORDS=~x86 emerge -s ..."
Back to top
View user's profile Send private message
cederberg
Guru
Guru


Joined: 23 Jan 2003
Posts: 349
Location: Stockholm / Sweden

PostPosted: Tue Mar 11, 2003 9:59 am    Post subject: Re: no luck Reply with quote

4xToy wrote:
Why is it that some masked packages are shown when I just type "emerge -s ..." and other masked packages are shown when I type "ACCEPT_KEYWORDS=~x86 emerge -s ..."

It usually depends on whether or not there are any stable (unmasked) alternatives.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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