Bug 466779

Summary: atk seems to have package conflicts with the i386 variant (see bugzilla entry 466633)
Product: [Fedora] Fedora Reporter: Arnold Sutter <noldi>
Component: atkAssignee: Matthias Clasen <mclasen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-13 15:52:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arnold Sutter 2008-10-13 15:41:32 UTC
Description of problem:
When trying to install Adobe Reader from the Adobe YUM Repository, it requests many i386 variants of installed packages. Now it seems that atk cannot have both package variants (x86_64 and i386) installed, at least YUM complains because of file conflicts saying "atk10.mo" is already installed (See bugzilla entry 466633 for a detailed typescript about this).

Version-Release number of selected component (if applicable):
atk-1.24.0-1.fc10.i386

How reproducible:
yum -y install AdobeReader_enu (with a registered Adobe YUM repo on an x86_64 system).

Steps to Reproduce:
1.
2.
3.
  
Actual results:
Many yum errors like this one:

Transaction Check Error:
  file /usr/share/locale/af/LC_MESSAGES/atk10.mo from install of atk-1.24.0-1.fc10.i386 conflicts with file from package atk-1.23.5-1.fc10.x86_64

Expected results:
The i386 variant of atk should install seamless.

Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=466633

Comment 1 Matthias Clasen 2008-10-13 15:52:13 UTC
[mclasen@localhost devel]$ ~/Desktop/multilib-cmp.py atk-1.24.0-1.fc10.i386.rpm atk-1.24.0-1.fc10.x86_64.rpm 
No conflicts


You have different versions of atk installed for i386 and x86_64. 
No wonder they conflict.

Comment 2 Arnold Sutter 2008-10-13 21:12:01 UTC
Hello Mat, 

yes, just realized that I had 2 versions of atk installed, after removing the old one, I could install AcrobatReader_enu without issues. 

Thanks much & best Regards, 

Arnold