Noticed during PHP 8.1 Mass Rebuild Doesn't seems related to PHP DEBUG util.py:444: Error: DEBUG util.py:444: Problem: package libvirt-daemon-kvm-7.8.0-1.fc36.armv7hl requires libvirt-daemon-driver-storage = 7.8.0-1.fc36, but none of the providers can be installed DEBUG util.py:444: - package libvirt-daemon-driver-storage-7.8.0-1.fc36.armv7hl requires libvirt-daemon-driver-storage-gluster = 7.8.0-1.fc36, but none of the providers can be installed DEBUG util.py:444: - conflicting requests DEBUG util.py:444: - nothing provides glusterfs-client >= 2.0.1 needed by libvirt-daemon-driver-storage-gluster-7.8.0-1.fc36.armv7hl DEBUG util.py:444: - nothing provides libgfapi.so.0 needed by libvirt-daemon-driver-storage-gluster-7.8.0-1.fc36.armv7hl DEBUG util.py:444: - nothing provides libgfapi.so.0(GFAPI_3.4.0) needed by libvirt-daemon-driver-storage-gluster-7.8.0-1.fc36.armv7hl DEBUG util.py:444: - nothing provides /usr/sbin/gluster needed by libvirt-daemon-driver-storage-gluster-7.8.0-1.fc36.armv7hl And this is only for arm Build passes on other arches https://koji.fedoraproject.org/koji/taskinfo?taskID=77969720
It's not mentioned in the changelog, bug or anywhere else, but armv7 has been dropped by glusterfs: https://src.fedoraproject.org/rpms/glusterfs/c/09db540e359f6345a4d49b2b6525e23b7d1a67f7?branch=rawhide
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3MQ4ZRPS4MOIDG2RPAR6YX43VX2MCOLW/
Suggested change: https://src.fedoraproject.org/rpms/libvirt/pull-request/10 Scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=77974439
Alternate fix to gluster on armv7 was suggested: https://www.mail-archive.com/lttng-dev@lists.lttng.org/msg12950.html
Build: https://koji.fedoraproject.org/koji/taskinfo?taskID=77977688 I suspect this might fail in the tests again like the scratch build.
It's failing in the tests: Summary of Failures: 90/162 libvirt / virdrivermoduletest FAIL 0.08s exit status 1 129/162 libvirt / storagepoolxml2argvtest FAIL 0.06s exit status 1 130/162 libvirt / storagepoolxml2xmltest FAIL 0.06s exit status 1 133/162 libvirt / virstoragetest FAIL 0.06s exit status 1 This seems like a libvirt problem unrelated to this rebuild.
Created attachment 1838268 [details] verbose log I reproduce this locally and ran the test with: VIR_TEST_VERBOSE=1 VIR_TEST_DEBUG=1 meson test -C redhat-linux-build --num-processes 4 --print-errorlogs --no-suite syntax-check --timeout-multiplier 10 Attached is the log.
https://koji.fedoraproject.org/koji/taskinfo?taskID=78022743
FWIW this original bug was about libguestfs and that has now been built too (libguestfs-1.46.0-4.fc36)