Bug 446833

Summary: kdelibs.i386 conflicts with kdelibs.x86_64
Product: [Fedora] Fedora Reporter: Andrey Petrov <andreypetrov>
Component: kdelibsAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: kevin, ltinkl, rdieter, tuxbrewr
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-05-23 15:09:07 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 Andrey Petrov 2008-05-16 11:45:55 UTC
Description of problem:
You can't yum install kdelibs.i386 on an amd64 Fedora 9 box.

Version-Release number of selected component (if applicable):
kdelibs                 i386       6:4.0.3-7.fc9

How reproducible:
always

Steps to Reproduce:
1. Install 64-bit fedora 9 with KDE.
3. yum install kdelibs.i386
  
Actual results:
Transaction Check Error:
  file /usr/share/doc/HTML/en/sonnet/index.cache.bz2 from install of
kdelibs-4.0.3-7.fc9.i386 conflicts with file from package kdelibs-4.0.3-7.fc9.x86_64

Expected results:
side-by-side kdelibs.amd64 in /usr/lib64 and kdelibs.i386 in /usr/lib

Additional info:
prevents the running of 32-bit kde apps on 64-bit fedora 9

Comment 1 Rex Dieter 2008-05-16 12:15:24 UTC
Joy, more doxygen borkage, it would appear.

Comment 2 Kevin Kofler 2008-05-16 13:19:56 UTC
The workaround is to install the 2 versions in one transaction, which for some 
reason gets RPM not to complain.
su -
rpm -e --nodeps kdelibs
yum install kdelibs kdelibs.i386

But we have to fix this in some way.

Comment 3 Andrey Petrov 2008-05-23 14:24:33 UTC
Same problem with latest F9 KDE updates:
kdelibs-4.0.4-4.fc9.i386
kdelibs-4.0.4-4.fc9.x86_64

I've worked around the problem like this:
# rpm -Uvh --force kdelibs-4.0.4-4.fc9.i386.rpm
(after satisfying all kdelibs.i386 dependencies with yum)

Comment 4 Rex Dieter 2008-05-23 14:40:20 UTC
Maybe move non-arch conflicts to kdelibs-common ?
(doesn't solve conflict in kdelibs4 for previous releases tho)

or maybe some other "common" type subpkg.

noticed with kdelibs-4.0.4 that
/usr/share/kde4/apps/kjava/kjava.jar
conflicts too.


Comment 5 Rex Dieter 2008-05-23 15:08:57 UTC
nevermind, I reconfirmed that kjava.jar was bogus (a local botch).

Comment 6 Rex Dieter 2008-05-23 15:09:07 UTC

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