Discussion:
[gentoo-user] problems with today's update and python 3.12
(too old to reply)
John Covici
2023-06-04 13:50:02 UTC
Permalink
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
***@ccs.covici.com
Arve Barsnes
2023-06-04 13:50:02 UTC
Permalink
Post by John Covici
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
John Covici
2023-06-04 14:30:01 UTC
Permalink
On Sun, 04 Jun 2023 09:46:29 -0400,
Post by Arve Barsnes
Post by John Covici
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
***@ccs.covici.com
Alexandru N. Barloiu
2023-06-04 14:40:01 UTC
Permalink
Post by John Covici
Post by John Covici
(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.
John Covici
2023-06-04 15:10:01 UTC
Permalink
On Sun, 04 Jun 2023 10:37:57 -0400,
Post by Alexandru N. Barloiu
Post by John Covici
Post by John Covici
(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
***@ccs.covici.com
Loading...