Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836146 - [guru] dev-util/afdko-3.8.1 fails to compile: python3.8: No module named pip
Summary: [guru] dev-util/afdko-3.8.1 fails to compile: python3.8: No module named pip
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-26 07:24 UTC by Agostino Sarubbo
Modified: 2022-03-26 11:53 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,54.54 KB, text/plain)
2022-03-26 07:24 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 2022-03-26 07:24:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/afdko-3.8.1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-26 07:24:30 UTC
Created attachment 767834 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-26 07:24:31 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/bin/python3.8: No module named pip
distutils.errors.DistutilsError: Command '['/usr/bin/python3.8', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-util/afdko-3.8.1/temp/tmp0psljklt', '--quiet', 'cmake']' returned non-zero exit status 1.
subprocess.CalledProcessError: Command '['/usr/bin/python3.8', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-util/afdko-3.8.1/temp/tmp0psljklt', '--quiet', 'cmake']' returned non-zero exit status 1.
Comment 3 Larry the Git Cow gentoo-dev 2022-03-26 11:53:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33f2b788d6a179aa65e6ab134941f74e52d4e47f

commit 33f2b788d6a179aa65e6ab134941f74e52d4e47f
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-03-26 08:07:48 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-03-26 08:07:48 +0000

    dev-util/afdko: prevent pip from installing cmake, ninja
    
    Closes: https://bugs.gentoo.org/836146
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-util/afdko/afdko-3.8.1.ebuild                          |  5 ++++-
 dev-util/afdko/files/afdko-3.8.1-no-cmake-ninja-deps.patch | 13 +++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)