Re: [gentoo-user] Issues with Python 3.8?

2021-06-03 Thread Jack
On 6/3/21 4:19 AM, J. Roeleveld wrote: I've got several packages complaining about "PYTHON_TARGETS" missing "python3_8": In my case, all such packages were leftovers that would have been (and were) removed by an "emerge -c" which I forgot to do after the preceding world update.  It seems they

Re: [gentoo-user] Issues with Python 3.8?

2021-06-03 Thread Neil Bothwick
On Thu, 3 Jun 2021 10:48:25 +0200, Arve Barsnes wrote: > > I've got several packages complaining about "PYTHON_TARGETS" missing > > "python3_8": > > > > The following REQUIRED_USE flag constraints are unsatisfied: > > python_targets_python3_8 > > > > The above constraints are a subset of

Re: [gentoo-user] Issues with Python 3.8?

2021-06-03 Thread Adam Carter
> > I have no "python_target" entries anywhere under " /etc/portage/ " (apart > from > what I have to add now to get the upgrade to actually work). > > It may have been possible to use --changed-use and not add any python target entries, or, it may be that you only need a very small number of

Re: [gentoo-user] Issues with Python 3.8?

2021-06-03 Thread J. Roeleveld
On Thursday, June 3, 2021 10:53:45 AM CEST Adam Carter wrote: > On Thu, Jun 3, 2021 at 6:19 PM J. Roeleveld wrote: > > All, > > > > I've got several packages complaining about "PYTHON_TARGETS" missing > > "python3_8" > > You should add --changed-use to your emerge flags and clean any >

Re: [gentoo-user] Issues with Python 3.8?

2021-06-03 Thread Adam Carter
On Thu, Jun 3, 2021 at 6:19 PM J. Roeleveld wrote: > All, > > I've got several packages complaining about "PYTHON_TARGETS" missing > "python3_8" You should add --changed-use to your emerge flags and clean any PYTHON_TARGETS cruft out of package.use. On ~arch the default python has just changed

Re: [gentoo-user] Issues with Python 3.8?

2021-06-03 Thread Arve Barsnes
On Thu, 3 Jun 2021 at 10:20, J. Roeleveld wrote: > I've got several packages complaining about "PYTHON_TARGETS" missing > "python3_8": > > The following REQUIRED_USE flag constraints are unsatisfied: > python_targets_python3_8 > > The above constraints are a subset of the following

[gentoo-user] Issues with Python 3.8?

2021-06-03 Thread J. Roeleveld
All, I've got several packages complaining about "PYTHON_TARGETS" missing "python3_8": The following REQUIRED_USE flag constraints are unsatisfied: python_targets_python3_8 The above constraints are a subset of the following complete expression: any-of ( python_targets_python3_8 )