| Summary: | script is "missing" in ~/rpmbuild/BUILD/setuptools-58.5.3/build/lib/setuptools when rebuilding the python-setuptools src rpm from Cauldron | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Kristoffer Grundström <lovaren> |
| Component: | RPM Packages | Assignee: | Python Stack Maintainers <python> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | jani.valimaa |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | rpm-mageia-setup-2.62-1.mga9 | CVE: | |
| Status comment: | |||
|
Description
Kristoffer Grundström
2022-01-25 07:34:37 CET
Kristoffer Grundström
2022-01-25 07:34:53 CET
Summary:
script is missing in /usr/lib/python3.8/site-packages/setuptools/ when rebuilding the python-setuptools src rpm from Cauldron =>
script is "missing" in /usr/lib/python3.8/site-packages/setuptools/ when rebuilding the python-setuptools src rpm from Cauldron
Kristoffer Grundström
2022-01-25 07:36:01 CET
Summary:
script is "missing" in /usr/lib/python3.8/site-packages/setuptools/ when rebuilding the python-setuptools src rpm from Cauldron =>
script is "missing" in ~/rpmbuild/BUILD/setuptools-58.5.3/build/lib/setuptools when rebuilding the python-setuptools src rpm from Cauldron Thank you for the report. My M8 system has: '/usr/lib/python3.8/site-packages/setuptools/script (dev).tmpl' /usr/lib/python3.8/site-packages/setuptools/script.tmpl which is not eactly what it wanted: /usr/lib/python3.8/site-packages/setuptools/script Assigning to Python people. Assignee:
bugsquad =>
python It's not a bug in python, but in some scriptlet run by rpmbuild. I suspect /usr/lib/rpm/gi-find-deps.sh. Looks like the scriptlet doesn't properly handle files with a space in their name. I'll dig this a bit more. Fixed with rpm-mageia-setup-2.62-2.mga9. Status:
NEW =>
RESOLVED (In reply to Jani Välimaa from comment #3) > Fixed with rpm-mageia-setup-2.62-2.mga9. Kiitos, Jani. ;) |