Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943228 - dev-python/jellyfish-1.1.0-r1 fails tests: distutils-r1_pkg_setup: command not found
Summary: dev-python/jellyfish-1.1.0-r1 fails tests: distutils-r1_pkg_setup: command no...
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-11-11 08:33 UTC by Agostino Sarubbo
Modified: 2024-11-11 13:00 UTC (History)
1 user (show)

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


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

Issue: dev-python/jellyfish-1.1.0-r1 fails tests.
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#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-11 08:33:52 UTC
Created attachment 908459 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-11 08:33:53 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/portage/dev-python/jellyfish/jellyfish-1.1.0-r1.ebuild: line 78: distutils-r1_pkg_setup: command not found
/usr/portage/dev-python/jellyfish/jellyfish-1.1.0-r1.ebuild: line 79: cargo_src_prepare: command not found
Comment 3 Larry the Git Cow gentoo-dev 2024-11-11 13:00:20 UTC
The bug has been closed via the following commit(s):

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

commit bdc9207df164059c906f127c7c4a59e9832c8999
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-11 12:59:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-11 12:59:38 +0000

    dev-python/jellyfish: 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/943228
    Signed-off-by: Sam James <sam@gentoo.org>

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