From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 686D51382C5 for ; Wed, 20 May 2020 21:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A083E0A85; Wed, 20 May 2020 21:58:30 +0000 (UTC) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2247AE0A64 for ; Wed, 20 May 2020 21:58:29 +0000 (UTC) Received: by mail-ej1-f50.google.com with SMTP id d7so6214803eja.7 for ; Wed, 20 May 2020 14:58:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=rCS8YlXVY1F9JS+suVxs8b3qxuEjEN24LAx4V6/FjA4=; b=VWB/RSzvQbqmNG3HZfCCBGrzW4CvkBfrwIvXhYGBvyPEGiFnSEoA26j0PBRQaFRorH xvM6kKSYVsVqEX+waMTd8ipoeox0c4fHXwYqvicQK+JZWlqqDLK2sBoKTmg0pcqqUtcg zwUUCwRR9Ply2O0ZtehYI0V/EIwIerIHv415P3R544nrK7MAHN7oVwO165GmPDcTVn/K lBqEDR5g7uhJu5kHM7DPJ/YjIp8Ta/5eHOFl4IQAApn7UPxc1OdNj4x2yaR54ixgCd9P YKFpyieEQuILVUK24/VGOo9pZ08IUqhBDlZPMifRaGVDjdIh8Nb5JetRCtOuRthTM36x y4uA== X-Gm-Message-State: AOAM531DUlQA6daA0oOHXcO5SxtIWwCT0/zw0V+QEl8yrnsB8zP6tHVW jWrKx5FeHf/Qrp57gsNqINpoTPyJlUMGxrykhveW6pSFTI0= X-Google-Smtp-Source: ABdhPJxCDLd0XiEZ57Otry0VGQz2f4exQjgk2pyE3eooAPY2v6Gjt/YB8iyBK53oQcl8+WSxm5l0f8THjJSpYSOV2xA= X-Received: by 2002:a17:906:c112:: with SMTP id do18mr926916ejc.231.1590011908398; Wed, 20 May 2020 14:58:28 -0700 (PDT) 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <58627e0c-0ff6-7280-7506-63a43abfd988@web.de> <20200520165928.cziltdysjc3pbzg3@ad-gentoo-main> <9b443081-d522-31f0-2d7c-061a37f5ea35@gmail.com> <4d06e249-4ae7-048d-7478-17ad62e942ec@web.de> <2d4e5dc7-b658-5826-5f4b-fc73629c837b@web.de> In-Reply-To: <2d4e5dc7-b658-5826-5f4b-fc73629c837b@web.de> From: Rich Freeman Date: Wed, 20 May 2020 17:58:16 -0400 Message-ID: Subject: Re: [gentoo-user] slot conflict for the same package: how to add a USE flag? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 128b805c-3e8e-47ca-ba69-adf9c1f8f3a1 X-Archives-Hash: 0b7689a8c8fa3283d97eccff9af25d70 On Wed, May 20, 2020 at 5:52 PM n952162 wrote: > > The beauty of gentoo is that it's source. But that's just a fantasy if > I use the stage3 tarball. > I think. The stage3 tarball is what you get if you build everything using the default options. If you change the options, then an emerge -e @world will rebuild everything using your new options. That is equivalent to what you get from a stage1 install. The main difference is that you aren't messing around with chroots for days because you don't have a functional system while everything builds the first time. Ie, stage1->stage3 gets you the same thing as stage3->stage3. And really unless you REALLY care about your CFLAGS you get 99% of the benefit just sticking with the original stage3 and just rebuilding anything you change USE flags for. Over time it will all get rebuilt anyway using your preferences. -- Rich