Slashdot Mirror


Gentoo 1.0 Released

Spider[DAC] writes: "Gentoo Linux 1.0 is finally released. see their homepage for more details, or skip directly to the installation instructions. Gentoo is a up-to-date distribution that uses 'portage' (a system similar to the BSD ports) to download, compile and configure the installation process."

10 of 170 comments (clear)

  1. Re:explanation needed.. by someonehasmyname · · Score: 4, Informative

    in FreeBSD, if I wanna install apache for instance, I cd to /usr/ports/www/apache13 and type "make install clean" .. freebsd downloads apache, if patching the code is required for it to run under bsd it does that too. mostly the patches are just path changes.. just to make all the apps install to /usr/local/bin and conf goto /usr/local/etc

    --
    Common sense is not so common.
  2. Re:explanation needed.. by CoolVibe · · Score: 5, Informative
    BSD ports work as simple as this:

    # cd /usr/ports/editors/vim
    # make install clean

    It then fetches the sources (and dependancies if they aren't met yet) and compiles and installs them automagically.

    Oh, you can also make packages this way (with the 'package' makefile target). BSD also has a package system btw, but that's too oftopic :)

  3. Gentoo's got some great tutorials also by DrunkenPenguin · · Score: 4, Informative

    I've been using Gentoo for the last 6 months or so and I've been very impressed. The speed is simply amazing - no other distro is this fast and clean. Gentoo is also very well documented! Daniel Robbins, the main man behind Gentoo has written some excellent tutorials which can be found here. I suggest you go and have a look. I have learned a lot by reading his tutorials. BTW, do you know where that name "Gentoo" comes from? Gentoo is a species of a small and fast penguins ;)

  4. Re:Gentoo's portage is nice... by athakur999 · · Score: 5, Informative

    I'm not familiar with FreeBSD's mergemaster, but Gentoo has a nice utility named "etc-update". I think it's in the gentoolkit package. It'll find the config files that need updating, show you a diff between them and choose to keep your old one, use the new one, more merge them together.

    --
    "People that quote themselves in their signatures bother me" - athakur999
  5. My Gentoo Experience by al3x · · Score: 5, Informative

    I became interested in Gentoo when a source distribution sounded like an interesting challenge, and just different from the usual binary distros. I chose it over Sorceror because at that point the Sorceror world was falling apart (some ex-Sorcerors have found their homes with Gentoo, btw). I found the Gentoo documentation to be right on course, and the install was comfortable and informative if you're used to Linux/BSD (it's not for the newbies, but it would make a good learning experience). The portage system is wonderful, it has all the graces of APT and more, is amazingly current, and can do "fake" installs ala OpenBSD (one my favorite *nixices). Getting your system going may take a few hours while stuff compiles, but everything runs smoothly.

    If I didn't have to use a wireless card, I'd be writing this from inside a Gentoo install right now. However, getting my 802.11b card operable proved to be a trial, though the kind folks on the Gentoo mailing lists were beyond helpful. Ultimately I went back to RedHat, as I had lost too much time trying to get wireless support, but this wasn't a fault of the distro, just my crunch for time (note to kernel and pcmcia-cs folks: standardize your functions and modules together!).

    If you're looking for a distro that's very active and, above all, enjoyable, I reccomend Gentoo. It does take some work, and the performance benefits of source vs binary are debatable, but what matters is the pleasantness and effectiveness of the Gentoo community. Daniel Robbins, the project's architect, is really a neat, smart guy, and the other folks involved are helpful and motivated. Using a Gentoo system is great for experienced folks who want serious control while retaining more community than a "Linux from Scratch" build. It's also a great way for a less experienced user to get familiar with Linux, or a good bridge from Linux to *BSD (if you need one). I don't think the folks out there saying "yet another distro?" understand that the beauty of the open community is choice. If you don't like it , ignore it, but good things are happening around Gentoo.

  6. Re:Just Like Sorcerer? by al3x · · Score: 5, Informative

    Yes, it is like Sorceror, and the two projects began around the same time. However, I would venture to say that Gentoo is less of a "hobbyist" effort, with an eye more towards production servers. They have the support of some cool companies, and generally feel more "professional" than Sorcerer without loosing geekiness. And, of course, the Sorcerer community recently split, so those looking for a long-term commitment on their distro might feel safer with Gentoo.

  7. Signifigance of the name Gentoo by Monkelectric · · Score: 5, Informative
    I used to be involved with these guys when they were called "Enoch" ... I was working on some automatic compiler optimization thing (which I never got working straight) ...

    Anyways, one day the boss decided to change the name, and we had a meeting ... and the patron saint of linux is obviosuly the penguin... So I found some sites about penguins that said that the "Gentoo" penguin was the fastest and best swimmer ... and it stuck ;)

    --

    Religion is a gateway psychosis. -- Dave Foley

  8. Re:First person experience by ChuckX · · Score: 4, Informative
    Can someone who has used something like FreeBSD, Debian or Slackware on the desktop for extended periods of time tell us this "*ROCKS?" I quite doubt it.
    I can. I still use Debian on my other machine, but I installed Gentoo on my desktop computer at about the same time CyberDruid did. I've previously used both Debian and Slackware as my primary operating system (for extended periods of time). I've always had a Windows 2000 partition to fall back on for games and such, but Gentoo has provided such a good user experience that I've done away with the Win2K partition altogether.

    The portage system surprised me just as much as apt did when moving from an RPM based distribution. I haven't gotten around to trying any of the *BSDs, so I had no idea what they were referring to when describing it as a ports-like system.
    In short, Gentoo probably doesn't rock...
    If you haven't even tried it, why are you deriding it?

    -chuckx
  9. Re:Explain... by Zach978 · · Score: 4, Informative

    You bring up good points. I'll work on a "New to Sorcerer" FAQ section for the site. We've just reorganized after the leader of the project went awall. He just took off without helping to ensure continued development. So we have reorganized a new team and have been trying to get the website together with some better documentation. This FAQ is from the old Sorcerer site, which is back up after being taken down by Kyle, the former leader of the project. We'll probably have more on the new site soon.

    --

    "I told you a million times not to exaggerate!"
  10. !!!DO NOT UPGRADE!!! by chip_s_ahoy · · Score: 5, Informative

    Check out the mailing lists first. The upgrade
    procedure will damage your system. New installs
    are ok.

    Dan Robbins has posted to the Gentoo mailing lists
    with the message not to upgrade until the
    developers resolve the problem.