Update for Python 3.12 and PyQt 6.5. Runtime dependencies are now pulled in automatically; if any are missing, please leave a comment here, or once stable, file a bug.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2023-af95a99daa
Please login to add feedback.
This update has been submitted for testing by yselkowitz.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
There is an ongoing freeze; this will be pushed to stable after the freeze is over.
Now I get instead:
I can reproduce this only with the Qt 6.6.0 update currently in F39 testing. If you use the 6.5.2 packages currently in F39 stable, the program should start successfully, as it did when this update was filed and still does now. As such, I believe this is an issue with the Qt 6.6.0 update (specifically, with PyQt6/WebEngine 6.5's compatibility with Qt/WebEngine 6.6) and not with package, and should be reported here instead: https://bodhi.fedoraproject.org/updates/FEDORA-2023-0d38f82e51
That is different from what I see. When I got the error, I actually had Qt 6.5, and only installed this particular update from testing. I tried with testing repo enabled, core is still dumped, but at a different (later) point in startup:
I tried to distro-sync myself back to just
updates
, to investigate more. But that did not work at all — a freeze this long is terrible. In any case, since withupdates-testing
fully enabled my original problem is gone. I seems to me that this update can be let through, and the remaining problem needs to be solved on the Qt 6 side.I fully agree that this extra long final freeze has been difficult in many ways. Unfortunately(?) I can't reproduce the crash with Qt 6.5, it starts just fine here. It was suggested to me that, if you're still testing with Qt 6.6.0, installing qt6-qtwebengine-devtools is at least a workaround for the V8 startup error, and I can confirm that works; please try that if you are in position to do so. This indicates that a file that was added in 6.6 was improperly placed in -devtools instead of the main package, and that should be fixed soon in https://bodhi.fedoraproject.org/updates/FEDORA-2023-0d38f82e51 .
Thanks, I can confirm that after installing qtwebengine-devtools-6.6.0 from updates-testing, eric starts.
This update has been pushed to stable.