Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 866011 - dev-python/setuptools-65.1.1 fails tests (MUSL): ModuleNotFoundError: No module named jaraco
Summary: dev-python/setuptools-65.1.1 fails tests (MUSL): ModuleNotFoundError: No modu...
Status: CONFIRMED
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: 2022-08-22 07:50 UTC by Agostino Sarubbo
Modified: 2022-08-22 07:51 UTC (History)
0 users

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


Attachments
build.log (build.log,408.18 KB, text/plain)
2022-08-22 07:51 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-08-22 07:50:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/setuptools-65.1.1 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-22 07:51:02 UTC
Created attachment 800437 [details]
build.log

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


E           subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/setuptools-65.1.1/work/setuptools-65.1.1-python3_8/install/usr/bin/python3.8', '-m', 'build', '--wheel', '--outdir', '/var/tmp/portage/dev-python/setuptools-65.1.1/temp/pytest-of-portage/pytest-0/wheel_build', '/var/tmp/portage/dev-python/setuptools-65.1.1/work/setuptools-65.1.1']' returned non-zero exit status 1.
ModuleNotFoundError: No module named 'jaraco'
setuptools/tests/config/test_pyprojecttoml.py::test_invalid_example[\n            [project]\n            name = "myproj"\n            version = "1.2"\n            requires = ['pywin32; platform_system=="Windows"' ]\n            -configuration error: .project. must not contain ..requires.. properties]