Comment 5 for bug 1949112

Revision history for this message
Ghada Khalil (gkhalil) wrote :

I'm assigning this back to the ceph team. As per my discussion with Linda, even with the fix to address the libzstd and vi dependencies, the build is still failing:

build-iso
...
02:21:23 Warning: Infinite loop detected in dependency resolution. See /localdisk/loadbuild/vbicakci/stx-master-container-flock/export/deps.txt for details -- exiting
02:21:23 These RPMS had problems (likely version conflicts)
02:21:23 librabbitmq.so.4()(64bit)
02:21:23 librdkafka.so.1()(64bit)
02:21:23 libstoragemgmt
02:21:23 Could not install dependencies

[.../stx-master-container-flock/export/dist/isolinux/Packages]$ for pkg in *.rpm ; do rpm -q --requires -p ${pkg} 2>/dev/null | grep --label ${pkg} -e libstorage -e librdkafka -e librabbitmq - /dev/null ; done
ceph-common-14.2.22-0.el7.tis.15486.x86_64.rpm:librabbitmq.so.4()(64bit)
ceph-common-14.2.22-0.el7.tis.15486.x86_64.rpm:librdkafka.so.1()(64bit)
ceph-osd-14.2.22-0.el7.tis.15486.x86_64.rpm:libstoragemgmt
ceph-radosgw-14.2.22-0.el7.tis.15486.x86_64.rpm:librabbitmq.so.4()(64bit)
librgw2-14.2.22-0.el7.tis.15486.x86_64.rpm:librabbitmq.so.4()(64bit)
^C

So this needs further investigation by the ceph team.