* [gentoo-user] switching arch from stable to testing?
@ 2006-05-31 0:07 Roy Wright
2006-05-31 0:25 ` Hemmann, Volker Armin
2006-05-31 0:30 ` Neil Bothwick
0 siblings, 2 replies; 6+ messages in thread
From: Roy Wright @ 2006-05-31 0:07 UTC (permalink / raw
To: gentoo-user
Howdy,
My originally stable (x86) system has a lot of testing packages (via
package.keywords)
and I'm looking to switch to a pure testing system. I thought all that
was necessary
was to change x86 to ~x86 in make.conf's USE variable. No joy. emerge
--info still
shows stable x86. I'm an hour into googling, reading the gentoo
handbook, still no
joy. Any ideas?
TIA,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] switching arch from stable to testing?
2006-05-31 0:07 [gentoo-user] switching arch from stable to testing? Roy Wright
@ 2006-05-31 0:25 ` Hemmann, Volker Armin
2006-05-31 0:47 ` Bo Ørsted Andresen
2006-05-31 0:30 ` Neil Bothwick
1 sibling, 1 reply; 6+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-31 0:25 UTC (permalink / raw
To: gentoo-user
On Wednesday 31 May 2006 02:07, Roy Wright wrote:
> Howdy,
>
> My originally stable (x86) system has a lot of testing packages (via
> package.keywords)
> and I'm looking to switch to a pure testing system. I thought all that
> was necessary
> was to change x86 to ~x86 in make.conf's USE variable. No joy. emerge
> --info still
> shows stable x86. I'm an hour into googling, reading the gentoo
> handbook, still no
> joy. Any ideas?
>
not use!
ACCEPT_KEYWORDS!
and after that:
env-update
source /etc/profile
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] switching arch from stable to testing?
2006-05-31 0:07 [gentoo-user] switching arch from stable to testing? Roy Wright
2006-05-31 0:25 ` Hemmann, Volker Armin
@ 2006-05-31 0:30 ` Neil Bothwick
2006-05-31 6:29 ` Roy Wright
1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2006-05-31 0:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
On Tue, 30 May 2006 19:07:19 -0500, Roy Wright wrote:
> My originally stable (x86) system has a lot of testing packages (via
> package.keywords)
> and I'm looking to switch to a pure testing system. I thought all that
> was necessary
> was to change x86 to ~x86 in make.conf's USE variable. No joy. emerge
> --info still
> shows stable x86.
Set ACCEPT_KEYWORDS="~x86" in make.conf. Do not set x86 or ~x86 in
make.conf's USE.
--
Neil Bothwick
Top Oxymorons Number 21: "Now, then ..."
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] switching arch from stable to testing?
2006-05-31 0:25 ` Hemmann, Volker Armin
@ 2006-05-31 0:47 ` Bo Ørsted Andresen
2006-05-31 3:29 ` Hemmann, Volker Armin
0 siblings, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-05-31 0:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
Wednesday 31 May 2006 02:25 skrev Hemmann, Volker Armin:
> and after that:
> env-update
> source /etc/profile
env-update update is for global environment changes which are made
in /etc/env.d/*. It has got nothing to do with /etc/make.conf. All he has to
do is add the ACCEPT_KEYWORDS to /etc/make.conf.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] switching arch from stable to testing?
2006-05-31 0:47 ` Bo Ørsted Andresen
@ 2006-05-31 3:29 ` Hemmann, Volker Armin
0 siblings, 0 replies; 6+ messages in thread
From: Hemmann, Volker Armin @ 2006-05-31 3:29 UTC (permalink / raw
To: gentoo-user
On Wednesday 31 May 2006 02:47, Bo Ørsted Andresen wrote:
> Wednesday 31 May 2006 02:25 skrev Hemmann, Volker Armin:
> > and after that:
> > env-update
> > source /etc/profile
>
> env-update update is for global environment changes which are made
> in /etc/env.d/*. It has got nothing to do with /etc/make.conf. All he has
> to do is add the ACCEPT_KEYWORDS to /etc/make.conf.
good to know.
I always do env-update after changes to /etc, just to be sure, that I don't
forget it, once it is really needed.;)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] switching arch from stable to testing?
2006-05-31 0:30 ` Neil Bothwick
@ 2006-05-31 6:29 ` Roy Wright
0 siblings, 0 replies; 6+ messages in thread
From: Roy Wright @ 2006-05-31 6:29 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
> Set ACCEPT_KEYWORDS="~x86" in make.conf. Do not set x86 or ~x86 in
> make.conf's USE.
>
>
Thank you everyone! That and some fiddling with package.mask/unmask got the
ball rolling.
Have fun,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-05-31 6:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-31 0:07 [gentoo-user] switching arch from stable to testing? Roy Wright
2006-05-31 0:25 ` Hemmann, Volker Armin
2006-05-31 0:47 ` Bo Ørsted Andresen
2006-05-31 3:29 ` Hemmann, Volker Armin
2006-05-31 0:30 ` Neil Bothwick
2006-05-31 6:29 ` Roy Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox