Bug 2259570
Summary: | libpst fails to build in rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | libpst | Assignee: | Milan Crha <mcrha> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jwakely, mcrha, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libpst-0.6.76-18.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-01-22 17:54:31 UTC | Type: | --- |
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, 2231790, 2231791, 2244836, 2258089 |
Description
Fedora Fails To Install
2024-01-22 10:50:11 UTC
This wasn't rebuilt for the new boost because the package FTBFS in rawhide. configure: error: cannot import Python module "distutils". Please check your Python installation. The error was: Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'distutils' distutils was removed from Python 3.12+, but python3-setuptools offers its own (mostly-compatible) distutils module. Looking at https://koschei.fedoraproject.org/package/libpst I see https://koschei.fedoraproject.org/build/17075128 was the first failed build. The interesting bit is that it no longer transitively pulls in python3-setuptools and hence the issue surfaced. Adding explicit BuildRequires for python3-setuptools should make the package build again (at least in this regard). FTR I belive this is the difference: https://src.fedoraproject.org/rpms/glib2/c/770dc4fc14abb429580937b7fad7157030dd7627?branch=rawhide Thanks for a bug report and all the hints. I'll update the package as suggested. This should be fixed by: https://bodhi.fedoraproject.org/updates/FEDORA-2024-23ae290693 thus I'm closing this. |