Posted by
timothy
on from the sane-versioning-system-is-a-plus dept.
Dreadlord writes "Gentoo has released 2004.3 for x86, amd64, hppa, ppc, sparc, and an initial release for ppc64. You can read the information page, the changelog, or go straight to the mirrors, or better yet, the torrents."
Re:Obligatory Gentoo Joke
by
BlindSpy
·
· Score: 5, Informative
these are only the versions of the live CD. Your actual Gentoo install has no version number because its always the latest. So regardless if you used 2004.0 or 2004.3 to install - you ultimately have the same version after you've completely installed.
-- Whoever dies with the most toys wins.
Someone's got to say it
by
Stevyn
·
· Score: 5, Informative
Before all the dumb jokes start, here's what this means:
If you want to install Gentoo for the first time, you can download a bunch of precompiled packages and complete an installation in a few hours or so, probably less.
If you already have Gentoo on your system, this won't mean much since you can update the everything by with the command(s) "#emerge sync; emerge -uDp world"
This does not mean everyone with Gentoo is going to be compiling for days. You're still stuck with us for a while.
Re:Someone's got to say it
by
solarium_rider
·
· Score: 5, Informative
actually, no need to do both commands anymore.
With the latest version of portage, you can just run
# emerge -uDa world
The -a is short for --ask. That will ask you if you really want to emerge the listed packages.
For those who think `emerge sync && emerge -uD world` will update your system:
Don't forget to update the/etc/make.profile link after an `emerge sync`. The sync will place the new profile in/usr/portage/profiles. From the Gentoo Upgrading Guide:
substitute $arch with your arch # rm/etc/make.profile # ln -s../usr/portage/profiles/default-linux/$arch/2004.3/etc/make.profile
--
http://www.masturbateforpeace.com/
Re:version dependencies
by
NotoriousQ
·
· Score: 5, Informative
To add to this, there are two modes of masking:
the hard mask -- which means that the package maintainer does not deem the package to be safe at all.
the ~ mask -- which is the unstable package. You can tell the emerge system that you wish to have the unstable system, in which case it will ignore the ~ mask.
Also, there is such a thing as profiles. They have things such as the version of gcc and glibc that your system uses. If you chose the right profile, you can continue building the system with gcc 2.95. Although the packages are not well tested with it, and no one wants to specifically check and mask each package with older profiles.
First off, I had submitted Slashdot an official press release which was much more verbose and gave a nice list of reasons for the release and things changed since the last release, but since the editors are a bunch of tools and don't pay attention to what they're adding to the site, it all got lost.
Anyway, for the x86 platform, the primary reason for the getting a newer release is improved hardware support. The newer LiveCD for x86 supports the new Dell EM64T machines and also has vastly improved SATA support over previous releases. This is also the first release where all of the arch teams worked very closely together throughout the entire release process. This is also our first official PPC64 release. The submitter of this story also completely missed the fact that we have a new Alpha release under/experimental, and you can also find embedded stages for arm, mips, ppc, and x86 under/experimental.
these are only the versions of the live CD. Your actual Gentoo install has no version number because its always the latest. So regardless if you used 2004.0 or 2004.3 to install - you ultimately have the same version after you've completely installed.
Whoever dies with the most toys wins.
Before all the dumb jokes start, here's what this means:
If you want to install Gentoo for the first time, you can download a bunch of precompiled packages and complete an installation in a few hours or so, probably less.
If you already have Gentoo on your system, this won't mean much since you can update the everything by with the command(s) "#emerge sync; emerge -uDp world"
This does not mean everyone with Gentoo is going to be compiling for days. You're still stuck with us for a while.
For those who think `emerge sync && emerge -uD world` will update your system:
/etc/make.profile link after an `emerge sync`. The sync will place the new profile in /usr/portage/profiles. From the Gentoo Upgrading Guide:
/etc/make.profile ../usr/portage/profiles/default-linux/$arch/2004.3 /etc/make.profile
Don't forget to update the
substitute $arch with your arch
# rm
# ln -s
http://www.masturbateforpeace.com/
To add to this, there are two modes of masking:
the hard mask -- which means that the package maintainer does not deem the package to be safe at all.
the ~ mask -- which is the unstable package. You can tell the emerge system that you wish to have the unstable system, in which case it will ignore the ~ mask.
Also, there is such a thing as profiles. They have things such as the version of gcc and glibc that your system uses. If you chose the right profile, you can continue building the system with gcc 2.95. Although the packages are not well tested with it, and no one wants to specifically check and mask each package with older profiles.
badness 10000
First off, I had submitted Slashdot an official press release which was much more verbose and gave a nice list of reasons for the release and things changed since the last release, but since the editors are a bunch of tools and don't pay attention to what they're adding to the site, it all got lost.
Anyway, for the x86 platform, the primary reason for the getting a newer release is improved hardware support. The newer LiveCD for x86 supports the new Dell EM64T machines and also has vastly improved SATA support over previous releases. This is also the first release where all of the arch teams worked very closely together throughout the entire release process. This is also our first official PPC64 release. The submitter of this story also completely missed the fact that we have a new Alpha release under /experimental, and you can also find embedded stages for arm, mips, ppc, and x86 under /experimental.