Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-19 Thread Alexander Tsoy
В Пн, 15/07/2019 в 11:06 -0400, Mike Gilbert пишет: > On Mon, Jul 15, 2019 at 10:33 AM Michael Orlitzky > wrote: > > On 7/14/19 9:56 PM, William Hubbs wrote: > > > The ultimate goal is to turn this flag off in the 19.0 profiles, > > > we are > > > just preserving the current status in the earlier

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-15 Thread Michael Orlitzky
On 7/15/19 11:22 AM, Mike Gilbert wrote: > > The "split-usr" flag is already being used by a few packages, so I > would like to keep it. The merits of the usr-merge notwithstanding, this does make more sense if the plan is to eventually drop the flag entirely. >> (This will be especially bad f

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-15 Thread Mike Gilbert
On Sun, Jul 14, 2019 at 9:49 PM Michael Orlitzky wrote: > > On 7/14/19 7:50 PM, Mike Gilbert wrote: > > > > +# Mike Gilbert (2019-07-14) > > +# Enable split-usr by default to keep systems working. > > +USE="${USE} split-usr" > > A mandatory USE="keep-working" raises some philosophical red flags f

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-15 Thread Mike Gilbert
On Mon, Jul 15, 2019 at 10:33 AM Michael Orlitzky wrote: > > On 7/14/19 9:56 PM, William Hubbs wrote: > > > > The ultimate goal is to turn this flag off in the 19.0 profiles, we are > > just preserving the current status in the earlier ones. > > > > So, to be clear: the plan is to force a /usr mer

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-15 Thread Michael Orlitzky
On 7/14/19 9:56 PM, William Hubbs wrote: > > The ultimate goal is to turn this flag off in the 19.0 profiles, we are > just preserving the current status in the earlier ones. > So, to be clear: the plan is to force a /usr merge after all?

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-14 Thread Michael Orlitzky
On 7/14/19 10:02 PM, Andreas K. Huettel wrote: > Am Montag, 15. Juli 2019, 03:49:00 CEST schrieb Michael Orlitzky: >> (This will be especially bad for the people who start >> with USE="-*") > > Not recommended, not supported. Garbage in, garbage out. > Nothing In, Garbage Out.

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-14 Thread Andreas K. Huettel
Am Montag, 15. Juli 2019, 03:49:00 CEST schrieb Michael Orlitzky: >(This will be especially bad for the people who start > with USE="-*") Not recommended, not supported. Garbage in, garbage out. -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, toolchain, base-system, pe

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-14 Thread William Hubbs
On Sun, Jul 14, 2019 at 09:49:00PM -0400, Michael Orlitzky wrote: > On 7/14/19 7:50 PM, Mike Gilbert wrote: > > > > +# Mike Gilbert (2019-07-14) > > +# Enable split-usr by default to keep systems working. > > +USE="${USE} split-usr" > > A mandatory USE="keep-working" raises some philosophical r

Re: [gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-14 Thread Michael Orlitzky
On 7/14/19 7:50 PM, Mike Gilbert wrote: > > +# Mike Gilbert (2019-07-14) > +# Enable split-usr by default to keep systems working. > +USE="${USE} split-usr" A mandatory USE="keep-working" raises some philosophical red flags for me. Wouldn't it be better to name the flag "merge-usr" and leave th

[gentoo-dev] [PATCH 2/6] profiles: enable USE="split-usr" in base

2019-07-14 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- profiles/base/make.defaults | 4 1 file changed, 4 insertions(+) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 3fdd2e453a46..80c5852277f4 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -115,6 +115,