Summary: | dev-python/pyrsistent-0.19.3 - ImportError: cannot import name LegacyVersion from packaging.version (/usr/lib/python3.10/site-pack | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-python:pyrsistent-0.19.3:20230208-152929.log emerge-history.txt environment etc.portage.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 850218 [details]
emerge-info.txt
Created attachment 850220 [details]
dev-python:pyrsistent-0.19.3:20230208-152929.log
Created attachment 850222 [details]
emerge-history.txt
Created attachment 850224 [details]
environment
Created attachment 850226 [details]
etc.portage.tar.bz2
Created attachment 850228 [details]
temp.tar.bz2
If you're hitting this, please run: emerge -v1 dev-python/setuptools. This was/is caused by some now-removed versions of setuptools in ~arch. Current stable and ~arch versions are OK. There's no easy way to force ~arch users to get the right version, as we can't just simply add a >= dep in the eclass, as we haven't stabled a new enough version yet, but stable users were also never affected by the bad versions. We may add a || ( ... ) dep in the eclass for now given this is such a pain. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50546c3db84904399e5624eb8f163e3d2be284e3 commit 50546c3db84904399e5624eb8f163e3d2be284e3 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-02-09 18:19:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-02-09 18:22:36 +0000 distutils-r1.eclass: adjust setuptools dep to avoid known-bad versions 79071eb9f6f4a5725c1a89700bcfd7f120101179 tried to mitigate this but blockers don't affect dependency resolution (ordering), so let's add a || ( <dev-python/setuptools-... >=dev-python/setuptools-...) dep in the eclass to ensure that the bad in-between versions (which were in ~arch, not stable, for a period, and are no longer in tree) aren't considered good enough to install any distutils-r1 PEP517 packages. We can clean this up once newer setuptools is stable & then simplify (and tighten) the dep. (Worth keeping in mind that Portage (rightly) doesn't aggressively update things listed in RDEPEND in that order simply because they're in RDEPEND. It might update something listed in RDEPEND after the package listing it provided there's no >= or otherwise dep.) Bug: https://bugs.gentoo.org/892529 Bug: https://bugs.gentoo.org/892525 Bug: https://bugs.gentoo.org/893538 Bug: https://bugs.gentoo.org/893632 Bug: https://bugs.gentoo.org/893630 Bug: https://bugs.gentoo.org/893634 Signed-off-by: Sam James <sam@gentoo.org> eclass/distutils-r1.eclass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) |