<br><br><div class="gmail_quote">On Tue, Mar 17, 2009 at 7:03 PM, Kevin Kofler <span dir="ltr"><<a href="mailto:kevin.kofler@chello.at">kevin.kofler@chello.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Igor Miletic wrote:<br>
> For example, when installing wine, which comes only in i586 version, it<br>
> pulls alsa-lib.i586 as well.  Installation fails due to:<br>
> file /usr/share/alsa/cards/RME9652.conf from alsa-lib-1.0.19-3.fc11.i586<br>
> installation is in conflict with file from alsa-lib-1.0.19-1.fc11.x86_64<br>
> package<br>
<br>
</div>The version doesn't match, the alsa-lib.i586 you're trying to install is<br>
newer. You have to "yum update" before installing new stuff.<br>
</blockquote><div> </div></div>Yes, this was one of problems. I had unfinished transaction when rpm
was updated to 4.7. Because of that yum/rpm thought that I had
installed both new version of alsa-lib (and many other packages) and
old one. This is reason why I was unable to install 586 packages. There
weren't actually any duplicates, I think that rpm database was not
cleared properly.<br>
<br>Well, yum-complete-transaction cleared that problem by removing
pretty much every package on my test system :), including glibc. This
is probably bug/feature that I should report against yum.