Bug 2155449
| Summary: | ntpsec fails to build with Python 3.12: missing distutils module | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | ntpsec | Assignee: | Miroslav Lichvar <mlichvar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | igor.raits, jamesb.fe80, mhroncok, mlichvar, thrnciar |
| 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: | 2024-05-14 08:08:50 UTC | 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: | 2135404 | ||
|
Description
Tomáš Hrnčiar
2022-12-21 09:40:25 UTC
Upstream issue: https://gitlab.com/NTPsec/ntpsec/-/issues/753 This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle. Changing version to 38. This message is a reminder that Fedora Linux 38 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 38 on 2024-05-21. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '38'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 38 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed. ntpsec still relies on distutils. One component of waf (the build tool) can use distutils, and the not-relevant-here tool python_paths requires it. Only one of the nine builds since 1.2.2 came out has failed, and as far as I haven't checked, it might well have been cosmic rays or Thorium poisoning. Ok, thanks. I've verified the ntpsec package builds without distutils. distutils is still available in Fedora in the python3-setuptools package, so I assumed that's why ntpsec worked, but it seems that it doesn't really need that. |