Gentoo 2008.0 Released
An anonymous reader notes that the Gentoo 2008.0 final release is available. From the announcement:
"Code-named 'It's got what plants crave,' this release contains numerous new features including an updated installer, improved hardware support, a complete rework of profiles, and a move to Xfce instead of GNOME on the LiveCD. LiveDVDs are not available for x86 or amd64, although they may become available in the future. The 2008.0 release also includes updated versions of many packages already available in your ebuild tree."
How do sourcemage and lunar compare, anyone know?
I've had the impression that Gentoo has been stagnating recently.
Gentoo 2007.0 had a graphical installer too. I tried using it (almost 20 times), and never did get Gentoo installed with it. Then I went to the command line minimal install (stage 3), and got it up and running in the first shot.
I'm starting to think GNU is the problem with "GNU/Linux" these days.
...but I'm still compiling 2004.3.
That's updating, not upgrading. At the very least, you should select a new profile, to get the new default system packages and masks.
To go to 2008.0, this should bring you mostly there:
[make a backup] ._cfgNNNN files using your favourite tool or manually]
emerge --sync
eselect profile default/linux/x86/2008.0 # Adjust to your preferred profile
emerge --emptytree system
emerge --emptytree system
emerge --emptytree world
emerge --update --deep --newuse world
[merge any new
Ayup, you need to rebuild system twice to cover interdependencies, and then world, to get everything to link with the new system libraries.
On a desktop system, you might also want to update the boot splash theme to reflect the new "version", but there isn't any 2008.0 theme out yet, so that might have to wait.
I've looked all over, but I can't find the electrolytes!
Fucking n00bs. Change firefox memory module to remove on the fly memory allocation and compile with -XilYaBGvf option, and link the so with the rest using secondary passive attribution.
One advice to n00bs using Gentoo - RTFM.
A bit tongue-in-cheek, but I'm also serious here - what is the benefit of having thousands of geeks compiling the same code over and over, when you can download 1 binary distribution and be done? If you sum up the manhours of all this compilation, the power consumed by countless hard drives and processors churning away, whats the point? Just so you can have a 64bit Firefox that Flash won't run on? A 686-optimized kernel, connected to the Internet via 768 kbit DSL?
I want to delete my account but Slashdot doesn't allow it.
It is none of your business how I decide to spend my day or what I decide to do with my computer. If I feel like compiling my Linux distro from scratch, I'll do it. Take your environmentalist rants elsewhere.
I've been waiting for this release, but after one of the higher-access Gentoo devs was caught using dev servers to attack a competing distro (and resorting to name-calling afterwards) I'm not sure if I can trust them any more.
The correct procedure is:
# Update local package repository image
emerge --sync
# Select new profile (Adjust to your architecture / preferred sub-profile)
eselect profile default/linux/x86/2008.0
# Update to latest default USE flags (which is generally all that changes with profile updates)
emerge --update --deep --newuse world
# Update config files with tool of your choice
The rest is completely useless. Even if you did want to completely re-emerge the entire system, there's little point in the 2 "emerge -e system" (if you're a ricer, you may choose to do one of them - since system is included in world, the second is completely pointless)