Bug 1969181
Summary: | F35FailsToInstall: qemu-system-x86-core | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | berrange, cfergeau, crobinso, kevin, ondrejj, pbonzini, philmd, rjones, virt-maint |
Target Milestone: | --- | Keywords: | Reopened |
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-06-09 15:22:18 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: | 1927313, 1968825 |
Description
Miro Hrončok
2021-06-07 23:50:11 UTC
So, this seems to have happened because: 4.15.0 was built in a side-tag: Thu May 6 13:11:52 2021 xen-4.15.0-1.fc35 tagged into f35-build-side-40901 by myoung but never merged. Then the python 3.10 rebuild came along and rebuilt that 4.15.0 version... So, qemu just needs a rebuild against xen-4.15.0-2.fc35. Looks like Cole initiated a build last night: https://koji.fedoraproject.org/koji/taskinfo?taskID=69546172 It was built against python3.10 3.10.0~b2-3.fc35 which is the latest python3.10 package in Koji (https://koji.fedoraproject.org/koji/packageinfo?packageID=32438) It failed on s390x, but is still running on Power (I also noticed that the Power builders were really slow yesterday). Anyway my intuition is to let Cole deal with this. s390x tests have been failing randomly for a week, Dan Horak couldn't reproduce outside of koji though. Not sure what the ppc64le issue is all about but it seems to have hung in the test suite. I'm trying a build now with the tests disabled Fixed in qemu-6.0.0-5.fc35 qemu-6.0.0-5.fc35 build was canceled. I pushed a small fix to the previous work which will *hopefully* fix the package on s390x and ppc64le: qemu-6.0.0-5.fc35 https://koji.fedoraproject.org/koji/taskinfo?taskID=69694841 Well it built, so hopefully it's all good now. Sorry for the confusion, thanks for fixing it Rich. I had fixed the breakage locally and submitted a scratch build to confirm it worked. By the time the build finished I forgot it was a scratch build and thought it was a regular `fedpkg build` and added the comment here :) |