Slashdot Mirror


Gentoo Announces 'Seeds'

rvale writes "Gentoo has announced a new project called Seeds. Aiming to provide out of the box images for various common tasks, it could be the answer to the common complaint that installing and customizing Gentoo takes too long. However, with other developers and Council members complaining that the project was improperly set up and those backing the project refusing to back off, lending weight to recent claims that Gentoo is suffering from management problems, will what could be a massive step forward degenerate into a repeat of the Sunrise disaster?"

17 of 323 comments (clear)

  1. No, bad by tomstdenis · · Score: 4, Insightful

    NO MORE!

    Spend more time on fucking Q & A. I'm tired of trying to talk people into Gentoo only to find out that the tree is half-fucked all the time [like packages marked stable requiring other libs NOT IN THE FUCKING TREE YET].

    No more extras, fix the base!!!

    This is the problem with OSS. Everyone wants to get famous for the next big breakthrough and nobody wants to maintain the shit.

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:No, bad by slapys · · Score: 5, Insightful

      "This is the problem with OSS. Everyone wants to get famous for the next big breakthrough and nobody wants to maintain the shit."

      Seriously. I submitted several UI bugs to the Xfce bugzilla site recently and none of them were addressed. People want to develop fun new features, but unfortunately that's not all that software is.

    2. Re:No, bad by Rix · · Score: 5, Insightful

      Really, I find that most people would rather complain about what they don't like than actually do anything to help fix it.

    3. Re:No, bad by Anonymous Coward · · Score: 5, Insightful

      I find that most project owners would rather complain that other people don't fix things for them than actually do anything to maintain their own code.

    4. Re:No, bad by naasking · · Score: 5, Insightful

      you don't see Microsoft telling it's customers "You don't like explorer? Fix it yourself!"

      No, Microsoft says, "You don't like explorer? Tough shit!" On rare occasions it's "You don't like explorer? Well I'm afraid it's far too integrated into Windows your Honour."

    5. Re:No, bad by Anonymous Coward · · Score: 5, Insightful

      This thread explains why there will always be a place for proprietary software you must pay for. That's so someone can be paid to do uninteresting but necessary stuff.

    6. Re:No, bad by orasio · · Score: 4, Insightful

      I don't think that actually happens.
      A project owner with an itch to scratch, will scratch it, they _do_ maintain their own code.
      Maintaining their own code, but for other people, and for free, is something that they usually do, but some times they just don't want to. There is where you see some project owners complain, about users that want tailored free maintaining right now, without contributing.
      There's no implied contract that says that the original coder will fix _your_ problems for free. That's one of the best things of the GPL, you have the power to make stuff happen yourself. Even if you don't know how to program, there are a lot of programmers that will do it for you, given the right compensation. That is the actual meaning of "free" as in "freedom", and not as in "beer".

    7. Re:No, bad by Dhalka226 · · Score: 4, Insightful

      I mean how do you get the right to brag "Oh, I'm a Kernel developer, see my code-fu muscles" when you can't invest the money to actually develop seriously?

      It's very easy: You look at the whole picture.

      Your workstation is the result of 800 Gentoo ports being installed. 200M lines of source code. Your own words. Well. that sounds pretty fucking awesome to me. And you got all of that for free.

      You're having a problem? Sorry. But even one problem, or five, or twenty--out of 800 installed packages--is still a damn good mark. And those developers you bitch and moan about being immature for not fixing your specific problem (without you even taking the time to report that problem) are clearly providing you a service that you like. If they weren't, the system wouldn't be acceptable for your use andyou would switch to something else.

      Don't like the way that your problems aren't getting fixed in the OSS world? Well, you're free to go install Windows or OS X or some other, non-free-world operating system. There are NO problems with any of those OSs, I'm sure. And if there were, I'm sure Microsoft would be happy to release a patch just for you when you... well, don't report it. But I'm sure they'll get your report telepathically.

      Seriously, you have one of the absolute worst attitudes I have ever seen. It's not just your posts here. I'm sad to say that I recognize your name because your attitude is constantly shitty. Maybe if you weren't such a high and mighty ass all the time, people would be more inclined to care what your problems are. Hell, if those "occasional" bug reports you file read anything like the drivel you spew here, no wonder your problems don't get fixed.

    8. Re:No, bad by stuuf · · Score: 3, Insightful

      Why does it have to be proprietary for someone to get paid to develop it?

      --

      Everyone is born right-handed; only the greatest overcome it

  2. Re:Ill informed post by KhanReaper · · Score: 5, Insightful

    I hate to admit it, but I think that many people have misinterpreted what Gentoo really is and for whom it is geared. Let's be candid: it's really not about excessive CFLAGS.

    Take a good read of this article; it outlines some of the fundamental differences in philosophy between BSD and Linux. In some respects, Gentoo's portage system attempts to reconcile the differences between BSD's ports tree and the absence thereof in Linux as well as the concept of perpetual updates through make buildworld. (I know a guy who's maintained the same install of Gentoo on his laptop for over four years who has kept it up-to-date by using portage without a re-install. Talk about impressive for a Linux distribution.) Yes, it is true that Gentoo does not have a native pkg_add that FreeBSD does to install ports, but what Gentoo offers is as close to that as one can get in Linux; and it is one hell of an improvement on the base concept, might I say. In many respects, if you want to criticize Gentoo over having to compile things to keep it up-to-date, then BSD ought to be brought up for discussion.

    Still, it is nice that Gentoo can be updated without having to perform a complete re-installation of the operating system. I hate to say it, but performing "s/old release/new release/g" on /etc/apt/sources.list, apt-get update, and apt-get dist-upgrade is not always as clear as one might expect. When the average user who lacks strong familiarity with dpkg's options is in this situation, I have seen the results: They are very depressing. And while it is true that emerge updates can break, they will at least teach the user in time how to deal with them and learn quite a bit. The same can be said about other distributions, too, so the exclusivity of this issue to Gentoo is really a moot point.

    .

    What about customization? Sure, some BSD packages may have makefile-based booleans, but in no way are the centrally documented or are they centrally documented. FreeBSD KNOBS comes close, but it still is not exhaustive. There is no real comparison with USE flags. If BSD had it so well, I wonder why people are trying to port portage to BSD. (I love BSD, mind you, so I am not being unreasonably harsh on it.)

    What about fundamental design? It is meant to be flexible and dynamic. Ever notice how many directories are suffixed with ".d" in /etc on Gentoo? A lot are. Yes, some other distributions do use the enumerated ".d" directory paradigm, but none seem to do it as much as Gentoo. Gentoo seems to use ".d" directories whenever it can. So if a new package wants to add something to the path, it merely adds another entry to /etc/env.d which specifies this path. I find this system so great, that I've re-implemented it in Debian/Ubuntu across 100+ computers at my work for the special in-house, non FHS-friendly applications. Talk about a compelling innovation.

    And when it comes to configuration changes, Debian has debconf, which allows some packages to preserve changes across updates through configuration file regeneration. While this is nice for preseeding, this is not helpful when there are major updates or when you've made hand-made modifications. Yes, dpkg will bring about a diff of the two files, but does dpkg's integrated configuration diff mechanism really hold its own against Gentoo's dispatch-conf? If you've used dispatch-conf, the answer is no.

    Yes, it is true that there are some quality assurance failings with packages in Portage, but let's put that aside for a moment. When it comes to making packages for Gentoo, it certainly beats making them for Debian. Yes, Debian has its nice policy manual, but it is not always up to date or the easiest thing to read. Gentoo's documentation let's a first-time package builder build a package in very little time; whereas Debian or Redhat's syste

    --
    Even the Politburo concurs with Process of Elimination http://process-of-elimination.net
  3. This is how Free Software dies. by RLiegh · · Score: 4, Insightful

    So, let's recap. Debian is having to pay developers in order to get a working distribution out of the door anywhere near on-schedule; NetBSD is embroiled in a scandal surrounding the undue influence of Wasabi on the core team -when it's not flayling wildly trying to cope with its' other management problems, and now it emerges that gentoo has been stuck in a political quagmire for years holding back even the most frivilous of changes (forget any major ones).

    We've reached the point where all-volunteer, non-commercial unix-style Operating Systems are drowning in personality conflicts; and the only technical strides and achievements are coming largely from private companies (Sun, Redhat).

    This quaint social experiment of altruistic development has shown two things: as much as you may dislike corporate culture, corporate structure and the incentive of a paycheck are what is needed to gain any sort of professional-quality software going out of the door on a regular basis.

    Remove the structure, remove the incentive and before long you're left with nothing more than quibbling dorks and software packages like gentoo which half of the time are badly broken because no one can be bothered to work on them.

    1. Re:This is how Free Software dies. by drew · · Score: 3, Insightful

      this must be the perfect example of the old physics experiment rule:
      "When you need to ensure a close fit to a line, make sure that you use only two data points."

      OK, so you mentioned three open source projects that are having trouble right now, and two commercial companies that aren't.

      What happens when you add Ubuntu, KDE, FreeBSD, or Firefox to your list. (OK, nix Firefox. Bad example).

      Or for that matter, look how much corporate structure and financial incentive have helped Microsoft to get Vista, IE 7, and Office 12 out the door on time.

      Any group can be run badly, and any group can be run well if there is enough interest and leadership. This incident reflects poorly on the leadership and members of the Gentoo project, nothing more and nothing less.

      --
      If I don't put anything here, will anyone recognize me anymore?
    2. Re:This is how Free Software dies. by Spit · · Score: 3, Insightful

      The large projects that succeed all have an arbitrator who has final call on any conflicts: Linux has Linux and OpenBSD has Theo. Sun and Redhat have executives. The decision maker is the final step required in a project to prevent ego-paralysis. It is telling that OpenBSD and Linux are two of the most innovative and complex projects around.

      Note: Linux is a kernel.

      --
      POKE 36879,8
  4. Re:QA vs. Q&A by MrAnnoyanceToYou · · Score: 4, Insightful

    Um.... OSS Sucks, and yet you still use it? Um.... Look. You're using the most user-unfriendly chunk of OSS there is. You're complaining it's user-unfriendly. I've installed both Ubuntu and the old Mandrake, I've done it for myself and non-techies, it was easy, I'm actually pretty happy overall. I'm not a demon-monster-coder. I can code enough to do it for a living.

    Your continual 'OSS Sucks' comments are mildly offensive, seeing as you're judging an entire community based upon your experience with a small piece of it. They show you personally lack in certain areas of consideration.

    OSS doesn't have any real problems, it's individuals within the system. The system / movement / whatever you want to call it itself mutates all the time. It's a software project that has lasted and lived in the same area for over ten or fifteen years, and managed to keep up with modern technology. There aren't a whole lot of codebases like that out there.

    I'm sorry you think OSS sucks as a whole. But I don't agree and flaming the crap out of all the people that don't is just trolling.

  5. Re:Yes, Gentoo is a mess by Otter · · Score: 3, Insightful
    This was covered on the mailing lists, GWN, and forums. Don't blame Gentoo because you can't use the tools or read.

    That pretty much sums up the problem with Gentoo, nowadays -- searching the forums is now a routine tool for getting your updates to work. It used to be that Portage was the biggest advantage of Gentoo; now it's one headache after another.

    And we're not talking about an xmms extension or Firefox theme here. We're talking about fundamental login and security functionality, and the "simple" solution is searching the forums for "emerge -B shadow && emerge -C pam-login && emerge -1k shadow"!

  6. Re:Ill informed post by DAharon · · Score: 5, Insightful

    I completely agree with you that people who are unfamiliar with Gentoo, are largely ignorant of what it's like to actually run a Gentoo system. CFLAGS? I don't really run any fancy CFLAGS. USE flags? If a program can benefit from a certain use flag, I add it. It's Portage and the Gentoo toolset that really makes Gentoo a joy to work with. I am always hearing people complain about how hard it is to install, and how it always breaks. I always ask myself, "What the hell are they doing"? I have been running the same Gentoo install for at least 3.5 years now on my desktop. I play games, surf the internet, write papers, download stuff on it. It also acts as my wireless router, MythTV machine, and file/ftp server. I emerge -uD world at least once a week and encountering a problem is a rarity. I just don't get it. How can everyone be having such a devil of a time maintaining just a basic Gentoo "surf the internet" computer, when I've had such an easy time for so long?

  7. Re:Yes, Gentoo is a mess by petrus4 · · Score: 4, Insightful

    Anyone trying to have technical discussion is called out and accused of flaming by the once great Seemant (who has not done any development himself for years) and his horde of fanboy minions (most noticably, Jakub)

    This sounds to me like the same old story with regards to any form of participation in the terminal sociological disease we call "the Linux community" in general.

    Eric Raymond, Richard Stallman, and Bruce Perens are the broader community's resident egomaniacs. RMS in particular considers anyone who comes anywhere near Linux to automatically become his bitch by default. The other two aren't quite as bad, but they're not much better. From what I'm seeing here, it seems the seperate communities of some distros have the same type of "celebrity" problem...people whose output of actual work ceased years ago, but who insist on staying around and trying to demand that those who actually *are* working bow down and worship them on the basis of *past* accomplishments. Stallman is the single biggest example of what I mean, here...you need to go back *at least* 15 years to point to any of his programmatic contributions, and yet he still hangs around now, shooting his mouth off, demanding credit for things that don't belong to him, and causing nothing but problems generally.

    I'm working on something almost entirely alone as a way of avoiding this type of garbage. If I need to deal with anyone, I talk to the people who are doing the various sub-projects' actual gruntwork, direct on Freenode...the proverbial people in the trenches. They're the ones who really build Linux, day in and day out, and they generally get zero credit for it. I remember what ESR once said about this, and I'm going to expand on it:- If you're not producing actual code, but are simply looking to build your own ego or a clique, then kindly sit down and shut the fuck up so that the rest of us who *are* doing something useful can concentrate.

    The various social, psychiatric, and neurological disabilities of a number of people associated with Linux by themselves constitute the operating system's main problem...nothing else. Said people need to get over themselves, and above all, quite honestly disappear if they're not willing to do anything genuinely constructive.

    That is who gets my own respect, though...people doing actual work. Linux's "celebrities" are formally invited to go and perform anatomically impossible acts with various sharp-edged gardening implements, as far as I'm concerned...and that goes triple for RMS.