Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1778517 - qemu-kvm uninstallable on Rawhide armv7
Summary: qemu-kvm uninstallable on Rawhide armv7
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2019-12-01 20:25 UTC by Richard W.M. Jones
Modified: 2019-12-03 09:16 UTC (History)
9 users (show)

Fixed In Version: qemu-4.2.0-0.3.rc2.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-02 21:33:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2019-12-01 20:25:48 UTC
Description of problem:

On armv7:

DEBUG util.py:596:  Error: 
DEBUG util.py:596:   Problem: package libvirt-daemon-kvm-5.9.0-1.fc32.armv7hl requires qemu-kvm, but none of the providers can be installed
DEBUG util.py:596:    - package libguestfs-1:1.41.8-2.fc32.armv7hl requires libvirt-daemon-kvm >= 0.10.2-3, but none of the providers can be installed
DEBUG util.py:596:    - package qemu-kvm-2:4.2.0-0.2.rc2.fc32.armv7hl requires qemu-system-arm = 2:4.2.0-0.2.rc2.fc32, but none of the providers can be installed
DEBUG util.py:596:    - package libguestfs-devel-1:1.41.8-2.fc32.armv7hl requires libguestfs.so.0, but none of the providers can be installed
DEBUG util.py:596:    - package libguestfs-devel-1:1.41.8-2.fc32.armv7hl requires libguestfs(armv7hl-32) = 1:1.41.8-2.fc32, but none of the providers can be installed
DEBUG util.py:596:    - package qemu-system-arm-2:4.2.0-0.2.rc2.fc32.armv7hl requires qemu-system-arm-core = 2:4.2.0-0.2.rc2.fc32, but none of the providers can be installed
DEBUG util.py:596:    - conflicting requests
DEBUG util.py:596:    - nothing provides libibverbs.so.1 needed by qemu-system-arm-core-2:4.2.0-0.2.rc2.fc32.armv7hl
DEBUG util.py:596:    - nothing provides libibverbs.so.1(IBVERBS_1.0) needed by qemu-system-arm-core-2:4.2.0-0.2.rc2.fc32.armv7hl
DEBUG util.py:596:    - nothing provides libibverbs.so.1(IBVERBS_1.1) needed by qemu-system-arm-core-2:4.2.0-0.2.rc2.fc32.armv7hl
DEBUG util.py:596:    - nothing provides librdmacm.so.1 needed by qemu-system-arm-core-2:4.2.0-0.2.rc2.fc32.armv7hl
DEBUG util.py:596:    - nothing provides librdmacm.so.1(RDMACM_1.0) needed by qemu-system-arm-core-2:4.2.0-0.2.rc2.fc32.armv7hl
DEBUG util.py:596:    - nothing provides libibumad.so.3 needed by qemu-system-arm-core-2:4.2.0-0.2.rc2.fc32.armv7hl

It's installable on other architectures so I guess that RDMA has
been removed form 32 bit ARM?

Version-Release number of selected component (if applicable):

See versions above.

How reproducible:

100%

Steps to Reproduce:
1. dnf install qemu-kvm

Comment 1 Daniel Berrangé 2019-12-02 10:15:02 UTC
This was added in the rebase of rdma-core RPM on Thursday 28th

# 32-bit arm is missing required arch-specific memory barriers,
ExcludeArch: %{arm}

Comment 2 Daniel Berrangé 2019-12-02 15:49:08 UTC
QEMU fix is committed to master, but I can't rebuild QEMU until we rebuild libiscsi first

https://src.fedoraproject.org/rpms/libiscsi/pull-request/1

Comment 3 Richard W.M. Jones 2019-12-02 15:53:42 UTC
I merged that change to libiscsi, doing a build now:

https://koji.fedoraproject.org/koji/taskinfo?taskID=39413351

Comment 4 Richard W.M. Jones 2019-12-02 16:12:45 UTC
qemu build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=39413627

Comment 5 Richard W.M. Jones 2019-12-02 21:33:10 UTC
Should now be fixed in qemu-4.2.0-0.3.rc2.fc32


Note You need to log in before you can comment on or make changes to this bug.