quote:
Original post by noVum
Why is Gentoo a hype? It''s basically nothing else than LFS, but instead of "download ./configure ./make ./make install" you just emerge the package.
It is right that other distributions will fit better in many cases, but if you want LFS then Gentoo is a good idea.
My main grief with Gentoo is with what its developers seem to consider optimization. They seem to think that 64 bit is better (read "faster"
than 32 bit in all domains, and that -O3 will invariably result in faster binaries.
I know that you can easily tweak that, and that you are actually encouraged to do so, but most newbies to GNU/Linux who use Gentoo appear to assume that their system compiled with the default flags will outperform everything. I guess it''s just getting on my nerves
.
However, I''m certainly not bashing Gentoo. It certainly has its uses and merits, just like any other distro out there. I was merely pointing out that LFS can have its uses also (if only for the sake of learning something different), though I probably did so in an aggressive way. Sorry about that.
quote:
Original post by Strife
I wouldn''t say Gentoo is entirely hype. It''s true that some people who use it simply hype it, but I actually find it to be a good, solid distribution. Not because it''s "faster," because believe me, it''s not unless you use Intel''s compiler at full optimization with a Pentium 4, none of which I have. Instead, it''s because the full operating system is designed well (no, I''m not talking about the kernel, I''m talking about the entire interaction of everything). Unlike some other linux distros, you don''t have quite so many problems. At least, that''s how it''s been in my experience.
I haven''t used Gentoo enough to be able to comment on that. My first impression was quite satisfying overall though.
My problem with source based distros is that packages like bind or sendmail will have to be patched and built quite frequently. If you install them in binary form, you lose any benefit of a source based distribution. If you don''t, you can''t really maintain a park of heterogeneous systems (different versions of the OS and its packages, as well as different kinds of hardware) up to date. The only possible solution in this case is to build everything with generic flags, but here again, you lose any benefit associated to source based systems.
How does Gentoo address this issue, if at all?
Hope this helps.