-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
CentOS Stream 9
-
Yes
-
None
-
rhel-virt-core
-
ssg_virtualization
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
ppc64le
-
None
What were you trying to do that didn't work?
Build qemu-kvm on ppc64le
What is the impact of this issue to you?
Building qemu-kvm on ppc64le is currently blocked.
Please provide the package NVR for which the bug is seen:
> qemu-kvm-9.1.0
How reproducible is this bug?:
This issue is reproducible when trying to build qemu-kvm for ppc64le or when applying the following patch:
click
After applying the patch, check the file target/ppc/cpu-models.c — it contains an unclosed #if, which causes the build to fail.
Here is a patch that restores the missing line and resolves the issue:
https://git.almalinux.org/autopatch/qemu-kvm/src/branch/a9/files/0001-Bring-back-missing-line-in-target-ppc-cpu-models.patch