Mailing List Archive

problems with today's update and python 3.12
Hi there. I am having problems with world update and I don't know how
to solve this one.

Here is my output:

!!! Multiple package instances within a single package slot have been
pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/python-exec:2

(dev-lang/python-exec-2.4.10:2/2::gentoo, ebuild scheduled for
merge) USE="(native-symlinks) -test" ABI_X86="(64)"
PYTHON_TARGETS="(pypy3) (python3_10) (python3_11) (python3_12)"
pulled in by
dev-lang/python-exec[python_targets_python3_12(-)] required by
(dev-lang/python-3.12.0_beta1_p4:3.12/3.12::gentoo, ebuild scheduled
for merge) USE="ensurepip gdbm ncurses readline sqlite ssl
-bluetooth -build -debug -examples -hardened
-libedit -lto -pgo -test -tk -valgrind -verify-sig" ABI_X86="(64)"



(dev-lang/python-exec-2.4.10-2:2/2::gentoo, installed)
USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
PYTHON_TARGETS="(pypy3) (python3_10) (python3_11) python3_9" pulled
in by
>=dev-lang/python-exec-2:2/2=[python_targets_python3_9(-)]
required by (dev-python/slackclient-2.5.0-1:0/0::gentoo, installed)
USE="userland_GNU" ABI_X86="(64)" PYTHON_TARGETS="python3_9
-python3_8"


I tried masking off python 3.12.0, but no joy. I did want to unmerge
python-exec, I thought it would seriously break my system.


Thanks in advance for any suggestions.

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com
Re: problems with today's update and python 3.12 [ In reply to ]
On Sun, 4 Jun 2023 at 15:40, John Covici <covici@ccs.covici.com> wrote:
> Hi there. I am having problems with world update and I don't know how
> to solve this one.
>
> (dev-lang/python-exec-2.4.10-2:2/2::gentoo, installed)
> USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
> PYTHON_TARGETS="(pypy3) (python3_10) (python3_11) python3_9" pulled
> in by
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_9(-)]
> required by (dev-python/slackclient-2.5.0-1:0/0::gentoo, installed)
> USE="userland_GNU" ABI_X86="(64)" PYTHON_TARGETS="python3_9
> -python3_8"
>
> Thanks in advance for any suggestions.

Your problem is an outdated dev-python/slackclient which requires
python 3.8 or 3.9. This package does not seem to be in the ::gentoo
repo any more, so I would try to find an alternative.

Regards,
Arve
Re: problems with today's update and python 3.12 [ In reply to ]
On Sun, 04 Jun 2023 09:46:29 -0400,
Arve Barsnes wrote:
>
> On Sun, 4 Jun 2023 at 15:40, John Covici <covici@ccs.covici.com> wrote:
> > Hi there. I am having problems with world update and I don't know how
> > to solve this one.
> >
> > (dev-lang/python-exec-2.4.10-2:2/2::gentoo, installed)
> > USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
> > PYTHON_TARGETS="(pypy3) (python3_10) (python3_11) python3_9" pulled
> > in by
> > >=dev-lang/python-exec-2:2/2=[python_targets_python3_9(-)]
> > required by (dev-python/slackclient-2.5.0-1:0/0::gentoo, installed)
> > USE="userland_GNU" ABI_X86="(64)" PYTHON_TARGETS="python3_9
> > -python3_8"
> >
> > Thanks in advance for any suggestions.
>
> Your problem is an outdated dev-python/slackclient which requires
> python 3.8 or 3.9. This package does not seem to be in the ::gentoo
> repo any more, so I would try to find an alternative.

tThanks, hat was brilliant ---- out of curiosity, how did you figure it out
since slack was not mentioned in the output?

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com
Re: problems with today's update and python 3.12 [ In reply to ]
On 6/4/2023 5:28 PM, John Covici wrote:
>>> (dev-lang/python-exec-2.4.10-2:2/2::gentoo, installed)
>>> USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
>>> PYTHON_TARGETS="(pypy3) (python3_10) (python3_11) python3_9" pulled
>>> in by
>>> >=dev-lang/python-exec-2:2/2=[python_targets_python3_9(-)]
>>> required by (dev-python/slackclient-2.5.0-1:0/0::gentoo, installed)
>>> USE="userland_GNU" ABI_X86="(64)" PYTHON_TARGETS="python3_9
>>> -python3_8"
>>>
>>> Thanks in advance for any suggestions.
> tThanks, hat was brilliant ---- out of curiosity, how did you figure it out
> since slack was not mentioned in the output?


It is. Look at the last line. Python-exec wants to pull python-3.9
because dev-python/slackclient (already installed) asks for it.
Re: problems with today's update and python 3.12 [ In reply to ]
On Sun, 04 Jun 2023 10:37:57 -0400,
Alexandru N. Barloiu wrote:
>
>
> On 6/4/2023 5:28 PM, John Covici wrote:
> >>> (dev-lang/python-exec-2.4.10-2:2/2::gentoo, installed)
> >>> USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
> >>> PYTHON_TARGETS="(pypy3) (python3_10) (python3_11) python3_9" pulled
> >>> in by
> >>> >=dev-lang/python-exec-2:2/2=[python_targets_python3_9(-)]
> >>> required by (dev-python/slackclient-2.5.0-1:0/0::gentoo, installed)
> >>> USE="userland_GNU" ABI_X86="(64)" PYTHON_TARGETS="python3_9
> >>> -python3_8"
> >>>
> >>> Thanks in advance for any suggestions.
> > tThanks, hat was brilliant ---- out of curiosity, how did you figure it out
> > since slack was not mentioned in the output?
>
>
> It is. Look at the last line. Python-exec wants to pull
> python-3.9 because dev-python/slackclient (already installed)
> asks for it.
>
>

OK, missed that one -- thanks.

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com