Created attachment 1070434 [details] Vagrantfile Description of problem: Version-Release number of selected component (if applicable): openchange-client-2.2-7.fc22.x86_64 How reproducible: Steps to Reproduce: 1. dnf -y install openchange-client which 2. dnf -y update 3. ldd `which mapiprofile` | grep 'not found' Actual results: libsamba-debug-samba4.so => not found Expected results: Additional info: Reproducible with the attached Vagrantfile using the official Fedora 22 Vagrant Box available at https://getfedora.org/en/cloud/download/
With yum one gets: Error: Package: openchange-client-2.2-7.fc22.x86_64 (updates) Requires: libsamba-debug-samba4.so(SAMBA_4.2.2)(64bit) Error: Package: openchange-2.2-7.fc22.x86_64 (updates) Requires: libsamba-debug-samba4.so(SAMBA_4.2.2)(64bit) This is due to the system having samba 4.2.3 installed: % rpm -q -f /usr/lib64/samba/libsamba-debug-samba4.so samba-client-libs-4.2.3-0.fc22.x86_64
Thanks for a bug report. Interestingly the update [1] made it stable without noticing the dependency issue. Anyway, I'll rebuild openchange to make it work again. [1] https://bodhi.fedoraproject.org/updates/FEDORA-2015-14742
openchange-2.2-8.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15259
openchange-2.2-8.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update openchange'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15259
Doesn't seem to work. % rpm -q openchange openchange-client samba-client-libs openchange-2.2-8.fc22.x86_64 openchange-client-2.2-8.fc22.x86_64 samba-client-libs-4.2.3-0.fc22.x86_64 % mapiprofile --newdb mapiprofile: error while loading shared libraries: libsamba-debug-samba4.so: cannot open shared object file: No such file or directory % rpm -q -f /usr/lib64/samba/libsamba-debug-samba4.so samba-client-libs-4.2.3-0.fc22.x86_64 % ldd `which mapiprofile` | grep libsamba-debug-samba4.so libsamba-debug-samba4.so => not found libsamba-debug-samba4.so => /usr/lib64/samba/libsamba-debug-samba4.so (0x0000003a35a00000) Not sure why ldd shows libsamba-debug-samba4.so twice. Maybe some intermediary shared lib needs to be recompiled.
I get exactly the same results # rpm -q openchange openchange-client samba-client-libs openchange-2.2-8.fc22.x86_64 openchange-client-2.2-8.fc22.x86_64 samba-client-libs-4.2.3-0.fc22.x86_64 # mapiprofile --newdb mapiprofile: error while loading shared libraries: libsamba-debug-samba4.so: cannot open shared object file: No such file or directory # rpm -q -f /usr/lib64/samba/libsamba-debug-samba4.so samba-client-libs-4.2.3-0.fc22.x86_64 # ldd `which mapiprofile` | grep libsamba-debug-samba4.so libsamba-debug-samba4.so => not found libsamba-debug-samba4.so => /usr/lib64/samba/libsamba-debug-samba4.so (0x000000362ec00000)
You are right. I updated the patch and I'm currently rebuilding openchange. The right version will be openchange-2.2-9.
openchange-2.2-9.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15259
openchange-2.2-9.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update openchange'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15259
Much better :-) # rpm -q openchange openchange-client samba-client-libs openchange-2.2-9.fc22.x86_64 openchange-client-2.2-9.fc22.x86_64 samba-client-libs-4.2.3-0.fc22.x86_64 # mapiprofile --newdb # # rpm -q -f /usr/lib64/samba/libsamba-debug-samba4.so samba-client-libs-4.2.3-0.fc22.x86_64 # ldd `which mapiprofile` | grep libsamba-debug-samba4.so libsamba-debug-samba4.so => /usr/lib64/samba/libsamba-debug-samba4.so (0x0000003f54000000)
openchange-2.2-9.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.