A dedicated page was created on the Fedora wiki to coordinate the various 
builds: 
https://fedoraproject.org/wiki/User:Denisarnaud/Tasks/Ongoing/2024-08-re2

Most of the dependent packages have been successfully rebuilt (thanks to all 
the contributors!), or will soon be.

The only one to keep failing up until now is qt5-qtwebengine 
(https://src.fedoraproject.org/rpms/qt5-qtwebengine ), as the python2 package 
no longer seems to be available on Rawhide (but it is still available on Fedora 
41).
The failing statement on Rawhide is the following line:
BuildRequires: %{__python2}

The %{__python2} macro translates into /usr/bin/python2, which is not available 
on Rawhide (whereas, on F41 for instance, it translates to the python2.7 
package). On Rawhide, Python2 does not seem to be available anymore (which is 
understandable, as the EOL of Python 2 is already far in the past).
Koji (failing) build on Fedora Rawhide for qt5-qtwebengine: 
https://koji.fedoraproject.org/koji/taskinfo?taskID=122002367

The solutions I can think of:
1. Have the python2 package ported/built onto Rawhide (as it is on F41)
2. Migrate the qt5-qtwebengine package specification file so that it avoids 
using Python 2 at all. It would be a better long term solution, but potentially 
requires more work on the RPM spec file

--
Kr
D
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to