Bug 2507022

Summary: Rebuild getdp with Python 3.15.0b4+
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: getdpAssignee: Ali Erdinc Koroglu <ali.koroglu>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ali.koroglu, igor.raits, manisandro, neuro-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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: 2433833, 2503726, 2506751    

Description Miro Hrončok 2026-07-25 09:54:31 UTC
In https://bodhi.fedoraproject.org/updates/FEDORA-2026-2551d0d66b we have shipped Python 3.15.0b4.

All packages that link to libpython or have extension modules should be rebuilt, or they will segfault on import/usage.

Packages using stable ABI might not need a rebuild.

This package was not rebuilt because we were unable to do so.
Please rebuild it with Python 3.15.0b4+ ASAP.

If you are sure this package does not need a rebuild, feel free to close this bugzilla.

Thanks

Comment 1 Miro Hrončok 2026-07-27 15:59:39 UTC
A rawhide build fails with:

In file included from /usr/include/petsc/petscbag.h:3,
                 from /usr/include/petsc/petsc.h:8,
                 from /builddir/build/BUILD/getdp-3.6.0-build/getdp-3.6.0-source/src/common/Message.cpp:36:
/usr/include/petsc/petscsys.h:122:12: fatal error: petsc/mpiuni/mpi.h: No such file or directory
  122 |   #include <petsc/mpiuni/mpi.h>
      |            ^~~~~~~~~~~~~~~~~~~~
compilation terminated.