Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795408 - dev-python/pytest-verbose-parametrize-1.7.0 fails to compile
Summary: dev-python/pytest-verbose-parametrize-1.7.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-11 13:50 UTC by Agostino Sarubbo
Modified: 2021-06-11 15:36 UTC (History)
0 users

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


Attachments
build.log (build.log,39.51 KB, text/plain)
2021-06-11 13:50 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 2021-06-11 13:50:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pytest-verbose-parametrize-1.7.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-11 13:50:14 UTC
Created attachment 715263 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-11 13:50:15 UTC
Possible context of error(s):

/usr/bin/python3.8: No module named pip
Comment 3 Marek Szuba archtester gentoo-dev 2021-06-11 14:45:32 UTC
Pretty sure this is a dev-python/setuptools problem, the call to pip is hard-coded in setuptools/installer.py yet the package in question only depends on dev-python/pip if USE=test is set.
Comment 4 Larry the Git Cow gentoo-dev 2021-06-11 15:05:54 UTC
The bug has been referenced in the following commit(s):

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

commit b95a5a091ee5735239d1587e12f2c1babd42b4d0
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2021-06-11 14:58:32 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2021-06-11 15:05:40 +0000

    dev-python/pytest-verbose-parametrize: BDEPEND on setuptools-git
    
    This one is declared in a different script from other deps. May or may
    not fix the bug linked below, haven't managed to reproduce it yet.
    
    Bug: https://bugs.gentoo.org/795408
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 .../pytest-verbose-parametrize-1.7.0.ebuild                   | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)