Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] initial compile time
Date: Mon, 28 Aug 2017 16:13:12
Message-Id: 2f97694a-54e0-879c-3a0f-c6cdf41939cd@gmail.com
In Reply to: [gentoo-user] initial compile time by mad.scientist.at.large@tutanota.com
1 On 28/08/2017 13:41, mad.scientist.at.large@××××××××.com wrote:
2 > Ok, i'm starting to understand the install instructions, a steeper curve
3 > than i expected but still way easier than LFS.
4 > So, on a dual core athlon II 6000 (two cores, 3ghz)  roughly how long
5 > will stage3 take to compile, roughly?
6
7 You don't compile a stage 3, that has already been done and you
8 downloaded it. You bunzip2 and untar a stage 3.
9
10 From that point on, you will do exactly the same that you will do for
11 every other world update on Gentoo you will ever do:
12
13 - set USE flags as needed
14 - set items in make.conf as needed
15 - decide what software you want
16 - tell portage to make it so
17
18 The "make it so" part is your real question, but no-one can answer it as
19 it's a "how long is a piece of string" question.
20
21 How many extra USE flags did you set? What software did you decide to
22 add? How old is the stage 3 you used? A recent one will obviously need
23 fewer recompiles than a 6-month old one. But to portage it's all the
24 same - make a list of stuff to be done and do it from the beginning.
25
26
27 There is really no functional point in updating the stage 3 and then
28 doing the above; unless you want to see how it all works. Might be nice
29 to do it the first time, but you will likely never do it again :-)
30
31 With that hardware, I'd thumb suck guess about 3 hours if the machine
32 will be headless, and closer to 12 if it's a workstation with most of
33 say KDE or Gnome, plus a browser and openoffice and an MUA etc etc etc.
34 But that's just a guess, could also be anywhere from 1 hour on the low
35 end to 24 on the high end. Or more.
36
37
38 --
39 Alan McKinnon
40 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] initial compile time Rich Freeman <rich0@g.o>
Re: [gentoo-user] initial compile time mad.scientist.at.large@××××××××.com