Gentoo Linux - Long @$$ complile times?!?

Praetor

Diamond Member
Oct 14, 1999
4,498
4
81
I've been fighting with getting Gentoo on my box as a dual-boot this weekend without much luck. I think it mainly has to do with the fact that I keep messing something up with GRUB, but that's neither here nor there.

I decided to dick around with it in VMWare (yay for this most excellent piece of software!) and had it update every package before the install (using the CONFIG_PROTECT="-*" emerge -u system script). And it's been working for about 5 hours now. Thank the Maker it's in a window so I can still use my computer.

Just thought I'd complain to the world about the long ass wait I've still got left.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Just to give you an idea my xp2000+ 512mb ram took about 8-9 hours to get from a stage3 tarball to a working gnome desktop.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: chsh1ca
And to give you an idea, he wasted 8 1/2 hours installing Gentoo...

Actually, I didn't. Once I got everything working its solid as a rock. I love it, it is so easy to install something, just type emerge whatever, go grab a beer and before you know it your program is up and running.

And by going through the install process I actually learned quite a bit about Linux, and it was by far the most satisfying experience I have ever had when installing an OS.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
2 definate big strengths with Gentoo. Emerge is great and matches the legalities.... (think about why Redhat only has to release free srpms of it's enterprise-level distros...)

Now if Gentoo can figure out a good way for it's package mantainers to match the quality of ones that use Debian, then it would have a good thing going.

EDIT:

Oh ya, it's going to take forever to compile gentoo in vmware. Since it's a emulator, or whatever, you get a huge performance penalty for running high-cpu utilization stuff on it. Compiling a entire OS is one of them. On a very fast machine it takes 3 hours to install Gentoo, probably more to get it done completely with all the extra apps that you use...

Debian would definately be a better choice for VMWARE-based OS. You should look into Gentoo's thing-that-I-can't-remember-name-off were you can get pre-compiled packages for. That way you can avoid 90% of the compile time and still get Gentoo.
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Originally posted by: Haden
Just think about speed gains, wasn't it worth that time?

Read some benchmarks. Gentoo is no faster than the other distros. It amuses me that gentoo users think the people who compile other distros are too stupid to use -O2 and -fomit-frame-pointer, etc.

<obligatory debian troll>

edit: my sarcasm meter is broken
 

decode

Member
Nov 12, 2003
28
0
0
Originally posted by: CTho9305
Gentoo is no faster than the other distros. It amuses me that gentoo users think the people who compile other distros are too stupid to use -O2 and -fomit-frame-pointer, etc.
I've heard anecdotal evidence from several people that Gentoo is considerably faster on the desktop, especially on low end hardware (<300mhz CPU).
Also, the people that compile other distros may use some optimization CFLAGS, but they generally don't use processor or processor family specific flags (e.g. -mcpu, -march). Personally, I have not noticed that Gentoo is any faster than Slackware or SuSE, but I do like the flexibility of the emerge system. For example, I like mouse gestures in Mozilla and Firebird, so I can edit the ebuild file to include the patch that lets me use right click to do them, and just run emerge, and it will be built and installed by the emerge system. I wouldn't be able to use Debian's apt system to do this.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: decode
Originally posted by: CTho9305
Gentoo is no faster than the other distros. It amuses me that gentoo users think the people who compile other distros are too stupid to use -O2 and -fomit-frame-pointer, etc.
I've heard anecdotal evidence from several people that Gentoo is considerably faster on the desktop, especially on low end hardware (<300mhz CPU).
Also, the people that compile other distros may use some optimization CFLAGS, but they generally don't use processor or processor family specific flags (e.g. -mcpu, -march). Personally, I have not noticed that Gentoo is any faster than Slackware or SuSE, but I do like the flexibility of the emerge system. For example, I like mouse gestures in Mozilla and Firebird, so I can edit the ebuild file to include the patch that lets me use right click to do them, and just run emerge, and it will be built and installed by the emerge system. I wouldn't be able to use Debian's apt system to do this.

I've not noticed any difference in terms of speed(neither for better nor worse) on any of the rigs I've ran it on, a P3-866/512 MB and an AXP-2.0 GHz/512 MB.
I agree though, flexibility is a great advatage of Gentoo.

Also, being able to install it on an nForce2 board without pulling my hair out is nice, something I can't say about Debian
 

chsh1ca

Golden Member
Feb 17, 2003
1,179
0
0
Originally posted by: decode
I've heard anecdotal evidence from several people that Gentoo is considerably faster on the desktop, especially on low end hardware (<300mhz CPU).
Of course, but it will always stay anecdotal. Gentoo is basically a dumb idea that just happens to be centered on a great package management system.

Also, the people that compile other distros may use some optimization CFLAGS, but they generally don't use processor or processor family specific flags (e.g. -mcpu, -march). Personally, I have not noticed that Gentoo is any faster than Slackware or SuSE, but I do like the flexibility of the emerge system. For example, I like mouse gestures in Mozilla and Firebird, so I can edit the ebuild file to include the patch that lets me use right click to do them, and just run emerge, and it will be built and installed by the emerge system. I wouldn't be able to use Debian's apt system to do this.
Of course, if you actually compiled it from source yourself, you'd also have this option. I swear by compiling from source, not for the 'speed gains' which are incredibly minimal at best, but rather for the level of control I have over the process.

 

decode

Member
Nov 12, 2003
28
0
0
Originally posted by: chsh1ca
Of course, if you actually compiled it from source yourself, you'd also have this option. I swear by compiling from source, not for the 'speed gains' which are incredibly minimal at best, but rather for the level of control I have over the process.
So you like control. You like compiling from source. But you don't like a system that helps you do that more easily? That's the only thing I like about Gentoo. Trying out a new program, or upgrading an old one is an order of magnitude less time consuming than if I have to find all of the sources (for the program and dependencies) myself and compile them by hand, but I still have the control that compiling myself allows.
 

Haden

Senior member
Nov 21, 2001
578
0
0
Originally posted by: CTho9305
Originally posted by: Haden
Just think about speed gains, wasn't it worth that time?

Read some benchmarks. Gentoo is no faster than the other distros. It amuses me that gentoo users think the people who compile other distros are too stupid to use -O2 and -fomit-frame-pointer, etc.

<obligatory debian troll>

Hence the smile... It's called sarcasm...
 

Mitzi

Diamond Member
Aug 22, 2001
3,775
1
76
Well I got rid of Win2K off my secondary Celeron 300 machine on Friday night and I've been slowly building a good Gentoo install since. As you can imagine the compile times are a nightmare (i.e. a kernel compile takes just over 3 hours) and its been installing Gnome since about 6pm last night but so what? It's only a secondary machine so if it has to sit there for days crunching source code so be it. I'm sure once its all up and running I'll end up stating again from scratch a couple days/weeks later when I've learnt a bit more.

At the end of the day someones choice of Linux distro is a personal choice so the childish he wasted 8 hours installing Gentoo are, IMHO, uncalled for...what's best? Intel or AMD...Nvidia or ATi...Gnome or KDE...

Gentoo = Good for Linux n00b like me

 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
3 hours for a kernel compile? Did you enable everything in there or something?
On my P3-866 it would take ~10 minutes, slightly more, on my AXP 1.9 GHz it takes a few minutes.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
oh yea, I forgot, sorry =)

Although it does have 2M L2 cache on it which is nice.
 

Mitzi

Diamond Member
Aug 22, 2001
3,775
1
76
Nope, I don't have everything enabled...the machine is ultra slow but then again it is a POS Time badged machine (a work colleague was throwing it out so I grabbed it).

Edit: As of this morning Gnome is still installing
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
I took me nearly 2 days on a 200mmx laptop. Ran out of space when downloading the billlion and a half or so patches for X windows
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: decode

So you like control. You like compiling from source. But you don't like a system that helps you do that more easily?

Didn't you see the part where he called portage a great package management system?
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |