Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Should I upgrade to 2005.1? [solved]
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
koenderoo
Guru
Guru


Joined: 03 Jan 2004
Posts: 514
Location: Zwolle, The Netherlands

PostPosted: Sun Aug 14, 2005 9:37 pm    Post subject: Should I upgrade to 2005.1? [solved] Reply with quote

I am wondering if I should upgrade from 2005.0 to 2005.1?

Does it give me any advantages?
Is my system the same as a 2005.1 after a full emerge -u world on my current system?

So basicly: what's the difference between a fully updated system installed under 2005.0 and a new installed system under 2005.1?


Last edited by koenderoo on Mon Aug 15, 2005 5:48 am; edited 1 time in total
Back to top
View user's profile Send private message
expat_iain
Guru
Guru


Joined: 09 Jan 2004
Posts: 361
Location: Malta GC

PostPosted: Sun Aug 14, 2005 9:54 pm    Post subject: Reply with quote

AFAIK, nothing. That's the beauty of Gentoo (and Debian...and FreeBSD).

Regs.

Iain.
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Sun Aug 14, 2005 10:44 pm    Post subject: Re: Should I upgrade to 2005.1? Reply with quote

koenderoo wrote:

So basicly: what's the difference between a fully updated system installed under 2005.0 and a new installed system under 2005.1?


the only difference is where /etc/make.profile points to

so dont bother re-doing yr installation, just re-sync and emerge world and you will more uptodate then the liveCD
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
karol
n00b
n00b


Joined: 21 Jun 2005
Posts: 22

PostPosted: Mon Aug 15, 2005 7:58 am    Post subject: Reply with quote

Updating to 2005.1 ?
Why ? Have you forgotten that everytime you hit :
Code:
# emerge -auDv world

your gentoo is being updated to the newest ver. ?
I belive that the making new liveCDs is for users who need to install gentoo on clean box (fresh new installation)... And for those who don't have internet connection... IMHO

cheers
_________________
gg: 1910078
Back to top
View user's profile Send private message
koenderoo
Guru
Guru


Joined: 03 Jan 2004
Posts: 514
Location: Zwolle, The Netherlands

PostPosted: Mon Aug 15, 2005 8:41 am    Post subject: Reply with quote

Why is it that every time someone tells how to update world it comes with a different set of options?

AFAIK emerge world or emerge -u world is fine.

And no, I did not forget that I could update my system, I was just curious if it changes anything special. Somthing I can't change with updating.
Back to top
View user's profile Send private message
truc
Advocate
Advocate


Joined: 25 Jul 2005
Posts: 3199

PostPosted: Mon Aug 15, 2005 10:51 am    Post subject: Reply with quote

emerge world -u isn't enough if you really want an up-to-date boxe,
Code:
emerge --sync && emerge world -Duav

will also update the dependancy packages (all those which are automaticly emerged when emerging something (ie the dependancies:lol: )

;)
Back to top
View user's profile Send private message
koenderoo
Guru
Guru


Joined: 03 Jan 2004
Posts: 514
Location: Zwolle, The Netherlands

PostPosted: Mon Aug 15, 2005 11:07 am    Post subject: Reply with quote

Ok.
That just gave me a bit more packages to install....

Thanks for clearing this up!
Back to top
View user's profile Send private message
nevynxxx
Veteran
Veteran


Joined: 12 Nov 2003
Posts: 1123
Location: Manchester - UK

PostPosted: Mon Aug 15, 2005 12:50 pm    Post subject: Reply with quote

koenderoo wrote:
Why is it that every time someone tells how to update world it comes with a different set of options?

AFAIK emerge world or emerge -u world is fine.

And no, I did not forget that I could update my system, I was just curious if it changes anything special. Somthing I can't change with updating.


To -D or not to -D is a matter of taste. -v gives you a little more info about what you're doing. Especially if you want to check use flags.

-a makes things a little easier if you want to actually check what will happen.

Do you actually do emerge -u world withought doing -a or -p first? You're a nutter if you do.
_________________
My Public Key

Wanted: Instructor in the art of Bowyery
Back to top
View user's profile Send private message
Satori80
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2004
Posts: 137

PostPosted: Mon Aug 15, 2005 1:25 pm    Post subject: Reply with quote

I've been told several times that -D (shorthand for --deep) will cause weird problems. I don't use it anymore.
Back to top
View user's profile Send private message
nevynxxx
Veteran
Veteran


Joined: 12 Nov 2003
Posts: 1123
Location: Manchester - UK

PostPosted: Mon Aug 15, 2005 3:21 pm    Post subject: Reply with quote

Satori80 wrote:
I've been told several times that -D (shorthand for --deep) will cause weird problems. I don't use it anymore.


I've used it daily on upto three machines for about 18months now.

Like I said, personal preference. I find it nice too make sure *all* apps are upto date, not just the most visible ones. Sometimes upgrading a dependancy can give you some nice features. Sometimes it can bork your system.....
_________________
My Public Key

Wanted: Instructor in the art of Bowyery
Back to top
View user's profile Send private message
PT_LAmb
Guru
Guru


Joined: 22 Apr 2002
Posts: 332
Location: Lisboa (Lisbon), Portugal

PostPosted: Mon Aug 22, 2005 11:47 am    Post subject: Reply with quote

Here's my formula to upgrade my system, and keep it clean:
Code:
emerge sync
glsa-check -f all
emerge world -uDNva
emerge depclean -va
revdep-rebuild -va
dispatch-conf
/usr/local/sbin/eclean -d distfiles
/usr/local/sbin/eclean -d packages
etcportclean -c111111 -r1 -w1 -d1 -v1


dispatch-conf is a alternative tool to etc-update, which basically does the same thing, but keeps a backup of the old files.
eclean can be fetch here (the script, the man page, and the patch to the latest version), it erases the old distfiles, and built packages from the portage tree.
etcportclean can be fetched here, it cleans outdated, invalid, duplicated entries from /etc/portage/package.* files

Hope it helps,
Ricardo
_________________
SETI@Home - http://setiathome.ssl.berkeley.edu/
Back to top
View user's profile Send private message
koenderoo
Guru
Guru


Joined: 03 Jan 2004
Posts: 514
Location: Zwolle, The Netherlands

PostPosted: Mon Aug 22, 2005 12:57 pm    Post subject: Reply with quote

Might help if you can tell me where to get revdep-rebuild.
Back to top
View user's profile Send private message
PT_LAmb
Guru
Guru


Joined: 22 Apr 2002
Posts: 332
Location: Lisboa (Lisbon), Portugal

PostPosted: Mon Aug 22, 2005 2:41 pm    Post subject: Reply with quote

koenderoo wrote:
Might help if you can tell me where to get revdep-rebuild.

Sorry about that. I have use gentoolkit for years, so I wrongly assumed everyone had it emerged.
Code:
emerge app-portage/gentoolkit -va

_________________
SETI@Home - http://setiathome.ssl.berkeley.edu/
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