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 D220D138334 for ; Tue, 15 Oct 2019 17:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F738E0824; Tue, 15 Oct 2019 17:34:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E02B0E077A for ; Tue, 15 Oct 2019 17:34:49 +0000 (UTC) Received: from thinkpad.fritz.box (unknown [IPv6:2001:4060:c005:3f00:9491:b020:96bd:fae]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: soap) by smtp.gentoo.org (Postfix) with ESMTPSA id 3E61234BE13 for ; Tue, 15 Oct 2019 17:34:48 +0000 (UTC) Message-ID: <0b3627cb08065b8d6d02a1d8826ab316ecdaccd0.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin' From: David Seifert To: gentoo-dev@lists.gentoo.org Date: Tue, 15 Oct 2019 19:34:44 +0200 In-Reply-To: References: <20191012110023.165840-1-soap@gentoo.org> <1bbad081be57654e20e590734ed8aa88dc6f6176.camel@gentoo.org> <20191012160228.GA2481@linux1.home> <25763900.3IMS5cSOPn@ernie> <86031cc11741c13b354ad85577a1e32c4ca97460.camel@gentoo.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 87b31619-965a-4a7d-b8fa-c88c11d12705 X-Archives-Hash: 6fe323a02cb06ca266b0b25964e63d23 On Tue, 2019-10-15 at 12:04 -0400, Mike Gilbert wrote: > On Tue, Oct 15, 2019 at 12:02 PM Mike Gilbert > wrote: > > On Tue, Oct 15, 2019 at 8:00 AM David Seifert > > wrote: > > > On Sun, 2019-10-13 at 12:33 -0400, Mike Gilbert wrote: > > > > On Sat, Oct 12, 2019 at 1:52 PM David Seifert > > > > wrote: > > > > > On Sat, 2019-10-12 at 19:01 +0200, Dennis Schridde wrote: > > > > > > On Samstag, 12. Oktober 2019 18:02:28 CEST William Hubbs > > > > > > wrote: > > > > > > > On Sat, Oct 12, 2019 at 01:11:49PM +0200, Michał Górny > > > > > > > wrote: > > > > > > > > On Sat, 2019-10-12 at 13:00 +0200, David Seifert wrote: > > > > > > > > > * Some distros have not just merged / and /usr, they > > > > > > > > > > > > > > > > > > have also merged /usr/bin and /usr/sbin. By giving > > > > > > > > > users the choice of merging */bin and */sbin, > > > > > > > > > Gentoo follows suit. > > > > > > > > > > > > > > > > What about the scenario when /bin has been merged with > > > > > > > > /usr/sbin > > > > > > > > and /sbin with /usr/bin? ;-P > > > > > > > > > > > > > > I also don't see the need for something like this. The > > > > > > > idea of > > > > > > > the > > > > > > > /usr > > > > > > > merge is to have all binaries available in one place, and > > > > > > > there > > > > > > > really > > > > > > > is not a good justification for separating bin from sbin. > > > > > > > > > > > > Do I read this correctly? USE=-split-usr currently means > > > > > > that > > > > > > /bin, > > > > > > /sbin, / > > > > > > usr/bin and /usr/sbin point to the same directory? > > > > > > > > > > > > If that is not the case, then I agree that users should > > > > > > have the > > > > > > possibility > > > > > > to set it up like this and USE=-split-sbin should be > > > > > > supported. > > > > > > > > > > > > --Dennis > > > > > > > > > > I agree, I wasn't aware that USE=-split-usr implies the > > > > > complete 2- > > > > > level (/usr and *sbin) merge. In that case, all of this is > > > > > obsolete. > > > > > > > > That was NOT my intention when I introduced the split-usr USE > > > > flag. > > > > > > > > For bin/sbin, I would prefer to drop any conflicting links > > > > unconditionally. Do you have examples of scenarios where this > > > > is not > > > > possible? > > > > > > > > > > William has confirmed on IRC that USE=-split-usr performs the > > > complete > > > Fedora-esque /usr merge (which makes sense IMO). > > > > William's opinion is not the only one that matters. > > Sorry, I guess you are referring to the behavior baselayout? That > doesn't necessarily align with the global usage. > https://gitweb.gentoo.org/proj/baselayout.git/tree/Makefile#n93 Clearly the usr-merge in baselayout intends to merge all these 4 directories. There is currently no option to merge /usr and / but keep /bin and /sbin separate, so the most parsimonious solution here is to assume that usr-merge semantics in Gentoo is about merging all 4 directories.