Slashdot Mirror


Gentoo 2005.0 Released

mintshows writes "According to Gentoo Planet, the first gentoo release of the year, 2005.0, is out. You can download the 2005.0 ISOs from the torrents at http://torrents.gentoo.org/ . Of course, current Gentoo users can just emerge to the latest and greatest as always."

9 of 425 comments (clear)

  1. compile on! by qewl · · Score: 4, Interesting

    Has anyone had any experiences with the lengthy compilation having a bad impact on their hard drive? I've long been wondering and considering trying Gentoo. And to those who are very experienced in Gentoo, has all the learning/tweaking/compiling been worth the extra power/costumizability in the end?

    --

    (\_/)
    (O.o) This is Bunny. (> <)
    1. Re:compile on! by Binestar · · Score: 4, Interesting

      Why not let the maintainer do it, and save yourself the time and trouble? It's a much more efficient setup.

      2 words: USE flags. USE flags affect the ./configure script to enable or disable features. Have a program that likes to be compiled against GPM, but you are never at a console or your machine doesn't have a mouse? -gpm in the use flags and your software will never compile in support for gpm. There are dozens of examples, and while optimizations in gcc don't do much, library support *IS* useful for both keeping out what you don't want/need and for making sure you have what you do want and need.

      For the record: My USE flags are:

      USE="-3dfx 3dnow X acpi aim apache2 -apm arts bash-completion bzlib cdr cdparanoia -cjk crypt dvd dvdread -emacs -emacs-w3 encode ftp -gnome java kde mbox -maildir mime mmx mozilla mp3 mpeg mysql ogg oggvorbis oscar perl png qt samba ssl vcd -voodoo3 -xinerama xmms sse"

      And my cflags are: -mcpu=athlon-xp -O3 -pipe. As you can see, my USE flags are much more specific than my CFLAGS. Have you ever tried portage? It is the reason I switched to gentoo in the first place.

      --
      Do you Gentoo!?
  2. That's what I like about Gentoo... by lachlan76 · · Score: 3, Interesting

    ...rather than have 'releases', there's just a whole lot of software which can be used in any combination from the get-go.

  3. Gentoo users need to do more by BigBuckHunter · · Score: 3, Interesting

    Don't current Gentoo users have to change the symlink of their /etc/make.profile to point to the 2005.0 profile under /usr/portage/profiles? Then emerge sync, then emerge -uD world? Then fix_libtool_dependancies.sh... Then revdep-rebuild... Then Emerge --prune some of the old slotted apps that they don't need anymore?


    Sincerely Yours
    An "Actual" Gentoo user.

  4. just about through with gentoo by SuperBanana · · Score: 4, Interesting

    Pardon a little rant, but gentoo is about to get wiped off all my remaining linux boxen. I've already taken the hard drive out of the gateway and popped in m0n0wall, a CD-based firewall that is the bee's knees and works much more smoothly. Thank god I don't have to deal with the monstrosity that is the webmin "user interface"(aka 5 billion gif images for no particular reason). Oh if only it supported config-on-usb-key!

    Last night I updated apache and a bunch of other things (I use the unstable branch because "stable" lags, big time, on many packages I need; yes, I can manually unmask those certain packages, but that wouldn't have solved the particular problem I'm about to describe).

    I run etc-update, which absolutely blows chunks and has for years; for example, ALL of /etc is protected. So maybe webmin comes along and touches 70 config files. You're then treated to trying to approve those 70 files along with other files that were also changed by other emerge updates. Attempts to provide better alternatives have been staunchly blocked; cfg-update has been trying to get into portage, but the gentoo team have been sitting on their asses for over two years. Piss-poor configuration management is one sure fire way to get me off your distro, because it's the biggest potential problem maker. PS- not everyone installs X on their servers, guys.

    All is well, or so I think. Overnight, the power fails. I go to show someone photos on the server, connection refused. Huh?

    Apache's not running. Hmm. 'apache2 start'.

    That spits out a big tirade about how my commonapache2.conf file "is present in the old location" and I need to update the current configuration files and remove the commmonapache2.conf file. Then tells me to see this page which tells me about all the internal details, none of which I give a fuck about; I want a simple 1-2-3 migration, and they're yacking about recompiling everything, but they don't actually tell you what versions of everything you need to have at a minimum for that package to "understand" their changes. The page claims mod_php isn't ready for these changes yet (which is not true anymore, I later discover), so I panic and try going back to older versions of everything. More carnage and wasted time compiling.

    It then takes me 2 hours to sort out the mess because they've got HARD LINKS to some directories, soft links to others, there's a full configuration file tree in /usr/lib/apache2, there's no clear delineation between the "common" and (???) apache conf files, their migration page claims the server root changed to /usr/lib/apache2 but it really didn't, it's all still in /etc/apache2/...Oh, mod_user_dir for no particular good reason now has to be TURNED ON with a -D option. I spend another 30 minutes fixing all the crap that was in my old apache configuration files, because apache2's error messages consist of "an access directive prohibited you from loading that". WHAT access directive? Or, my personal favorite, an "internal server error". Whee.

    It's a unholy mess (at least part of it is apache's fault, for having one of the worst configuration schemes and error handling I've ever dealt with) and I was completely caught off guard- why? Because as portage merges things, if there are extremely important notes printed to the console, but so is EVERY detail about a compile along with all the files that are being merged/unmerged/whatevered...so chances are, it scrolls right out of the terminal buffer. At the end of a multiple-package emerge, there's no one block of text that says "IMPORTANT STUFF CHANGED".

    I used to think the compile-from-source stuff was a godsend, but lately, it's nothing but a curse. I run a sync and then emerge -up world, and I get a list 3 pages long of mostly minor little version bumps. Fantasti

    1. Re:just about through with gentoo by joaobranco · · Score: 4, Interesting

      So, you want your cake and eat it too?

      Sorry, can't be done.

      I run gentoo in one machine I have. I however don't run it with ~arch make flags on (you call it unstable).

      But I also run a handful of servers. They don't run gentoo, but run FreeBSD (close enough). Again, on the servers I need to have running smoothly I use FreeBSD STABLE, not CURRENT.
      In fact, I only run CURRENT on my personal notebook, which I can afford to tinker with when I like it (and that on dual boot, so I can always access my data when I need it)

      If you want stability, and ease of configuration, don't use an unstable version of any system thats being changed every day. Even if tools can be found to help management in this situation, you are trying to build a castle in the sand... It will come down, rest assured.

  5. fragmented fs by cryptoluddite · · Score: 4, Interesting

    The only real problem I've had with gentoo is fragmentation caused by all the compiling and updating files. I think it isn't so much that the files are fragmented as spread out thin across the disk... that's because you're always compiling something and creating system files with different amounts of space in use.

    I've tried different filesystems such as jfs, reiser4 (using -mm kernel), and ext3 of course and none of them really solved the problem. Reiser4 is the best overall, but suffers from several-second long pauses when doing file-io as in rebalances the tree, which can be really irritating when :wq from vi hangs for a while. The best solution I have found is to create a fairly large partition and mount tmpfs onto /tmp then bind to /usr/tmp and optionally to /usr/portage/distfiles or portage cache dir. Creating a loopback device file and putting portage on it helps but the real problem IMO is all the files from compiling. Over time this has a large impact.

    Other that that gentoo is awesome. I always have more up-to-date software than any other distro, it's simple to set options for various software, and there's never any version conflicts. The only thing that ever takes any time from an administration POV is etc-update. Once you figure out the interactive merge and what files to actually care about (/etc/conf.d and /etc/fstab|rc.conf|make.conf) it goes pretty smooth, although it defitely needs some work on that part.

    1. Re:fragmented fs by brunes69 · · Score: 3, Interesting

      Seeing how Portage's temp location where it extracts it's archives and does all its compiling is /var/tmp, I would think that would be the key area to optimize, not /tmp. Portage doesn't use /tmp for anything important.

  6. I don't know why I hadn't thought of this before by blonde+rser · · Score: 4, Interesting

    Does anybody else think that the combination of torrent and emerge (or torrent and apt-get for that matter) would be a great match? I mean transfers are pretty quick already but this way the bandwidth loads from updates can be passed around with out a serious security risk. Bah I'm probably just being an idiot.