Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943231 - dev-python/libcst-1.5.0-r1 calls commands that do not exist: distutils_r1_pkg_setup
Summary: dev-python/libcst-1.5.0-r1 calls commands that do not exist: distutils_r1_pkg...
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:
Depends on:
Blocks:
 
Reported: 2024-11-11 08:34 UTC by Agostino Sarubbo
Modified: 2024-11-11 13:00 UTC (History)
0 users

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


Attachments
build.log (build.log,728.32 KB, text/plain)
2024-11-11 08:34 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-11-11 08:34:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/libcst-1.5.0-r1 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0018
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-11 08:34:02 UTC
Created attachment 908463 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-11-11 13:00:19 UTC
The bug has been closed via the following commit(s):

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

commit 5ad932f8be75fbb0e40c9460fa7099e6018dc55c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-11 12:57:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-11 12:57:03 +0000

    dev-python/libcst: fix pkg_setup
    
    distutils-r1_pkg_setup doesn't exist and no other inherited eclass exports pkg_setup,
    so just let it call rust_pkg_setup
    
    Closes: https://bugs.gentoo.org/943231
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/libcst/libcst-1.5.0-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)