Description of problem: ======================= On ubuntu, installation of ceph-test package is failing with error:- The following packages have unmet dependencies: ceph-test : Depends: libradosstriper1 but it is not going to be installed E: Unable to correct problems, you have held broken packages. Version-Release number of selected component (if applicable): ============================================================= ice-setup_0.4.5-1 How reproducible: ================= always Steps to Reproduce: ===================== 1. Install ubuntu 14.x - 2. kernel update to 3.19 3. performed preinstallation steps and installed ceph on cluster 4. install ceph-test to verify bug #1263608. Actual results: =============== c1@magna048:~/ceph-config$ sudo apt-get install ceph-test Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: ceph-test : Depends: libradosstriper1 but it is not going to be installed E: Unable to correct problems, you have held broken packages. Expected results: ================== Package should be installed successfully. Additional info:
I tried adding the following to the "install" target: # Drop ceph-test binaries that link to libradosstriper rm $(DESTDIR)/usr/bin/ceph_test_rados_striper_api_aio rm $(DESTDIR)/usr/bin/ceph_test_rados_striper_api_io rm $(DESTDIR)/usr/bin/ceph_test_rados_striper_api_striping and this seems to have correctly removed the dependency on libradosstriper1.
ceph-test package is getting installed now. http://pastebin.test.redhat.com/346590 :- execution steps Moving to Verified
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0313