Bug 171870 - kdelibs and kde-i18n-Polish conflict during "yum update"
Summary: kdelibs and kde-i18n-Polish conflict during "yum update"
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
: 171958 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-27 10:14 UTC by Robert P. J. Day
Modified: 2014-01-21 22:53 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-04-19 20:20:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert P. J. Day 2005-10-27 10:14:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
  Trying to do a "yum update" on a fresh install of FC4 generates:

Transaction Check Error:   file /usr/share/doc/HTML/en/common/1.png conflicts between attempted installs of kdelibs-3.4.2-0.fc4.1 and kde-i18n-Polish-3.4.2-0.fc4.1
  file /usr/share/doc/HTML/en/common/10.png conflicts between attempted installs of kdelibs-3.4.2-0.fc4.1 and kde-i18n-Polish-3.4.2-0.fc4.1
  file /usr/share/doc/HTML/en/common/2.png conflicts between attempted installsof kdelibs-3.4.2-0.fc4.1 and kde-i18n-Polish-3.4.2-0.fc4.1


Version-Release number of selected component (if applicable):
kdelibs-3.4.2-0.fc4.1

How reproducible:
Always

Steps to Reproduce:
1. Fresh install of FC4.
2. "yum update"
3.
  

Additional info:

Comment 1 Than Ngo 2005-11-03 15:17:24 UTC
i have taken a look in the specfile and did not find something which could 
cause this problem. Could you please try to update the kde packages 
with rpm (rpm -Fvh kde*) instead yum. Does this problem still appear? 
 
Many Thanks for your report. 

Comment 2 Than Ngo 2005-11-03 16:35:38 UTC
*** Bug 171958 has been marked as a duplicate of this bug. ***

Comment 3 Than Ngo 2005-11-03 16:41:08 UTC
i have done a fresh fc4 installation on my test machine. 
First, i have tried to update KDE packages which rpm command and it works 
without any problem. With yum it breaks with above errors. 
It seems a bug in yum. 
 

Comment 4 Seth Vidal 2005-11-03 16:44:10 UTC
can you please send the out put of this command:

yum list installed


thanks


Comment 5 Robert P. J. Day 2005-11-03 16:47:08 UTC
I've only ever seen this error immediately after a fresh install of FC4,
followed by a "yum update".  (Actually, you have to first delete a few
kernel-related packages to get past a transaction error, but this error has
happened *every* time for me in those circumstances.)

Comment 6 Dimitri Papadopoulos 2005-11-04 07:11:25 UTC
I guess you need the output of 'yum list installed' before 'yum update'?

I worked around the problem by removing package kde-i18n-Polish before running
'yum update'. I can't reinstall the workstation anymore (it's being tested) so I
can't provide this output now. But really, to reproduce the bug you just need a
complete FC4 installation.

By the way, I also had to remove packages cman-kernel, dlm-kernel, GFS-kernel,
and gnbd-kernel to be able to upgrade. They seem to be tied to a specific
version of the kernel, but updates are not provided alongside kernel packages.
For example, current updates are:
	kernel-2.6.13-1.1532_FC4
	cman-kernel-2.6.11.5-20050601.152643.FC4.15
	dlm-kernel-2.6.11.5-20050601.152643.FC4.15
	GFS-kernel-2.6.11.8-20050601.152643.FC4.18
	gnbd-kernel-2.6.11.2-20050420.133124.FC4.51


Comment 7 Robert P. J. Day 2005-11-04 09:17:21 UTC
Here's the entire sequence of what happens when you do an "Everything" FC4
install and try to "yum update" in one operation these days -- this is from just
a few days ago.  The install works fine, but the first attempt at "yum update"
complains about a conflict based on the four *-kernel packages listed above
because they aren't compatible with the current kernel.

You can either just remove those packages (most people don't need them anyway),
or try again with:

  # yum --exclude="*-kernel" update

That command is the one that complains about the clash between kdelibs and
kde-i18n-Polish.  To get around that, I just removed the "kde-i18n-Polish"
package and then the above yum update command started to work.

Finally, if you don't have enough free space in /usr, the yum command will
eventually fail given that, these days, doing a yum update on a *fresh* install
involves updating over 550 packages.  To get around that last issue (obviously
not really an error, just an annoyance), I did the update in two steps:

  # yum --exclude "*-kernel" update "kde*"
  # yum --exclude "*-kernel" update

and everything was happy.

Comment 8 Seth Vidal 2005-11-07 04:52:25 UTC
comment #6: Yes - I need to see what was going on beforehand.


Comment 9 Jeremy Katz 2006-04-19 20:20:01 UTC
Closing due to inactivity.  Please reopen if you can add further information to
the report.


Note You need to log in before you can comment on or make changes to this bug.