Graphical Gentoo Installer In The Works 627
JonLatane writes "Without a doubt, Gentoo has set itself apart from every other distro out there. Because it's source-based, it's notorious for its speed. Because of emerge, it's notorious for being simple to maintain. And because of its "install system" (if it can be called that), it's notorious for scaring off potential users before they even get to try it. Well, that's all going to change, because there is a graphical Gentoo installer in the works. It can run with a dialog frontend that bears a striking similarity to Ubuntu, or for faster systems a GTK+ frontend is available."
I Dub Thee, "Sir Troll" (Score:4, Insightful)
I think most people are "scared off" because they don't have the 4 GHz computer with a gig of RAM required to compile the entire system under a couple days, and if you DO have a 4 GHz computer, a few -O3 and -funroll-loops optimizations aren't going to amount to much.
Gentoo is a really nice distro if you have the system for it, but stop with the silly arguments. A few optimizations aren't going to amount to much, and if you want to learn how to put a distro together read the LFS book [osuosl.org].
Re:I Dub Thee, "Sir Troll" (Score:2, Informative)
Re:I Dub Thee, "Sir Troll" (Score:5, Insightful)
Man, who the fuck is naming distros these days? Did I miss the LSD train or what? First gentoo...which as we all know is some kind of crystal meth fueled penguin, but still sounds weird. Then there's ubuntu..which makes you feel strange even mentioning it. Worse still is kubuntu, now there's mandriva after the perfectly reasonable sounding Mandrake merged with connectiva. And try telling someone about soo-suh and having to spell it every_single_time.
People, if you want your distro taken seriously, name it something a little less retarded. Try something manly like 2x4 Linux or Nitroglycerin Linux. Even Greasemonkey sounds better than ututo-e.
Re:I Dub Thee, "Sir Troll" (Score:3, Insightful)
Re:I Dub Thee, "Sir Troll" (Score:2)
Gentoo is about personalization, it allows you to personalize every compilation switch, using different compilers, etc. So it is a bit harder to track down bugs because of the higher number of variables involved
On the other hand, it's personalization what makes that happen, so if you use the defaults I guess there won't
Re:I Dub Thee, "Sir Troll" (Score:4, Informative)
Compiling for modern processors with good optimization flags, for example, *does* give big performance boosts. However, most applications are not CPU hogs - in fact, few are. Well, what about small binary sizes? Most disk performance issues are from latency, not speed in reading consecutive blocks (and most binaries don't get big enough for the length of the read to become a dominating factor, because they wisely use shared libraries). We can't forget the effects disk caching. And, of course, there's pesky things that optimization just won't help you with, like the fact that compiling out modules generally doesn't make much of an impact on the memory footprint, core execution speed, or hardware delays.
Overall, I'd expect performance increases in Gentoo, but on average very small ones. If you're running some computational flow dynamics program, build it from source; otherwise, I wouldn't be too concerned.
Re:I Dub Thee, "Sir Troll" (Score:3, Insightful)
The measure of how much CPU a program uses is how much time the processor spends on it. Hence, all other things being equal, something that runs faster has to use less CPU.
Now, there are other things that affect performance, like speed in pulling it off the disk, but you said 'code execution' would be faster, which is just crazy talk.
Unless you're trying to make some point about how much of the CPU is in use at a certai
Re:I Dub Thee, "Sir Troll" (Score:2, Informative)
Re:I Dub Thee, "Sir Troll" (Score:3, Informative)
Re:I Dub Thee, "Sir Troll" (Score:3, Informative)
Re:I Dub Thee, "Sir Troll" (Score:3, Interesting)
You don't need a 4GHz computer, you just need 3 or 4 relatively high spec ones. I'm afraid that still lands Gentoo in the same camp as the 'single fast machine' lot. People who have more computing power than sense
I ran Gentoo for a reasonable length of time at home and at work. A network of 40 Gentoo boxes and distcc made the whole thing move along nicely, but for my home machine I had to switc
Re:I Dub Thee, "Sir Troll" (Score:3, Interesting)
Re:I Dub Thee, "Sir Troll" (Score:4, Informative)
Re:I Dub Thee, "Sir Troll" (Score:5, Interesting)
I sat through a Stage 1 install for a few days with an open mind. When it came to, it was very fast. I can't at all say that it was faster than the Slackware install it replaced (though it felt so), but what really sold me on Gentoo was Portage. It took about a month after that for me to finish nuking all of my Slackware installs for a shiny new Gentoo cluster.
I Dub Thee too, "Sir Troll" (Score:2, Insightful)
If you've ever tried comparing KDE or Gnome from Slackware/RedHat/Debian with Gentoo, you will see that the optimizations are very effective. I've used Slack,RH/FC, Deb, LFS and Gentoo. It takes me less than half the time to open Mozilla on gentoo. I like that.
Re:I Dub Thee too, "Sir Troll" (Score:3, Insightful)
I'm sorry to say this to you, but real performance doesn't come from microoptimizations, but from the algorithms and data structures. I don't understand what on earth people smokes these days to think that a compiler switch is going to make gnome,
Re:I Dub Thee too, "Sir Troll" (Score:5, Insightful)
Blantently false. Complexity analysis specifically carries an unspecified constant multiple. It is this constant multiple that optimizations tweak. You can get code that runs two, three, or four times faster with optimizations on the same algorithm. What you won't get are speedups related to a function of the data size.
In the case of gcc version 4, expect a significant constant time speedup for C++ code like, for instance, KDE and Gnome. I bet gentoo users will have gcc 4 before most other distros.
Pot, meet kettle (Score:3, Informative)
This is just as bad as the intro. I run Gentoo, and compiling most apps is very reasonable. There are a few packages that DO take a LONG time (KDE and OpenOffice.org are commonly the worst offenders). However, for somebody who runs a light desktop like I do (Fluxbox) it's perfectly fine. Additionally, many packages are available in precompiled binar
Re:I Dub Thee, "Sir Troll" (Score:4, Insightful)
I remember this guy (one of the optimization freaks) that tried to convince folks that you need to rebuild the toolchain three times to get it properly optimized - and there was no way to convince him that what he sais is nonsense.
Then I was reading freebsd-question mailing list, and there was this fellow who wanted to install freebsd the gentoo way. People were genuinly bewildered - not because they had anything against gentoo, but because they didn't know how it works, so they had him explaining it. He basically said that he wants everything built from source optimized and all from the ground up. They told him to install the OS and then rebuild everything. He said no no no, he wants to build the kernel before installing, he wants to build the toolchain before installing and so on. The idea was so ... well, how shall I put it ... strange, that poor folks at first thought that they don't understand the bloke properly. And if you come to think of it: the guy instead of wanting to have a sytem with basic functionality (xfree, a wm, a browser, networking, email, whatnot) up and running in ten minutes, and then rebuilding everything from source in the background (while posting gentoo roxorz messages on ./) he wanted to have an unusable system for hours if not half a day - for what reason?
I was always stuck by the sheer senselessness of the install procedure (even starting from stage3) - it seems to me that gentoo has it backwards: instead of installing the damn thing and have the ability to read your emails in 10 minutes while having the choice to optimize when it suits you, you are (or you were, I'm not aware of the current status) forced to fumble with the system for hours just to get it installed.
Don't tell me this helps newbies understand linux better. It doesn't. I had this friend who came from a brief mandrake background to gentoo (I recommended it, for he wanted linux, and I thought gentoo must be cool because of portage - since then I changed my opinion seeing the deficiencies of portage like skipfirst kinda hacks, worldfile instead of proper reverse dependency lookup, useflags and its interdependency hell, etc.). He spent a day installing gentoo (I know, I know, it takes you only a few hours, but for a complete noob, it was a day) than almost a week configuring it (and rebuilding kde when it turned out that nspluginviewer is missing because he forgot a useflag). At the end of it, he was no closer to understanding how linux (or generally a unix-like operating system) works. He just followed the documentation, and succeeded, b/c the doc. is good. I had to explain the most basic things (like file permissions) after he had a more or less (it must have been another useflag that prevented kpdf from opening pdf files) working system up and running!
The problem with this is that I think this senseless install procedure might give some users the (false) sense that, yes, I did it, I built a linux manually - I must be geek. These users, as they build and rebuild their system from day to day, trying out more and more compilation options will grow into those arrogant fanboys who can't resist posting a "yeah baby, I will emerge whatever today, gentoo is so cool" kinda messages in all news regardless of how related or unrelated that is to the topic at hand. Oh yeah, and they will they you to rebuild your tool chain at least 3 times to make sure its properly optimized.
Re:I Dub Thee, "Sir Troll" (Score:4, Insightful)
There are pros and cons against both portage and apt. Portage last time I tried it had no proper reverse dependency lookup, but used something like a worldfile as a workaround. As a result, sometimes it was really hard to completely remove a package (all its files and installed libs). APT doesn't have that problem, however, dependencies are fixed. Portage handles dependencies more flexibly, that's a +. However, it does it in an unnecessarily complex way: useflags. Without configuration portage is brain dead (installing xfree as a dependency of mc?). However, to configure it properly, you have to know the interdependencies of 300+ useflags. I think a much better approach is the original ports, where you have to remember one thing: if you don't want to accept the defaults (which are more sane than with portage), you can check the makefile for additional options. Not only that, but before a port is built, you can choose additional dependencies from a menu. Your choice will be saved, and next time you upgrade, it will be remembered (ie. no user interaction is needed) See this for example [unideb.hu].
What I don't really understand is why they didn't clone the damn thing (I mean ports) instead of inventing their hodge-podge of a ports system. They would have the best of both worlds (source based and debians apt). I mean the package management of freebsd doesn't care about the origin of the package. In fact, you can create binary packages from an installed port with one simple command: pkg_create -b pkgname. And that's not a simple binary - it has all the functionality of a .deb package: it knows of the dependencies, and if you move it to another machine, it would fetch its dependencies from either the place you specify or from the net. pkg_add -r mplayer has exactly the same functionality that apt-get install mplayer has. Same thing with deinstallation.
The linux distribution of my dreams would be slackware with ports (the original one, without modification)! I would love that!
Re:I Dub Thee, "Sir Troll" (Score:5, Interesting)
Re:I Dub Thee, "Sir Troll" (Score:3, Informative)
Ditto for any number of different flags: arts, dvd+rw, theora, qt, kde, cups, whatever...
The end result
Re:I Dub Thee, "Sir Troll" (Score:3, Interesting)
Re:I Dub Thee, "Sir Troll" (Score:4, Insightful)
Despite the amusement value, I am mildly annoyed at a little hypocrisy in that site. Gentoo users are being portrayed as closed minded, elitist gits by them. The site seems to suggest that gentoo users have a strong belief that they are far superior to others because of the distribution that they use. This is sadly often true in many Gentoo users I have met, however this is not universal. Some gentoo users do not believe their distro is the silver bullet, a sign of manhood or even a badge of honour. A surprising number of Gentoo users, myself included, simply use it because we find it to be a pleasant and productive experience, yet we seem to be hit with this image of the proud and ignorant 13 year old who doesn't really know why he is using gentoo other than it is 1337 time and time again as the "gentoo user". According to netcraft, Funroll-loops runs Debian and I'm not judging them for that; in fact I run a debian based server down the hall in the lounge room and I am very satisfied with it. Despite this, I feel like I am being judged for my choice of software by that website, they are smearing me by implication and they have the gall to call my demographic the elitist one?
Re:I Dub Thee, "Sir Troll" (Score:3, Informative)
Re:I Dub Thee, "Sir Troll" (Score:3, Informative)
Re:I Dub Thee, "Sir Troll" (Score:3, Interesting)
If you want to give FreeBSD a spin, wait a few days for 5.4-RELEASE. As to pf, I have written this [bsdforums.org] a few months ago - a quicky about how to set up pf. If you don't need anything complex (like applying different queue algorythms for traffic shaping from different hosts behind the firewall) you just kldload pf, enable
Notorious for its speed?!? (Score:4, Insightful)
Re:Notorious for its speed?!? (Score:3, Funny)
Re:Notorious for its speed?!? (Score:2, Insightful)
Of late, whenever I do an "emerge -u system", I have to spend days firefighting the inevitable borkage.
That's, of course, assuming that the emerge completes at all. Invariably, ebuilds are not properly tested, and will fail halfway through leaving my machine in an even more spacked-up state than to begin with.
And then it takes eight bloody hours to install a new version of Firefox. Urgh.
I admit it, I was wrong. I w
Re:Notorious for its speed?!? (Score:5, Insightful)
That's, of course, assuming that the emerge completes at all. Invariably, ebuilds are not properly tested, and will fail halfway through leaving my machine in an even more spacked-up state than to begin with.
The only time this has ever happened to me on four Gentoo machines was when I did
ACCEPT_KEYWORDS="~x86" emerge -u foo
which is a Bad Thing to Do.
And then it takes eight bloody hours to install a new version of Firefox. Urgh.
emerge mozilla-firefox-bin is pretty quick.
I admit it, I was wrong. I was attracted to Gentoo because I thought it would make me l33t and cool.
That's not in the documentation; you've got to work that out on your own.
Re:Notorious for its speed?!? (Score:3, Insightful)
Try emerge -uD system.
Re:Notorious for its speed?!? (Score:2)
You can take any distro and compile whatever you want and turn it into something "notorious for its speed" by compiling things for your system.
People get attatched to binaries because it's quick and simple (not always clean though) so later what they do is compare apples to oranges where one installs something using rpm's and the other compiling from source when you can in fact compile from
Re:Notorious for its speed?!? (Score:3, Informative)
You can take any distro and compile whatever you want and turn it into something "notorious for its speed" by compiling things for your system.
No, you cannot. First of all, almost all modern distributions are pretty well optimized for the target hardware. The CMOV instruction (which separates i686 binaries from i586) doesn't give you a huge speed boost, but you can optimize your instructions for i686 whilst still keeping the binaries i386 compatible. If you really want to see a speedup, try turning of
Re:Notorious for its speed?!? (Score:2, Interesting)
I've used gentoo for about 2 years and you are the exact reason why people don't like gentoo. Its an elitist atitude that seems to spread like the FUD of custom flags. I thing gentoo is the greatest distribution for real reasons. It has a fantastic knowledgable userbase (which may be a product of its difficulty factor), it makes administration relatively easy (etc-update
Boring correction... (Score:3, Insightful)
Also I would only recommend the graphical installer for people who have used gentoo before, because there's nothing like doing a stage 1 install to get you acquainted with your system and linux in general.
Re:Boring correction... (Score:5, Insightful)
This is something that really pisses me off. As a Gentoo developer and user, I can't stand seeing these fanboys spouting this utter crap.
Watching GCC output scroll by will not teach you a damn thing about Linux. Doing a stage1 installation teaches you exactly two things:
Nothing else.
Anyone who tells you otherwise is completely full of crap. Also, there is no difference in a system compiled from stage1, and a system built using a stage3 tarball and GRP, then customized and recompiled. The only difference is that I can get a system up and running in an hour or so (only because of the kernel compile) and then I can use my system while I recompile with my specified USE flags, while the "stage1 is so 1337" asshats are still staring at a console of scrolling text.
While I definitely think that the Gentoo community is one of its greatest assets, I also firmly believe that these vocal minority of fanboys are one of its greatest liabilities.
Re:Boring correction... (Score:5, Informative)
Installing Gentoo can teach you about partitions [gentoo.org], some system services [gentoo.org], and bootloaders [gentoo.org], among other things. People say "but you're just copying commands verbatim!", but the text actually does give you useful information. For example: Watching GCC output scroll by won't teach you a damn thing, but reading the installation guide will.
But what about the 1337 Gentoo users? (Score:2, Insightful)
Feh @ GUI
Re:But what about the 1337 Gentoo users? (Score:3, Insightful)
Re:But what about the 1337 Gentoo users? (Score:4, Insightful)
Don't you see...that the best part. Gentoo users will no longer think they are special because they can follow directions and stand a large amount of pain to put together an OS. Now Gentoo can stand on its real merits.
Is that a *good* thing? (Score:5, Funny)
Hmmm -- from the POV of a college-aged daugher, I'm not sure that this would be a Good Thing.
As it is, when DD tells guys that she runs Linux, they're impressed. When she tells them that she runs Gentoo, they're in awe. When she tells them that she did a Stage One install, those who aren't running away in terror fall on their faces and worship her.
As a father, I like it that way: most of them running away in terror, the rest face-down on the ground. I sleep better.
Re:Is that a *good* thing? (Score:5, Funny)
Are you sure that has anything to do with Gentoo?
:-)
-Aaron
Re:But what about the 1337 Gentoo users? (Score:2, Funny)
Yes, they can. Believe me. It depends on "uglyness", and I do not mean it only from the physiological point of view .
CC.
"Elite" Gentoo users!? (Score:3, Insightful)
The first sentence was arrogant. While it does give me a certain amount a pride to be able to do something most people can't, I don't flaunt it, simply because there are a billion other things people can do better than me (like stay in shape).
The second sentence is insightful. I've gone through several Gentoo installs; it has taken me 4 tries to get a good Gentoo install on my server (i.e., when I reboot the system doesn't
Re:But what about the 1337 Gentoo users? (Score:2)
My 11yo son installed Gentoo on his computer. It is not difficult at all.
So (Score:5, Funny)
Configuration--not Compilation--is the problem. (Score:5, Insightful)
For example, where in the documentation does it mention starting /etc/init.d/famd at boot? (This will improve KDE's file monitoring responsiveness.) Does a user know to chmod his RTC? How to umask a vfat partition so that users can access it? How to setup multiple sound cards? How to set up your application sound server settings? How to enable the kernel laptop mode? How to setup power management runlevels? Which kernel modules need to be added to modules.autoload? How to make fonts appear cleanly and consistently?
A second major problem with Gentoo is the uncontrolled proliferation of USE flags. The vast majority of flags are for individual packages. A new user would be likely to completely miss the importance of configuring many of the higher level use flags.
Unfortunately Gentoo is plagued by naive users who believe that--just because they have a Gentoo system that boots--they are somehow empowered. The largest reason they feel that way is because their system is 'optimized' for their hardware. The truth is an ignorant user's CFLAGS are more likely to hinder his system's performance.
Gentoo is an incredible distribution; however, it has a long way to go in terms of usability. While I am excited at the prospect of a graphical installer, I hope that these larger issues can also be addressed. These issues are what make Linux difficult, and fun.
Re:Configuration--not Compilation--is the problem. (Score:3)
USE flags and CFLAGS, again, are tuning and optimization. If you don't screw them up, you won't have an unusable system.
Since you have constructive concerns, why not join the Gentoo project and make a d
Re:Configuration--not Compilation--is the problem. (Score:3)
Gentoo's forums are some of the most useful that I've ever seen for solving Linux related problems, regardless of distribution. They make a fantastic resource for troubleshooting. I've taken to checking them first for issues that come up for my Debian laptop. The answers that I find in the Gentoo forums are
is it just me, or... (Score:2, Interesting)
And yes, I am a gentoo user.
Yawn (Score:5, Interesting)
It's just a matter of "follow the directions" and you get a working system. Anyone who can't install Gentoo must be afraid to RTFM.
Re:Yawn (Score:2)
Re:Yawn (Score:4, Funny)
So how's she doing now anyway? I haven't seen her since we were at school together. Michelle, her name is right?
Re:Yawn (Score:2)
17 years old... a couple years ago... 17+x >= 18 for x >= 1...
So, by my math, she's legal now, right? Hook a fella up!
Re:Yawn (Score:2)
Yeah, she's legal. She's also 178 cm tall, buff, and about 70 kg of high-molar attitude. You wouldn't survive long enough to make a useful Terrifying Example.
Re:Yawn (Score:4, Funny)
TFM wrong - not surprised (Score:2)
The consistent weak point in any Linux distro I have ever tried is the lack of accurate user information that doesn't presuppose in-depth knowledge of the OS.
Re:Yawn (Score:4, Interesting)
The average western youngster has a whole lot of ideas in their head about jumping around and firing from the hip which have to be de-programmed before they can be taught anything usefull.
I found when changing from windows to linux that my previous knowledge often held me back.
Could it be that an experienced linux user would struggle with a different system where a naif would take the docs as read and breeze through unaware of the pitfalls on either side?
mirror and a comment (Score:5, Informative)
Won't Gentoo lose all of it's coolness factor if anybody who can click a mouse can install it?
Re:mirror and a comment (Score:2)
(This is not a troll. I have a Gentoo box.)
Re:mirror and a comment (Score:2)
Vidalinux 1.1 (Score:2, Informative)
I wonder how this graphical installer for Gentoo will compare.
All trolls! (Score:3, Interesting)
I'm not sure where this graphical UI is going to go, it's definitely an interesting development. As the above trollposts point out, gentoo users might be worried that this will let other, "newbier" people use their distro.
Re: (Score:2)
Emerge ... (Score:2)
In rememberance of DWIM [catb.org], which never made it.
CC.
Slow install warning (Score:2, Interesting)
Graphics are nice (I'm all for it) but at least the Gentoo handbook warns you and says..."Go get something to eat because this might take a while." Personally, I don't think new users are going to necessarily use Gentoo if the install time is measured in hours and days rather than minutes.
And before people start posting your install times, I'm talking about going from stage 1 to a working, X.org, KDE/GNOME/whatever d
GUI installer should use the GRP. (Score:2)
They (and the GUI) would be better off only installing the GRP packages, then... "Power users" can upgrade as they see fit...
Re:GUI installer should use the GRP. (Score:2)
It's notorious for its speed (Score:5, Interesting)
Re:It's notorious for its speed (Score:3, Insightful)
You probably mean whos optimizations. Gentoo doesn't offer , or better suggest, any specific cflags out of the box for stage 1 installs. It's up to the user.Stage 2 and stage 3 installs come with very safe cflags for gcc, such as "-O2 -pipe", but with a "-march=foo_processor" that's hardly over aggressive.
So what you're referring to is probably the age old debate on whether, say, precompiled binaries offered by the other distros are slower than ad-hoc binaries compiled by the porta
Please mod parent down, as it is inaccurate. (Score:4, Informative)
In some benchmarks (such as the one povray uses), gentoo systems are often near the top. In this respect, it isn't unearned. But this doesn't mean every app on the system has been made measurably quicker & that some ricers aren't using ridiculous CFLAGS which do more harm than good. If anyone can find this article, please post a link.
While I've certainly seen poor benchmarks from some systems, the default CFLAGS are '-O2 -pipe'. This is typical of other distributions & is NOT "overagressive."
Users can certainly choose their own CFLAGS, which can lead to better or worse performance than the default CFLAGS. This kind of makes benchmarking a joke: The particular combination used in a particular article will not be representative of all gentoo installations.
A step in the right direction, but... (Score:3, Insightful)
Still, it's a good thing. Even people who have been doing Linux-related stuff for a while can miss or screw up some steps in Gentoo installation. Anything that can simplify the process should be welcomed.
Re:A step in the right direction, but... (Score:2)
What makes you think that someone that can't use Portage on the command line could work out how to turn their computer on in the first place? There are few utilities as easy to use, graphical or command-line, as Portage.
TWW
Re:A step in the right direction, but... (Score:2)
Microsoft and Apple have proven that you can have a good system without ever looking at a c
I learned very important things from Gentoo (Score:3, Informative)
1. My time is better spent doing things other than compiling basic system utilities.
2. My optimized Gentoo system does not run faster enough to make up for the time lost building it from source.
3. Turns out there was nothing to learn from installing Gentoo from stage 1. I already knew what goes into a system at the most basic level, but I got this from 10+ years of Unix/Linux experience, before I ever saw Gentoo.
Going to try MEPIS now. 'Sposed to be easy and painless.
Re:I learned very important things from Gentoo (Score:3, Insightful)
Then do those other things. Typing in the commands to compile those "basic system utilities" takes few minutes at most. After that, it starts compiling and you can do whatever you want to do. You are in no shape or form required to sit on front of the computer while it compiles.
Usually when I have done Gentoo-installations, I have done it so that I start first major compile (bootstrap) in the evening. That way it can co
Very professional descriptions... (Score:2)
Apparently, if you have any anti-Semitic firewalls, Gentoo is the distro for you!
So it's graphical, big deal... (Score:2)
Re:So it's graphical, big deal... (Score:2, Informative)
Re:So it's graphical, big deal... (Score:2)
Very nice, but I recommend Gentoo even without it. (Score:2)
Moving to Gentoo was quite the learning process - virtually everything is done by hand, though the documentation is very good at guiding you through it.
You'll definitely learn more getting a Gentoo system up than you will ru
gentoo - a bit overhyped? (Score:4, Insightful)
Because of a lack of understanding (Score:4, Funny)
slashdotted already! (Score:2)
Makes no sense (Score:2, Interesting)
Re:Makes no sense (Score:4, Informative)
Took a while to build, but what do I care.
Talking of things graphical (Score:5, Insightful)
This is great news (Score:5, Interesting)
Why I use it (Score:2)
I use Gentoo. (Score:2)
I've stuck with it and have reinstalled a few times, each time learning something new (usually by borking it beyond my ability to repair). It's a secondary system (mostly a server now) so every so often I "emerge world" and continue with whatever else
Thats Not The Point! (Score:3, Interesting)
I've used linux for about 10 years, but only heavily for the last 4. Why? I enjoy using linux because I enjoy the programming environment. It was hell getting to the point I'm at now though...
Slackware was fine, for awhile. Then they decided to move further and further from each individual projects standard source packages (kde, xfree, kernel) and I was having problems with getting the early nvidia driver to work with several of their kernels.
Portage solves the problem. If a program won't build with the particular version of gcc, or xfree, or whatever library you're using, the ebuild for it will depend on a specific version of the compilation environment and each library.
Everyone who talks about optimization (there are gains, but they are small) is missing the point. The point is that I am taking largely unchanged cvs copies of each project's source when I compile. As a developer, I worry about being up to date- so I build a new version of SDL in the backround while I browse the web, or go on coding. No fuss, no muss, and no worries like Debian has with Ubuntu- incompatible binary issues.
For God's sake, lets leave the incompatible binaries issue to other operating system families. Just build the source from it's source.
Distro leaders take note. *ix users are tired of incompatible binaries.
What about kernel config? (Score:3, Interesting)
I had waaaay too much fun early on figuring out I hadn't complied some specific drivers for controllers or some such and wondering why my harddisk and CDROM were so slow. Please, please, pretty please have it recommend what to compile into a kernel.
Of course, maybe I should just use the general purpose kernel and stop worrying about it. Hmm... naah!
Already there (Score:3, Informative)
My thoughts, having installed Gentoo (Score:5, Informative)
That's why I use debian. Debian makes the
Config tools, please.
Other than that, I was able to get the hang of Gentoo.
cfg-update (Score:3, Informative)
Security (Score:3, Interesting)
Re:Not compiling (Score:2)
Re:DAMNIT (Score:2)
No good power user is going to abandon Gentoo because it's become easier. But if you really think Gentoo isn't l33t enough for you anymore, perhaps you can switch to FreeBSD.
Re:Gaytoo (Score:2)