Bug 1912917

Summary: calamares fails to build with Python 3.10: undefined reference to `_Py_fopen'
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: boostAssignee: Jonathan Wakely <jwakely>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dakingun, damianatorrpm, denis.arnaud_fedora, jwakely, kevin, mattia.verga, me, mhroncok, 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: 2021-01-05 16:25:04 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: 1912903    
Bug Blocks: 1890881    

Description Tomáš Hrnčiar 2021-01-05 15:34:17 UTC
calamares fails to build with Python 3.10.0a4.

/usr/bin/ld: /usr/lib64/libboost_python310.so.1.73.0: undefined reference to `_Py_fopen'

bpo-32381: Remove the private _Py_fopen() function which is no longer needed. Use _Py_wfopen() or _Py_fopen_obj() instead.

https://docs.python.org/3.10/whatsnew/changelog.html#c-api

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01859511-calamares/

For all our attempts to build calamares with Python 3.10, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/calamares/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/

Let us know here if you have any questions.

Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Kevin Kofler 2021-01-05 16:25:04 UTC
This reference comes from Boost::Python. Calamares does not use _Py_fopen directly.

*** This bug has been marked as a duplicate of bug 1912903 ***