LWN: Comments on "Gentoo Linux 2006.1 released" https://lwn.net/Articles/197587/ This is a special feed containing comments posted to the individual LWN article titled "Gentoo Linux 2006.1 released". en-us Fri, 03 Oct 2025 23:50:08 +0000 Fri, 03 Oct 2025 23:50:08 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Wow, some misinformation never dies. https://lwn.net/Articles/198116/ https://lwn.net/Articles/198116/ nix The `more conservative' recommendation is both faster and smaller on <br> register-poor platforms like x86, and to some extent on x86_64 as well.<br> Sun, 03 Sep 2006 14:40:22 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197847/ https://lwn.net/Articles/197847/ sholdowa Err, no you're pretty much completely wrong there. I see what you're saying, and build my internet facing servers from source for exactly that reason. <br> <p> My point was that the OP made a sweeping statement that IMHO was almost totally untrue. A package management system is a package management system, is a package management system and the only thing that really makes gentoo's different is the ability/expectation to build from scratch. They're all as good as the data contained within them, and because that's put there by people, they all make mistakes at some time or other.<br> <p> To address your point, debian allows me to optionally install the following modules for apache 2.0. I could have just as easily used php for an example.<br> <p> libapache2-mod-annodex - Provides server-side support for Annodex media<br> libapache2-mod-apreq2 - generic Apache request library - Apache module<br> libapache2-mod-auth-kerb - apache2 module for Kerberos authentication<br> libapache2-mod-auth-mysql - Apache 2 module for MySQL authentication<br> libapache2-mod-auth-pam - module for Apache2 which authenticate using PAM<br> libapache2-mod-auth-pgsql - Module for Apache2 which provides pgsql authentication<br> libapache2-mod-auth-plain - Module for Apache2 which provides plaintext authentication<br> libapache2-mod-auth-sys-group - Module for Apache2 which checks user against system group<br> libapache2-mod-bt - BitTorrent tracker for the Apache2 web server<br> libapache2-mod-bt-dev - Header files for mod_bt<br> libapache2-mod-cband - An Apache 2 module for bandwidth limiting the webserver<br> libapache2-mod-chroot - run Apache in a secure chroot environment<br> libapache2-mod-dnssd - Apache 2 module which adds Zeroconf support via avahi<br> libapache2-mod-encoding - Apache2 module for non-ascii filename interoperability<br> libapache2-mod-fcgid - an alternative module compat with mod_fastcgi<br> libapache2-mod-geoip - GeoIP support for apache2<br> libapache2-mod-ifier - Filter and reject incoming client requests<br> libapache2-mod-jk - Apache 2 connector for the Tomcat Java servlet engine<br> libapache2-mod-layout - Apache2 web page content wrapper<br> libapache2-mod-ldap-userdir - Apache2 module that provides UserDir lookups via LDAP<br> libapache2-mod-macro - Create macros inside apache2 config files<br> libapache2-mod-mime-xattr - Apache2 module to get MIME info from filesystem extended attributes<br> libapache2-mod-musicindex - Browse, stream, download and search through MP3/Ogg/FLAC files<br> libapache2-mod-ngobjweb - Apache2 module for the SOPE application server<br> libapache2-mod-perl2 - Integration of perl with the Apache2 web server<br> libapache2-mod-perl2-dev - Integration of perl with the Apache2 web server - development files<br> libapache2-mod-perl2-doc - Integration of perl with the Apache2 web server - documentation<br> libapache2-mod-php4 - server-side, HTML-embedded scripting language (apache 2.0 module)<br> libapache2-mod-php5 - server-side, HTML-embedded scripting language (apache 2.0 module)<br> libapache2-mod-proxy-html - Apache2 filter module for HTML links rewriting<br> libapache2-mod-python - An Apache module that embeds Python within the server<br> libapache2-mod-python-doc - An Apache module that embeds Python within the server<br> libapache2-mod-python2.2 - An Apache 2 module that embeds Python 2.2 within the server<br> libapache2-mod-python2.3 - An Apache 2 module that embeds Python 2.3 within the server<br> libapache2-mod-removeip - Module to remove IP from apache2's logs<br> libapache2-mod-rpaf - module for Apache2 which takes the last IP from the 'X-Forwarded-For' header<br> libapache2-mod-ruby - Embedding Ruby in the Apache2 web server<br> libapache2-mod-scgi - Apache module implementing the SCGI protocol.<br> libapache2-mod-speedycgi - apache2 module to speed up perl scripts by making them persistent<br> libapache2-mod-suphp - Apache2 module to run php scripts with the owner permissions<br> libapache2-mod-vhost-hash-alias - Fast and efficient way to manage virtual hosting<br> libapache2-mod-vhost-ldap - Apache 2 module for Virtual Hosting from LDAP<br> libapache2-mod-xmlrpc2 - XMLRPC Server module for Apache2 web server<br> libapache2-modbt-perl - Perl bindings for mod_bt<br> libapache2-modxslt - XSLT processing module for Apache 2.0.x based on libxml2<br> <p> Thu, 31 Aug 2006 21:13:06 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197764/ https://lwn.net/Articles/197764/ g2boojum <font class="QuotedText">&gt;&gt; That whole "Gentoo = ricer" thing is a load,</font><br> <p> <font class="QuotedText">&gt; No, it's historically what Gentoo was. It used to have options like </font><br> <font class="QuotedText">&gt; -funroll-all-loops which nobody would recommend, and -O4 which doesn't even</font><br> <font class="QuotedText">&gt; exist with gcc. </font><br> <p> I could be wrong, but that doesn't agree with my recollection, and I've been using Gentoo since the 1.0_pre?? days. I remember using -O3 -pipe as the recommended default back then, and now we recommend -O2 -pipe. Yes, the current recommendation is more conservative, but not really by all that much. (It is also worth remembering that back then many distros compiled their software for i386 by default, so optimizing w/ march=i686 actually did make a noticeable difference.)<br> Thu, 31 Aug 2006 17:12:22 +0000 Minimalist builds untested https://lwn.net/Articles/197714/ https://lwn.net/Articles/197714/ cventers Perhaps, but one thing I find interesting about building your system from <br> source (and then prelinking your magic blend) is that it would presumably <br> make things much more difficult for someone that wanted to inject <br> shellcode through an overflow vulnerability. If you want to target a <br> bunch of Linux systems, you can go after a distribution like Red Hat <br> where everyone is running exactly the same binaries. <br> <p> In a world like Gentoo, though, they're running the same software, but <br> all with different combinations of features and load addresses. How do <br> write shellcode to jump to a different function in the app if everyone's <br> compiler has put the function at a different address or GOT offset, for <br> reasons of different compiler versions, USE flags, etc?<br> <p> That doesn't alleviate the problem the way some other solutions (like <br> PaX) do, but I don't think that property could hurt at all -- certainly <br> not if our systems were facing a threat from a worm, for example.<br> Thu, 31 Aug 2006 15:01:07 +0000 Some information https://lwn.net/Articles/197713/ https://lwn.net/Articles/197713/ cventers I'm still a Gentoo user.<br> <p> I used to buy into this 'Gentoo Ricer' bs as well, reading sites like <br> 'funroll-loops' that made fun of the segment of naive Gentoo users that <br> like to add to their CFLAGS every parameter they can find in the gcc <br> manpage.<br> <p> I eventually decided to try Gentoo on the desktop when I started a new <br> job. I was _so_ impressed with Portage that I immediately got rid of <br> Slackware at home. I've been a happy Gentoo user ever since.<br> Thu, 31 Aug 2006 14:53:35 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197697/ https://lwn.net/Articles/197697/ rsidd <P><I>That whole "Gentoo = ricer" thing is a load,</I></P> <P>No, it's historically what Gentoo was. It used to have options like -funroll-all-loops which nobody would recommend, and -O4 which doesn't even exist with gcc. </P><P> The flexibility with USE flags is newer, and yes, it's neat. The thing is, if I'm on a reasonably modern machine, omitting build dependencies Gentoo-style doesn't really help that much (eg, I don't use gnome but I don't really care if firefox is built with gnome support). I may save 2% of the used disk space. While if I'm on an older, slower machine, compiling everything on it gets pretty tiresome. That, and when I used it last (some years ago) I managed to hose it twice while updating (it updated libc to an incompatible version breaking most of the system in the process). So I don't have much use for Gentoo, but obviously some people do. Thu, 31 Aug 2006 12:47:45 +0000 Hurrah Gentoo Linux 2006.1 released https://lwn.net/Articles/197694/ https://lwn.net/Articles/197694/ job I just wanted to add to the comments you've already got on the subject: <br> In short, adding support for, say Kerberos, is done by setting a flag and <br> rebuilding all packages that support it where a project such as Debian <br> has to offer the same package in a kerberized variant. Supporting many <br> variants on a packages quickly becomes coplex for binary based distro, <br> while with a source based one you can choose an arbitrary combination.<br> Thu, 31 Aug 2006 12:36:32 +0000 Hurrah Gentoo Linux 2006.1 released https://lwn.net/Articles/197685/ https://lwn.net/Articles/197685/ edomaur I have to answer this...<br> <p> Okay : one year ago, my then employer bought a new dev server, based upon some too new hardware for the RedHat and friends distros. After spending a day trying to get the drivers and the system to work, I switched to Gentoo. Something like 15 minutes to set up, then letting the system build itself during the night. After that, it just worked, without any problems because of the too new hardware.<br> Thu, 31 Aug 2006 11:56:22 +0000 Minimalist builds untested https://lwn.net/Articles/197671/ https://lwn.net/Articles/197671/ jimmybgood This is certainly possible, but seems unlikely unless one chooses to build without security features like selinux or privilege seperation. Do you have any examples? Has there been an abiword built the Debian way with four spell checkers and enchant that doesn't have a vulnerability that abiword built with just one spell checker *does* have? Has there been a cairo built with directfb, svga, ggi and aalib support that is more secure than a cairo built only with X support?<br> <p> By the same token, upgrading in response to a security fix has been known to leave you more vulnerable than before the security fix. But common sense and experience dictate that you will more likely be safe than sorry for upgrading in such a situation.<br> <p> While I can't be sure that subtle bugs won't be introduced by building with a reduced feature set, I think, with Linux anyway, the less software I have, the safer I am. With OpenBSD, though, I might agree with you. The consideration being the experience and dedication to security of the coder and the rigor with which the code is tested and audited before being released.<br> Thu, 31 Aug 2006 10:46:05 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197653/ https://lwn.net/Articles/197653/ flewellyn <p>Yes, but it's not a very good one.</P> <p>See, you're missing that many of these packages (especially complex ones like PHP or Apache) have compile-time options that determine what features are built in.</p> <p>If you only use precompiled packages, you can't choose those. This should be readily apparent.</p> Thu, 31 Aug 2006 07:01:08 +0000 Some information https://lwn.net/Articles/197650/ https://lwn.net/Articles/197650/ man_ls In short: with Gentoo you get to <i>choose</i> the dependencies you want. You don't want a dependency with GNOME, fine: you can remove it. You cannot do that with apt. emerge then figures out the remaining dependencies for you. <p> Gentoo makes for a very nice desktop; try it one time instead of blindly bashing the fine work of many people. It was not lost time: I learned a lot. In the end I got tired of synchronizing with the repos and recompiling: yes, it's tiring, I felt like a distro maintainer (which in a sense I was). But then I had been spoilt by apt and rpm... Thu, 31 Aug 2006 06:52:34 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197633/ https://lwn.net/Articles/197633/ sholdowa No. Portage is *currently* at least as good as / better than rpm or dpkg in this respect at the moment. They all stuff up on a regular basis ( yes, even SuSE (: ), it's just not currently gentoo's turn. <br> <p> ( Although I've been hearing comments to the contrary, and complaints about the amount of diskspace required lately - but that's probably just a knock-on effect of 2006.0 getting a bit long in the tooth )<br> Thu, 31 Aug 2006 04:01:27 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197631/ https://lwn.net/Articles/197631/ sholdowa To quote "It's not about compiler optimization, it's about being able to choose the optimal feature set for your needs."<br> <p> Now, reread *your* post in the light of that statement, which was the one that *I* was responding to. In which way does gentoo's emerge system differ to yum or apt when choosing feature sets?<br> <p> See my point now?<br> Thu, 31 Aug 2006 03:57:05 +0000 Minimalist builds untested https://lwn.net/Articles/197630/ https://lwn.net/Articles/197630/ xoddam <font class="QuotedText">&gt; This translates into better security.</font><br> <p> There are two potential schools of thought on this. One is, "deleted code is debugged code". For sure, vulnerabilities which are specific to the subsystems you're not including will not exist in your minimalist build.<br> <p> But another point is that what you're running is rather different from anything that has had serious production testing by the upstream project or distributors' QA people. It's a product release uniquely made for and by you, and although you might *generally* be able to trust that upstream will ensure that builds with options switched off do basically work, no-one but you can promise that your exact combination is solid and security-hole free. Can you ever be sure that omitting a major component which everyone else uses won't introduce subtle bugs?<br> Thu, 31 Aug 2006 03:47:26 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197623/ https://lwn.net/Articles/197623/ corey_s <font class="QuotedText">&gt; I see, so Gentoo is just the same as all other distros that use yum/rpm, </font><br> or apt/dpkg, etc then?<br> <p> Apparently you _don't_ see. When learning about a subject which you have <br> no actual/practical experience with ( gentoo ), it helps to ask real, <br> honest questions rather than make assertive assumptions under a false <br> pretense of actual curiosity.<br> <p> With a binary package management system, such as "yum/rpm or apt/dpkg" - <br> you get whatever fat-ass binary was built for you by the distribution's <br> maintainer(s), i.e. generally everything and the kitchen sink. This adds <br> layers and layers of extra software you don't actually want or need due to <br> the depencies that were built into the package in question, such as <br> including perl, python, _and_ ruby support into vim, when you only ever <br> use ruby - or such as building X with every single extra/unnecessary <br> driver, utility, service, support, etc, etc, that you don't need... etc., <br> etc. ad infinitum.<br> <p> With a source-based package management system such as gentoo's portage, <br> you can explicitly configure what you _want_ and what you dont want <br> built/included/extended into your packages and into your system.<br> <p> Never use gtk or gnome, prefer qt and kde, and only ever script in perl? <br> Then add:<br> <p> USE="-gtk -gnome qt kde perl"<br> <p> into your portage 'make.conf' config, and _every_ package you ever install <br> will abide by those rules.... meaning that when installing, say, firefox - <br> using the above portage configuration ( "USE flags" ), then I'll get a <br> firefox installed on my system that doesn't also require gnome and gtk <br> libraries/software:<br> <p> scanner ~ # emerge -s firefox<br> Searching...<br> [ Results for search key : firefox ]<br> [ Applications found : 2 ]<br> <p> * www-client/mozilla-firefox<br> Latest version available: 1.5.0.5<br> Latest version installed: [ Not Installed ]<br> Size of files: 39,211 kB<br> Homepage: <a href="http://www.mozilla.org/projects/firefox/">http://www.mozilla.org/projects/firefox/</a><br> Description: Firefox Web Browser<br> License: MPL-1.1 NPL-1.1<br> <p> * www-client/mozilla-firefox-bin<br> Latest version available: 1.5.0.5<br> Latest version installed: 1.5.0.5<br> Size of files: 12,759 kB<br> Homepage: <a href="http://www.mozilla.org/projects/firefox">http://www.mozilla.org/projects/firefox</a><br> Description: Firefox Web Browser<br> License: MPL-1.1 NPL-1.1<br> <p> <p> scanner ~ # emerge -pv mozilla-firefox<br> <p> These are the packages that would be merged, in order:<br> <p> Calculating dependencies... done!<br> [ebuild N ] dev-libs/libIDL-0.8.6 USE="-debug -static" 342 kB<br> [ebuild N ] dev-libs/nspr-4.6.1-r2 USE="ipv6" 1,301 kB<br> [ebuild N ] app-arch/zip-2.31 USE="crypt" 783 kB<br> [ebuild N ] dev-libs/nss-3.11-r1 4,885 kB<br> [ebuild N ] www-client/mozilla-firefox-1.5.0.5 <br> USE="ipv6 -debug -gnome -java -mozdevelop -xinerama -xprint" <br> <p> <p> ... notice the '-gnome' and '-java', etc for <br> the 'www-client/mozilla-firefox' entry?<br> <p> That means the firefox on this particular system wont build with those <br> extra dependencies.<br> <p> But what happens if I 'emerge' using different USE flags? Let's see:<br> <p> scanner ~ # USE="gnome java -ipv6" emerge -pv mozilla-firefox<br> <p> These are the packages that would be merged, in order:<br> <p> Calculating dependencies... done!<br> [ebuild N ] dev-libs/libIDL-0.8.6 USE="-debug -static" 342 kB<br> [ebuild N ] dev-libs/nspr-4.6.1-r2 USE="-ipv6" 1,301 kB<br> [ebuild N ] app-arch/zip-2.31 USE="crypt" 783 kB<br> [ebuild N ] dev-libs/nss-3.11-r1 4,885 kB<br> [ebuild N ] gnome-base/orbit-2.14.0 USE="ssl -debug -doc -static" 687 <br> kB<br> [ebuild N ] gnome-base/gconf-2.14.0 USE="-debug -doc" 1,851 kB<br> [ebuild N ] gnome-base/gnome-mime-data-2.4.2 USE="-debug" 829 kB<br> [ebuild N ] gnome-base/libbonobo-2.14.0 USE="-debug -doc" 1,354 kB<br> [ebuild N ] gnome-base/gnome-vfs-2.14.2 USE="hal <br> ssl -avahi -debug -doc -gnutls -ipv6 -samba" 1,773 kB<br> [ebuild N ] gnome-base/libgnome-2.14.1 USE="esd -debug -doc -static" <br> 971 kB<br> [ebuild N ] gnome-base/libglade-2.5.1 USE="-debug -doc" 310 kB<br> [ebuild N ] gnome-base/libgnomecanvas-2.14.0 <br> USE="-X -debug -doc -static" 597 kB<br> [ebuild N ] gnome-base/gnome-keyring-0.4.9 USE="-debug" 386 kB<br> [ebuild N ] gnome-base/libbonoboui-2.14.0 USE="-X -debug -doc" 872 kB<br> [ebuild N ] gnome-base/libgnomeui-2.14.1 USE="jpeg -debug -doc" 1,847 <br> kB<br> [ebuild N ] www-client/mozilla-firefox-1.5.0.5 USE="gnome <br> java -debug -ipv6 -mozdevelop -xinerama -xprint"<br> [ebuild N ] x11-themes/hicolor-icon-theme-0.8 30 kB<br> [ebuild N ] dev-perl/XML-NamespaceSupport-1.09 7 kB<br> [ebuild N ] dev-perl/XML-SAX-0.14-r1 57 kB<br> [ebuild N ] virtual/perl-Storable-2.15 0 kB<br> [ebuild N ] dev-perl/XML-Simple-2.14 64 kB<br> [ebuild N ] x11-misc/icon-naming-utils-0.7.0 59 kB<br> [ebuild N ] x11-themes/gnome-icon-theme-2.14.2 USE="-debug" 2,878 kB<br> <p> <p> Whoah... completely different result. LOTS AND LOTS of CRAP that my <br> WORKSTATION or SERVER DOESN'T NEED. That's exactly the sort of massive <br> extra overhead and cruft you'll get in a binary-based package management <br> system... among other undesirable artifacts.<br> <p> This translates into better security.<br> <p> This translates into more simple maintenance.<br> <p> This translates into better performance.<br> <p> <p> If security, reliability and performance aren't something you much care <br> for or require in your own use of a linux-based operating system, then <br> that's cool, bro. To each his own, and all that.<br> <p> <p> <p> Thu, 31 Aug 2006 01:50:55 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197621/ https://lwn.net/Articles/197621/ flewellyn <p>If you use a binary package from Debian, you get the compile-time options that the maker of the package selected.</p> <p>If you use Gentoo, you get the compile-time options that YOU selected.</p> <p>The benefits here should be readily apparent.</p> <p>Another thing to note is that Portage is a lot better at figuring out dependency information than APT. I have used both extensively, and Portage wins hands down at handling thorny dependency issues, where APT would simply scream and die. And don't even get me started on RPM/yum, that's just a horrid mess.</p> <p>Also of note: if you have the ability to rebuild any necessary package (or its dependencies) at need, API or ABI changes are much less problematic. My Gentoo box handled the change from gcc-3.3 to 4.0 without problems, all C++ applications were rebuilt and just worked.</p> Thu, 31 Aug 2006 01:18:15 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197620/ https://lwn.net/Articles/197620/ sholdowa I see, so Gentoo is just the same as all other distros that use yum/rpm, or apt/dpkg, etc then? You can choose the features you want, and they handle all the dependencies too, don't they? <br> <p> So what was the advantage again, if it's *not* optimizing your kernel for your hardware?<br> Thu, 31 Aug 2006 01:08:31 +0000 Gentoo Linux 2006.1 released https://lwn.net/Articles/197609/ https://lwn.net/Articles/197609/ flewellyn Yes, you can use options to Portage that request binary packages, choose from a repository other than the defaults, and so on. It's very configurable. Wed, 30 Aug 2006 22:48:39 +0000 Wow, some misinformation never dies. https://lwn.net/Articles/197607/ https://lwn.net/Articles/197607/ flewellyn That's not what Gentoo people mean when we're talking about "optimizing" the system. It's not about compiler optimization, it's about being able to choose the optimal feature set for your needs. The packages you install have just the options you want built in, with dependencies handled automatically.<br><br> That's the advantage, not compiler optimization flags. That whole "Gentoo = ricer" thing is a load, and people should really do some research before making claims like that. Wed, 30 Aug 2006 22:47:20 +0000 Hurrah Gentoo Linux 2006.1 released https://lwn.net/Articles/197605/ https://lwn.net/Articles/197605/ stuart and best of all the electricity used in compiling all the packages is a small sacrifice for the 1% speed up or more if one considers robust gcc options like -fomit-instructions.<br> <p> Gentoo, an American word meaning "for people who have too much time."<br> <p> Wed, 30 Aug 2006 22:41:18 +0000 Gentoo Linux 2006.1 released https://lwn.net/Articles/197600/ https://lwn.net/Articles/197600/ rvfh And have you got a way to tell the system which packages you prefer pre-built, and if not found revert to local build? Does all that work for upgrades too, or just first install? Still curious.. Wed, 30 Aug 2006 22:38:11 +0000 Gentoo Linux 2006.1 released https://lwn.net/Articles/197595/ https://lwn.net/Articles/197595/ flewellyn Yes, Portage can use pre-built packages. They just don't provide them for most things (a few, like X.org, KDE, and OpenOffice).<br> <p> I know of one admin for a cluster of Gentoo workstations at a university in London who has a central "master builder" system, configured identically to the other machines in the cluster, that every week pulls down and compiles the latest package upgrades from the central Portage tree. The machine uses distcc to distribute the compilation across the other machines in the cluster. Once everything is built, it stores the compiled packages in its repository, and has the other machines in the cluster sync with it and download the binaries to install.<br> <p> This way, all of the machines get upgraded at once, the packages only need to be compiled once, and the compilation goes faster because it's distributed across the cluster.<br> Wed, 30 Aug 2006 21:43:31 +0000 Gentoo Linux 2006.1 released https://lwn.net/Articles/197594/ https://lwn.net/Articles/197594/ johnkarp To avoid the chicken/egg problem you have to bootstrap your system from <br> *something*, so a minimal prebuilt environment is included.<br> <p> Yes, there is support for binary packages, though its generally used for <br> the scenario where you build your own packages centrally, and distribute <br> them to your other computers.<br> Wed, 30 Aug 2006 21:30:30 +0000 Gentoo Linux 2006.1 released https://lwn.net/Articles/197593/ https://lwn.net/Articles/197593/ tony.taylor Yes, you can install straight from pre-built binaries. However, each architecture also has architecture-specific patches, so even if you build from scratch, you want your particular brand.<br> Wed, 30 Aug 2006 21:23:15 +0000 Gentoo Linux 2006.1 released https://lwn.net/Articles/197592/ https://lwn.net/Articles/197592/ rvfh <p><i>The AMD64, HPPA, x86, 32- and 64-bit PowerPC releases are built with and include GCC 4.1 &lt;snip&gt;</i></p> <p>I though Gentoo was about building everything from source? Is it possible to use pre-built packages in Gentoo like in other distributions then? Just curious...</p> Wed, 30 Aug 2006 21:17:36 +0000