Bug 972325

Summary: yum install development-tools fails with multiple file conflicts
Product: [Fedora] Fedora Reporter: Anthony Papillion <anthony>
Component: systemtapAssignee: Frank Ch. Eigler <fche>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, anthony, dsmith, fche, ffesti, firas.alkafri, jistone, lberk, mjw, mjw, nathans, packaging-team-maint, scox, smakarov, tim.lauridsen, wcohen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-10 13:22:41 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 Anthony Papillion 2013-06-08 13:12:05 UTC
Description of problem:

Attempting to install the development-tools package results in failure due to multiple conflicting files.

How reproducible:

sudo yum install @development-tools


Steps to Reproduce:
1. Open Terminal
2. Type sudo yum install @development-tools

Actual results:

Installation fails with the following error summary:

  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-devel-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-devel-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-devel-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-runtime-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-runtime-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-runtime-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-client-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-client-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-client-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686
  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-2.2.1-1.fc18.i686 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.i686

Expected results:

development-tools package should have been successfully installed.

Comment 1 Jan Zeleny 2013-06-10 07:01:17 UTC
Not a bug in yum, those reports are accurate. Yum clearly indicates that files from these two packages conflict. Since packages' names are not the same, I suspect there is a packaging issue involved (not defined Obsoletes?). Reassigning to systemtap.

Comment 2 Mark Wielaard 2013-06-10 13:22:41 UTC

*** This bug has been marked as a duplicate of bug 915247 ***