Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898724 - dev-python/uvloop-0.17.0 fails to compile (CYTHON3-SYSTEM): python3.9: No module named pip
Summary: dev-python/uvloop-0.17.0 fails to compile (CYTHON3-SYSTEM): python3.9: No mod...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-02 08:28 UTC by Agostino Sarubbo
Modified: 2023-08-06 12:30 UTC (History)
0 users

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


Attachments
build.log (build.log,45.26 KB, text/plain)
2023-03-02 08:28 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 2023-03-02 08:28:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/uvloop-0.17.0 fails to compile (CYTHON3-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(CYTHON3-SYSTEM) in the summary means that the bug was found on a machine that runs dev-python/cython-3 but this bug MAY or MAY NOT BE related to the new version of cython
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-02 08:28:33 UTC
Created attachment 855574 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-02 08:28:34 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/bin/python3.9: No module named pip
distutils.errors.DistutilsError: Command '['/usr/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/uvloop-0.17.0/temp/tmp6_d8j79p', '--quiet', 'Cython<0.30.0,>=0.29.32']' returned non-zero exit status 1.
subprocess.CalledProcessError: Command '['/usr/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/uvloop-0.17.0/temp/tmp6_d8j79p', '--quiet', 'Cython<0.30.0,>=0.29.32']' returned non-zero exit status 1.
Comment 3 Larry the Git Cow gentoo-dev 2023-08-06 12:30:36 UTC
The bug has been closed via the following commit(s):

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

commit aaaa3f7425f828aa01486217322f501da657bb73
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-08-06 12:25:49 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-08-06 12:30:30 +0000

    dev-python/uvloop: Require <dev-python/cython-3
    
    Closes: https://bugs.gentoo.org/898724
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/uvloop/uvloop-0.17.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)