Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Updating System
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
odendahl
n00b
n00b


Joined: 27 Nov 2002
Posts: 9

PostPosted: Wed Nov 27, 2002 8:16 am    Post subject: Updating System Reply with quote

Hi,

I'm new to gentoo and I have a question concerning the new release of gcc-3.2.1.
It is still marked as unstable. But if it is marked as stable I want to upgrade my system
because the new version of the gcc has a lot of bugfixes concerning the code generating
with sse and mmx instructions.

I wonder how it would work. Would an "emerge --update system" update my hole
core system?(new compilation of glib, binutils, gcc, etc)
And recompiles an "emerge --update --deep world" the rest of my system?

Or do I have to recompile all packages by hand?

Sorry for this stupid question but I didn't found a description in the docs
and here in the forum.

With best regards,

Marcel.
Back to top
View user's profile Send private message
kipper
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 112

PostPosted: Wed Nov 27, 2002 1:28 pm    Post subject: Reply with quote

Not in front of my box right now, but I am pretty sure
Code:
#emerge -u --deep world

will update everything including your core. You can always verify what is in the list by using the --pretend option (-p).
e.g.
To get a list of everything that will be recompiled do:
Code:
#emerge -pu --deep world


Usually the unstable packages are masked. However, people who want to be bleeding edge and emerge the latest packages, including the somewhat unstable need to have something like ARCH="~x86" in their use statements. the "~" signifies to portage that it can use the unstable packages for your architecture..

Hope that helps.
Cheers,
kipper[/code]
Back to top
View user's profile Send private message
B_F_Skinner
n00b
n00b


Joined: 02 Oct 2002
Posts: 71
Location: Seattle, Washington

PostPosted: Thu Nov 28, 2002 2:57 am    Post subject: Reply with quote

Be careful with gcc if you are running unstable. This borked my system, and it took me a bit of time and effort to recover. (Many posts on this already, so I won't elaborate).
Back to top
View user's profile Send private message
Malakin
Veteran
Veteran


Joined: 14 Apr 2002
Posts: 1692
Location: Victoria BC Canada

PostPosted: Thu Nov 28, 2002 3:37 am    Post subject: Reply with quote

To recompile everything you can do this:
Code:

emerge -e system
emerge -e world
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Nov 28, 2002 4:29 am    Post subject: Reply with quote

Malakin, what do you get from doing that that you wouldn't get from just "emerge -e world"? Seems like all the system packages would get compiled twice.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
odendahl
n00b
n00b


Joined: 27 Nov 2002
Posts: 9

PostPosted: Thu Nov 28, 2002 8:27 am    Post subject: Reply with quote

Hi,

mcg wrote:
Be careful with gcc if you are running unstable. This borked my system, and it took me a bit of time and effort to recover. (Many posts on this already, so I won't elaborate).


yes I know.
I only want to update if the gcc-3.2.1 is marked as stable. I think this will happen soon.

Cu

Marcel.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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