* [gentoo-user] Upgrade
@ 2007-09-11 13:27 econti
2007-09-11 13:34 ` Alexander Reitzel
` (5 more replies)
0 siblings, 6 replies; 14+ messages in thread
From: econti @ 2007-09-11 13:27 UTC (permalink / raw
To: gentoo-user
Hi everybody, this is my first post on the list.
Well, I'm running a 2.6.15-gentoo-r7 2006.0 on a AMD64 machine.
Now I'd like to make a world upgrade. I know that I should run the
following commands:
emerge --sync
emerge --update --deep --newuse world
emerge --depclean
revdep-rebuild
A little question: how long does it take to complete the upgrade?
(sure, it depends on the installed software, but please give me an
approximation)
Thank you
emilio
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 13:27 [gentoo-user] Upgrade econti
@ 2007-09-11 13:34 ` Alexander Reitzel
2007-09-11 13:50 ` Jesús Guerrero
` (4 subsequent siblings)
5 siblings, 0 replies; 14+ messages in thread
From: Alexander Reitzel @ 2007-09-11 13:34 UTC (permalink / raw
To: gentoo-user
when was your last sync & update?
Am Dienstag, 11. September 2007 15:27:53 schrieb econti:
> Hi everybody, this is my first post on the list.
>
> Well, I'm running a 2.6.15-gentoo-r7 2006.0 on a AMD64 machine.
>
> Now I'd like to make a world upgrade. I know that I should run the
> following commands:
>
> emerge --sync
> emerge --update --deep --newuse world
> emerge --depclean
> revdep-rebuild
>
> A little question: how long does it take to complete the upgrade?
> (sure, it depends on the installed software, but please give me an
> approximation)
>
> Thank you
>
> emilio
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 13:27 [gentoo-user] Upgrade econti
2007-09-11 13:34 ` Alexander Reitzel
@ 2007-09-11 13:50 ` Jesús Guerrero
2007-09-11 13:59 ` Dale
` (3 subsequent siblings)
5 siblings, 0 replies; 14+ messages in thread
From: Jesús Guerrero @ 2007-09-11 13:50 UTC (permalink / raw
To: gentoo-user
On Tue, 11 Sep 2007 15:27:53 +0200
econti <contiemilio@alice.it> wrote:
> Hi everybody, this is my first post on the list.
>
> Well, I'm running a 2.6.15-gentoo-r7 2006.0 on a AMD64 machine.
>
> Now I'd like to make a world upgrade. I know that I should run the
> following commands:
>
> emerge --sync
> emerge --update --deep --newuse world
> emerge --depclean
> revdep-rebuild
>
> A little question: how long does it take to complete the upgrade?
> (sure, it depends on the installed software, but please give me an
> approximation)
>
It's impossible, since it doesn't only depends on the installed
software. It also depends on many other factors:
1.- the time when you did the last update
2.- the number of packages that has updates, which is not always
related to the number of packages you have installed, but to
_what_ packages do you have installed. Some packages doesn't
get updates too frequently, while others change a lot.
3.- external factors, like overlays
It just depends on _what_ needs to be updated.
I can give you a few hints, though. Most packages can compile in
a reasonable amount of time. Some specific packages will take
longer to compile. You will learn to identify them with the time.
For example, openoffice if probably the largest, and can take from
several hours up to days, depending on your hardware. Some kde
packages are big, like kmail. Qt or Gtk as intermediate things.
Glibc and gcc can take a lot of time, as xorg-server, for example.
Whe you are doing the update, you have to know a few things. On first
place, use this instead of your command above:
merge --update --deep --newuse --verbose --ask world
This will present you with a list of the packages that will be
updated, that way, you know how many packages are going to be
updated, but, more important, you will know _what_ packages will
be merged.
The depclean and revdep steps shouldn't be too time consuming
on a sane system. So, if you use them regularly, those steps
will not rob much of your time. The sync step depends on your
connection speed and the time since your last sync. It can take
a few minutes on a fast connection if your tree is up to date.
But it can take a day on a 56k modem if you tree is empty or
way too outdated.
--
Jesús Guerrero <i92guboj@terra.es>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 13:27 [gentoo-user] Upgrade econti
2007-09-11 13:34 ` Alexander Reitzel
2007-09-11 13:50 ` Jesús Guerrero
@ 2007-09-11 13:59 ` Dale
2007-09-11 14:09 ` Alan McKinnon
` (2 subsequent siblings)
5 siblings, 0 replies; 14+ messages in thread
From: Dale @ 2007-09-11 13:59 UTC (permalink / raw
To: gentoo-user
econti wrote:
> Hi everybody, this is my first post on the list.
>
> Well, I'm running a 2.6.15-gentoo-r7 2006.0 on a AMD64 machine.
>
> Now I'd like to make a world upgrade. I know that I should run the
> following commands:
>
> emerge --sync
> emerge --update --deep --newuse world
> emerge --depclean
> revdep-rebuild
>
> A little question: how long does it take to complete the upgrade?
> (sure, it depends on the installed software, but please give me an
> approximation)
>
> Thank you
>
> emilio
>
You may want to add a -p behind that --depclean at first. Just to make
sure it doesn't remove something you want to keep. I usually even put a
-p on the end of revdep-rebuild just to be safe. Mine always wants to
rebuild gcc when it doesn't need it. It's a known "feature". ;-)
As for the time it takes, it depends on what all packages have been
updated. If it has been a while, then it will take a while to do them
all. If there has been a major upgrade to gcc, then it will certainly
take a while.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 13:27 [gentoo-user] Upgrade econti
` (2 preceding siblings ...)
2007-09-11 13:59 ` Dale
@ 2007-09-11 14:09 ` Alan McKinnon
2007-09-11 14:19 ` Rodrigo Forlin
2007-09-11 14:40 ` Neil Bothwick
5 siblings, 0 replies; 14+ messages in thread
From: Alan McKinnon @ 2007-09-11 14:09 UTC (permalink / raw
To: gentoo-user
On Tuesday 11 September 2007, econti wrote:
> Hi everybody, this is my first post on the list.
>
> Well, I'm running a 2.6.15-gentoo-r7 2006.0 on a AMD64 machine.
>
> Now I'd like to make a world upgrade. I know that I should run the
> following commands:
>
> emerge --sync
> emerge --update --deep --newuse world
> emerge --depclean
> revdep-rebuild
>
> A little question: how long does it take to complete the upgrade?
> (sure, it depends on the installed software, but please give me an
> approximation)
Ouch. That's 2 years of stuff you need to update. Set aside 48 hours if
you have gnome/kde or openoffice installed.
With that amount of updates, I would recommend you run 'emerge -e world'
instead of 'emerge -uND world' - there aren't that many packages that
have not changed so you might as well do everything in order.
You will also need to go to Gentoo docs and read up on the upgrade guide
for gcc-3.3 to gcc-3.4, plus the xorg-6.8 to xorg-7.0 transistion. Both
those upgrades happened in this timeframe and both bit many people in
the rear end.
alan
--
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?
Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 13:27 [gentoo-user] Upgrade econti
` (3 preceding siblings ...)
2007-09-11 14:09 ` Alan McKinnon
@ 2007-09-11 14:19 ` Rodrigo Forlin
2007-09-11 14:28 ` Denis
2007-09-11 14:40 ` Neil Bothwick
5 siblings, 1 reply; 14+ messages in thread
From: Rodrigo Forlin @ 2007-09-11 14:19 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 681 bytes --]
econti wrote this:
> Hi everybody, this is my first post on the list.
>
> Well, I'm running a 2.6.15-gentoo-r7 2006.0 on a AMD64 machine.
>
> Now I'd like to make a world upgrade. I know that I should run the
> following commands:
>
> emerge --sync
> emerge --update --deep --newuse world
> emerge --depclean
> revdep-rebuild
>
> A little question: how long does it take to complete the upgrade?
> (sure, it depends on the installed software, but please give me an
> approximation)
>
> Thank you
>
> emilio
>
I'm pretty sure that it'll take less than a year... ;) just kidding...
The most it can take is the time of a complete new install, i guess.
[-- Attachment #1.2: forlin.vcf --]
[-- Type: text/x-vcard, Size: 241 bytes --]
begin:vcard
fn:Rodrigo Forlin
n:Forlin;Rodrigo
email;internet:forlin@gmail.com
tel;cell:+551194952922
note;quoted-printable:Linux registered user # 226673=0D=0A=
http://counter.li.org/
x-mozilla-html:FALSE
version:2.1
end:vcard
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 14:19 ` Rodrigo Forlin
@ 2007-09-11 14:28 ` Denis
2007-09-11 14:50 ` David
2007-09-11 18:54 ` econti
0 siblings, 2 replies; 14+ messages in thread
From: Denis @ 2007-09-11 14:28 UTC (permalink / raw
To: gentoo-user
After you "emerge --sync", run "emerge -NDpvu world" and post here the
output - the list of software your system wants to install/upgrade -
that should give us a better idea of what kind of an upgrade we're
dealing with here.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 13:27 [gentoo-user] Upgrade econti
` (4 preceding siblings ...)
2007-09-11 14:19 ` Rodrigo Forlin
@ 2007-09-11 14:40 ` Neil Bothwick
2007-09-11 14:53 ` Gary Rickert
2007-09-14 15:21 ` econti
5 siblings, 2 replies; 14+ messages in thread
From: Neil Bothwick @ 2007-09-11 14:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
On Tue, 11 Sep 2007 15:27:53 +0200, econti wrote:
> A little question: how long does it take to complete the upgrade?
emerge genlop
emerge -upDN world | genlop -p
and see for yourself :)
--
Neil Bothwick
I just bought a microwave fireplace... You can spend an evening in
front of it in only eight minutes...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 14:28 ` Denis
@ 2007-09-11 14:50 ` David
2007-09-11 18:54 ` econti
1 sibling, 0 replies; 14+ messages in thread
From: David @ 2007-09-11 14:50 UTC (permalink / raw
To: gentoo-user
Denis wrote:
> After you "emerge --sync", run "emerge -NDpvu world" and post here the
> output - the list of software your system wants to install/upgrade -
> that should give us a better idea of what kind of an upgrade we're
> dealing with here.
>
Watch for the expat change;
http://forums.gentoo.org/viewtopic-p-4221615.html?sid=c956443709264a787cdfc1e8648b16f5
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 14:40 ` Neil Bothwick
@ 2007-09-11 14:53 ` Gary Rickert
2007-09-11 15:05 ` Bo Ørsted Andresen
2007-09-14 15:21 ` econti
1 sibling, 1 reply; 14+ messages in thread
From: Gary Rickert @ 2007-09-11 14:53 UTC (permalink / raw
To: gentoo-user
A quick question / addition to this. When I am finished with an update I
usually run etc-update. I was told last week that this has been phased
out and dispatch-conf is better to use. What is the difference?
Gary
Neil Bothwick wrote:
> On Tue, 11 Sep 2007 15:27:53 +0200, econti wrote:
>
>> A little question: how long does it take to complete the upgrade?
>
> emerge genlop
> emerge -upDN world | genlop -p
>
> and see for yourself :)
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 14:53 ` Gary Rickert
@ 2007-09-11 15:05 ` Bo Ørsted Andresen
0 siblings, 0 replies; 14+ messages in thread
From: Bo Ørsted Andresen @ 2007-09-11 15:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 546 bytes --]
On Tuesday 11 September 2007 16:53:58 Gary Rickert wrote:
> A quick question / addition to this.
It's not exactly related. In the future start a new thread instead and please
don't top-post..
> When I am finished with an update I usually run etc-update. I was told last
> week that this has been phased out and dispatch-conf is better to use.
Whoever told you that is just wrong.
> What is the difference?
Read it in the handbook..
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=4
--
Bo Andresen
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 14:28 ` Denis
2007-09-11 14:50 ` David
@ 2007-09-11 18:54 ` econti
1 sibling, 0 replies; 14+ messages in thread
From: econti @ 2007-09-11 18:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
Denis ha scritto:
> After you "emerge --sync", run "emerge -NDpvu world" and post here the
> output - the list of software your system wants to install/upgrade -
> that should give us a better idea of what kind of an upgrade we're
> dealing with here.
>
Here attached the outputs of both 'emerge -NDpvu world' and 'emaint
--check world'
[-- Attachment #2: to_upgrade.bz2 --]
[-- Type: application/x-bzip, Size: 12463 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-11 14:40 ` Neil Bothwick
2007-09-11 14:53 ` Gary Rickert
@ 2007-09-14 15:21 ` econti
2007-09-14 21:42 ` Neil Bothwick
1 sibling, 1 reply; 14+ messages in thread
From: econti @ 2007-09-14 15:21 UTC (permalink / raw
To: gentoo-user
Neil Bothwick ha scritto:
> On Tue, 11 Sep 2007 15:27:53 +0200, econti wrote:
>
>
>> A little question: how long does it take to complete the upgrade?
>>
>
> emerge genlop
> emerge -upDN world | genlop -p
>
> and see for yourself :)
>
>
>
It worked very well, but I received a lot of messages like these:
!!! Error: couldn't get previous merge of hal; skipping...
!!! Error: couldn't get previous merge of hal-info; skipping...
!!! Error: couldn't get previous merge of gnome-mount; skipping...
!!! Error: couldn't get previous merge of nautilus-cd-burner; skipping...
!!! Error: couldn't get previous merge of gnome-media; skipping...
!!! Error: couldn't get previous merge of gnome-python-desktop; skipping...
What does it mean?
Regards
emilio
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Upgrade
2007-09-14 15:21 ` econti
@ 2007-09-14 21:42 ` Neil Bothwick
0 siblings, 0 replies; 14+ messages in thread
From: Neil Bothwick @ 2007-09-14 21:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 867 bytes --]
Hello econti,
> > emerge genlop
> > emerge -upDN world | genlop -p
> >
> > and see for yourself :)
> It worked very well, but I received a lot of messages like these:
>
> !!! Error: couldn't get previous merge of hal; skipping...
> !!! Error: couldn't get previous merge of hal-info; skipping...
> !!! Error: couldn't get previous merge of gnome-mount; skipping...
> !!! Error: couldn't get previous merge of nautilus-cd-burner;
> skipping... !!! Error: couldn't get previous merge of gnome-media;
> skipping... !!! Error: couldn't get previous merge of
> gnome-python-desktop; skipping...
>
> What does it mean?
Exactly what it says. genlop couldn't find any previous emerges of the
packages in /var/log/emerge.log, so it was unable to estimate the time
for those packages.
--
Neil Bothwick
Top Oxymorons Number 42: Airline Food
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2007-09-14 21:58 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 13:27 [gentoo-user] Upgrade econti
2007-09-11 13:34 ` Alexander Reitzel
2007-09-11 13:50 ` Jesús Guerrero
2007-09-11 13:59 ` Dale
2007-09-11 14:09 ` Alan McKinnon
2007-09-11 14:19 ` Rodrigo Forlin
2007-09-11 14:28 ` Denis
2007-09-11 14:50 ` David
2007-09-11 18:54 ` econti
2007-09-11 14:40 ` Neil Bothwick
2007-09-11 14:53 ` Gary Rickert
2007-09-11 15:05 ` Bo Ørsted Andresen
2007-09-14 15:21 ` econti
2007-09-14 21:42 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox