From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CE5A213877A for ; Fri, 5 Sep 2014 13:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12368E0AD8; Fri, 5 Sep 2014 13:40:01 +0000 (UTC) Received: from mail-vc0-f194.google.com (mail-vc0-f194.google.com [209.85.220.194]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1C76E01B5 for ; Fri, 5 Sep 2014 13:39:59 +0000 (UTC) Received: by mail-vc0-f194.google.com with SMTP id id10so4029994vcb.9 for ; Fri, 05 Sep 2014 06:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=LzOZ+lXSpS11PyGhBkmYuTVmv56/d+DZ2cmxDWMU2lk=; b=XmFzWWw7tpjXC5w9cwEZhH7aMeEnDvTckjhQxZyx9KV1rBzLTNkL4iveJy/7PTHi5p lDBrwG4YNGMVZe9W5I+lBbV7OnKmw1QnGsaAEEFWg4ook1pVTuEO51CWJ2lsrb3CfPWl Wg5mOY1jccoOLuyMx5wJRpP2p6P1neaI6Wbi7A90ObhVorA9d8LTsUIDcxzHsaO8UztQ TtuKR3NEra9R/ajn9pyv6sIn4EOgeS9kjhyO9io0yVYrNtWFH1Br/0CUYeXSVdOGMp+L 9XMJwamzEY+9TFd0tyg5QMBnpK/Yl+VejWE1Cq8ODx9PU0cgIRA2shUSQ0lmTNKgnMqc 3WQQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.52.246.198 with SMTP id xy6mr8784703vdc.7.1409924398975; Fri, 05 Sep 2014 06:39:58 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.52.8.229 with HTTP; Fri, 5 Sep 2014 06:39:58 -0700 (PDT) In-Reply-To: References: <20140904043032.GD7483@syscon7> <20140904082528.5cd26f81@hactar.digimed.co.uk> <20140904130528.GF7483@syscon7> <20140904142919.19d00271@hactar.digimed.co.uk> <20140904135417.GG7483@syscon7> Date: Fri, 5 Sep 2014 09:39:58 -0400 X-Google-Sender-Auth: TWua5MCxq-fvrqnlNJ5OwmmN02U Message-ID: Subject: Re: [gentoo-user] Re: new installation - partitions From: Rich Freeman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 4382beb2-f5f4-497c-900d-704c0b368236 X-Archives-Hash: 38a49721f83726163b1fa531b7f9669d On Fri, Sep 5, 2014 at 8:23 AM, James wrote: > Both are rolling distros. Both can be build up from sources, although > Arch makes the binary install path the default for its (new) users, > as well as recovery of binaries that get deleted or become corrupted. Arch doesn't offer the equivalent of USE flags does it? Virtually any distro will let you build a package from sources - typically with the goal of obtaining the same binary that the distro distributes. The main distinction Gentoo has is that building from source is the main supported installation method, and the tailoring of packages so that they are unique to each system is fairly well-supported. You could build all your own packages on Debian from source and install them, but there wouldn't be much point in doing that. Unless you basically build them with the same settings Debian is already using (maybe you could get away with a very minor CFLAGS tweak or something like that) you are pretty likely to run into problems. If you are just going to use the Debian settings, you might as well just install their binaries. The main use case for building from source on something like Debian would be if you just want to apply a patch to a single package, ideally something without a lot of reverse dependencies. > > Both distros offer Systemd. Yup - the arch docs are actually pretty useful for anybody using Systemd on Gentoo since many of the Gentoo docs are a bit openrc-centric, though that is changing. > The notable difference is Arch has some of the best documataion of any > linux distro; Gentoo struggles to document many key components. Interestingly enough people used to say the same thing about Gentoo - when I look at the Arch documents they tend to look a lot like how the Gentoo docs looked in the mid-2000s. People in my local user group often commented that they ran Debian but usually referenced the Gentoo docs. > Arch Linux is the 8th most popular linux distro, whilst Gentoo, > despite being 3 years older, is number 47, if you believe what various > sites say. I'm sure Arch is more popular these days, but I wouldn't put TOO much stock in distrowatch. Heck, I just checked my user agent and it says: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36 Good luck figuring out that I'm running Gentoo from that. Since Gentoo uses rolling releases it is a bit hard to get hard numbers on the install base. At my local linux user group people running Ubuntu would always be happy to grab CDs when a new version came out (one of the attendees used to get them to hand out). That made sense since with Ubuntu/Debian you tend to do just minor patching between releases and then you practically re-install everything except /home during major releases, especially if you followed LTS. With Gentoo nobody really does it that way, and we don't get the quarterly news site "new release" posts. Bottom line is that it is hard to measure Gentoo popularity. I've been using Gentoo since the early 2000s and in practice I can't really see any decline, even if there aren't as many devs as there once were. -- Rich