Bug 2327999
Summary: | qpid-proton fails to build with Python 3.14: error: File not found: /builddir/build/BUILD/qpid-proton-0.38.0-build/BUILDROOT/usr/share/proton/docs/api-py | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | qpid-proton | Assignee: | Hirotaka Wakabayashi <hiwkby> |
Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 42 | CC: | hiwkby, ksurma, kvanderr, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2322407 |
Description
Karolina Surma
2024-11-22 10:40:18 UTC
There's also this in the log: Traceback (most recent call last): File "<string>", line 1, in <module> import sys, pkgutil; sys.exit(0 if pkgutil.find_loader('setuptools') else 1) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'find_loader' -- Looking for Python module setuptools - not found Traceback (most recent call last): File "<string>", line 1, in <module> import sys, pkgutil; sys.exit(0 if pkgutil.find_loader('wheel') else 1) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'find_loader' -- Looking for Python module wheel - not found Traceback (most recent call last): File "<string>", line 1, in <module> import sys, pkgutil; sys.exit(0 if pkgutil.find_loader('flake8') else 1) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'find_loader' -- Looking for Python module flake8 - not found Traceback (most recent call last): File "<string>", line 1, in <module> import sys, pkgutil; sys.exit(0 if pkgutil.find_loader('tox') else 1) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'find_loader' Perhaps that's the reason why the installation is incomplete? Hello, Thanks for the report. I will check this. This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. |