Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936866 - dev-python/pip-24.2-r1 fails to compile: ModuleNotFoundError: No module named typing_extensions
Summary: dev-python/pip-24.2-r1 fails to compile: ModuleNotFoundError: No module named...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-07-29 07:13 UTC by Agostino Sarubbo
Modified: 2024-07-30 11:51 UTC (History)
12 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,144.18 KB, text/plain)
2024-07-29 07:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-07-29 07:13:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pip-24.2 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-29 07:13:07 UTC
Created attachment 898489 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-29 07:13:20 UTC
ci has reproduced this issue with version 24.2-r1 - Updating summary.
Comment 3 NHO 2024-07-29 10:20:20 UTC
Confirming
Looks like missing dependency to dev-python/typing-extensions
After installing it, pip updated successfully.
Comment 4 Weezer 2024-07-29 10:49:48 UTC
Confirming as well.

Adding dev-python/typing-extensions as a dependency to the ebuild (local repo) works as another temporary work-around.
Comment 5 Larry the Git Cow gentoo-dev 2024-07-30 11:51:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689892f77ac34a6f3b8f257017240902dfe4105a

commit 689892f77ac34a6f3b8f257017240902dfe4105a
Author:     Sasha Finkelstein <fnkl.kernel@gmail.com>
AuthorDate: 2024-07-29 11:52:19 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-07-30 11:50:54 +0000

    dev-python/pip: Add a missing dependency on typing-extensions
    
    Closes: https://bugs.gentoo.org/936866
    Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/37788
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pip/pip-24.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)