Bug 845153

Summary: [Origin]The file 'cqpid.so' conflicts between attempted install of ruby-qpid-qmf and rubygem-qpid when build livecd
Product: OKD Reporter: xjia <xjia>
Component: PodAssignee: Mrunal Patel <mpatel>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: kraman, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-07 20:42:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description xjia 2012-08-02 02:24:06 UTC
Description of problem:
When build livced,some error was happpned.

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


How reproducible:
always

Steps to Reproduce:
1.git clone https://github.com/openshift/crankcase.git
2.cd crankcase/build
3.rake build_setup without any error
4.rake build without any error
5.rake livecd

Actual results:
Transcation couldn't start:
file /usr/lib64/ruby/site_ruby/1.8/x86_64-linux/cqpid.so conflicts between attempted installs of ruby-qpid-qmf-0.16-2.fc16.x86_64 and rubygem-pid-0.16.0-12.fc16.1.x86_64

Expected results:
No such error.

Additional info:
I modify the file "crankcase/build/openshift-origin-broker/kickstart/openshift-origin-remix.ks", add "rubygem-qpid" in the "updates" exclude list.

repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch --exclude=ruby,ruby-devel,ruby-irb,ruby-libs,ruby-rdoc,ruby-ri,ruby-static,ruby-tcltk,rubygem-qpid

Comment 1 Krishna Raman 2012-08-02 14:52:39 UTC
Caused by updated package in Fedora.
Fixed by https://github.com/openshift/crankcase/pull/312

Comment 2 xjia 2012-08-03 05:59:13 UTC
Pass verification.