Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ACCEPT_KEYWORDS="~x86" ?
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
MerlinTheWizard
Apprentice
Apprentice


Joined: 06 Apr 2003
Posts: 270

PostPosted: Tue May 20, 2003 10:44 pm    Post subject: ACCEPT_KEYWORDS="~x86" ? Reply with quote

Is emerge'ing with ACCEPT_KEYWORDS="~x86" necessary on x86 machines, and why?

Why the same package emerge'd with this is not necessarily the same as without?

By the way, I remember trying and emerge -u mozilla and getting nothing newer than 1.2, whereas with ACCEPT_KEYWORDS="~x86", I got Mozilla 1.3...

I did an :
Code:
ACCEPT_KEYWORDS="~x86" emerge -u ghostscript

like a few minutes ago, and the compile of tk-8.4.2 failed ;(

Can you guys shed some light on all this?
Back to top
View user's profile Send private message
dma
Guru
Guru


Joined: 31 Jan 2003
Posts: 437
Location: Charlotte, NC, USA

PostPosted: Tue May 20, 2003 10:50 pm    Post subject: Reply with quote

"x86" means packages that are STABLE on x86.
"~x86" means packages that are unstable/untested on x86.
"-x86" means packages that are NOT SUPPORTED on x86.

I think.

The "~x86" packages are often newer but are not nearly as well tested.

Unless you REALLY know what you are doing, I recommend that you use
Code:
ACCEPT_KEYWORDS="~x86"

very sparingly.

For instance, I used it on the following packages:
Code:
[ebuild    UD] sys-apps/texinfo-4.3-r1 [4.5]
[ebuild    UD] dev-db/mysql-3.23.56 [4.0.12]
[ebuild    UD] media-libs/libgd-1.8.3-r6 [2.0.12]
[ebuild    UD] dev-php/php-4.3.1 [4.3.1-r1]
[ebuild    UD] sys-apps/lm_sensors-2.6.5 [2.7.0]
[ebuild    UD] app-text/pinfo-0.6.5_p2-r1 [0.6.7]
[ebuild    UD] dev-perl/Net-IRC-0.70-r2 [0.74]
[ebuild    UD] x11-misc/xscreensaver-4.05-r3 [4.06-r2]
[ebuild    UD] dev-perl/GD-1.32-r3 [2.06]
[ebuild    UD] dev-php/mod_php-4.3.1 [4.3.1-r1]
[ebuild    UD] sys-apps/smartmontools-5.0.45 [5.1.11]
[ebuild    UD] app-arch/rar-3.0 [3.1.1]
[ebuild    UD] net-www/mozilla-1.2.1-r5 [1.3-r1]


And I had specific reasons for each one.

This is evil stuff.
Back to top
View user's profile Send private message
MerlinTheWizard
Apprentice
Apprentice


Joined: 06 Apr 2003
Posts: 270

PostPosted: Tue May 20, 2003 10:59 pm    Post subject: ok then Reply with quote

it makes sense that I got a newer mozilla with this option, then. Kinda makes sense that "tk" compile failed, too. :wink:

Mozilla 1.3 works fine on my box. I know the gentoo team decided not to really support it nor any future version, if I'm not mistaken (not sure why).
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