Hello again, and thanks for the answer Michael.<br><br>I've run yum-complete-transaction and it finished all the transaction remaining, now when i run 'yum update -y' if gave me this error:<br><br>####Start error####<br>
[root@tekorei Download]# yum update -y<br>Loaded plugins: refresh-packagekit<br>Setting up Update Process<br>Resolving Dependencies<br>--> Running transaction check<br>---> Package boost.x86_64 0:1.37.0-7.fc11 set to be updated<br>
---> Package boost-devel.x86_64 0:1.37.0-7.fc11 set to be updated<br>---> Package gnutls.x86_64 0:2.6.6-3.fc11 set to be updated<br>---> Package gnutls-devel.x86_64 0:2.6.6-3.fc11 set to be updated<br>--> Processing Dependency: libass.so.3()(64bit) for package: gstreamer-plugins-bad-0.10.13-6.fc11.x86_64<br>
---> Package libass.x86_64 0:0.9.7-1.fc11 set to be updated<br>---> Package newt.x86_64 0:0.52.10-4.fc11 set to be updated<br>---> Package newt-devel.x86_64 0:0.52.10-4.fc11 set to be updated<br>---> Package newt-python.x86_64 0:0.52.10-4.fc11 set to be updated<br>
---> Package tzdata.noarch 0:2009m-2.fc11 set to be updated<br>---> Package tzdata-java.noarch 0:2009m-2.fc11 set to be updated<br>--> Finished Dependency Resolution<br>gstreamer-plugins-bad-0.10.13-6.fc11.x86_64 from installed has depsolving problems<br>
  --> Missing Dependency: libass.so.3()(64bit) is needed by package gstreamer-plugins-bad-0.10.13-6.fc11.x86_64 (installed)<br>Error: Missing Dependency: libass.so.3()(64bit) is needed by package gstreamer-plugins-bad-0.10.13-6.fc11.x86_64 (installed)<br>
 You could try using --skip-broken to work around the problem<br> You could try running: package-cleanup --problems<br>                        package-cleanup --dupes<br>                        rpm -Va --nofiles --nodigest<br>
####End error####<br><br>Run the commands 'package-cleanup --problems','package-cleanup --dupes' and 'rpm -Va --nofiles --nodigest' whit this results:<br><br>####Results####<br>[root@tekorei Download]# package-cleanup --problems<br>
Setting up yum<br>Loaded plugins: refresh-packagekit<br>Reading local RPM database<br>Processing all local requires<br>No problems found<br>[root@tekorei Download]# package-cleanup --dupes<br>Setting up yum<br>Loaded plugins: refresh-packagekit<br>
[root@tekorei Download]# rpm -Va --nofiles --nodigest<br>[root@tekorei Download]# <br>####End####<br>But it still gave me the same error of libass.so.3<br><br>####Code####<br>[root@tekorei Download]#  rpm --query --qf %{n}-%{v}-%{r}.%{arch}\\n perl glibc<br>
perl-5.10.0-73.fc11.x86_64<br>glibc-2.10.1-5.x86_64<br><br>[root@tekorei Download]# locate libass.so.3<br>/usr/lib64/libass.so.3<br>/usr/lib64/libass.so.3.0.0<br>####Code####<br>As you can see, i don't have these packages in i?86, all is in x86_64 and the libass.so.3 is installed in my system.<br>
<br>Searching a little in Google i found some people having the same error but with vlc, and saying that their error was because of the rpms in the repository wasn't correctly compiled. And if they wait for a few days the error was going to be corrected. It's that my situation too?   <br>
<br>Best Regards.<br><br><div class="gmail_quote">On Sun, Sep 27, 2009 at 1:13 AM, Michael Schwendt <span dir="ltr"><<a href="mailto:mschwendt@gmail.com">mschwendt@gmail.com</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">On Sat, 26 Sep 2009 15:44:51 -0400, Fabio wrote:<br>
<br>
> Hello my dear friends,<br>
><br>
> I'm having troubles to update my system, Fedora 11, after downloading<br>
> everything, yum give me an error:<br>
><br>
> ######Start error report#######<br>
> [tekorei@tekorei ~]$ sudo yum update perl<br>
> [sudo] password for tekorei:<br>
> Loaded plugins: refresh-packagekit<br>
> Setting up Update Process<br>
> Resolving Dependencies<br>
> There are unfinished transactions remaining. You might consider running<br>
> yum-complete-transaction first to finish them.<br>
<br>
</div>Here's a warning in the output which you've overlooked. An unfinished<br>
transaction can be the reason for issues during an update attempt, such as<br>
multiple releases of a package being installed.<br>
<br>
So, run the command that's recommended to you. If that transaction doesn't<br>
finish without problems, another look will be needed. There are tools in<br>
the "yum-utils" package, such as "package-cleanup --problems" and<br>
"package-cleanup --cleandupes", which help with some tasks.<br>
<div class="im"><br>
> --> Processing Dependency: perl = 4:5.10.0-68.fc11 for package:<br>
> perl-Package-Constants<br>
<br>
</div>This dependency is suspicious (and evidence of duplicates being<br>
installed), as the line below shows that there is a later perl update<br>
already:<br>
<div class="im"><br>
> ---> Package perl.x86_64 4:5.10.0-73.fc11 set to be updated<br>
<br>
</div>Perl for x86_64 and i586 are built from the same src.rpm and by<br>
the same build job, so they are released into the repository<br>
at the same time, too:<br>
<a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=113289" target="_blank">http://koji.fedoraproject.org/koji/buildinfo?buildID=113289</a><br>
<div class="im"><br>
> ---> Package perl.i586 4:5.10.0-68.fc11 set to be updated<br>
<br>
</div>Take a look at<br>
  rpm --query --qf %{n}-%{v}-%{r}.%{arch}\\n perl glibc<br>
to display what "perl" and "glibc" packages are installed prior to<br>
a Yum update. You want to clean up your installation (first of all<br>
the unfinished transactions) and likely get rid of any i?86 packages.<br>
<div class="im"><br>
> Transaction Check Error:<br>
>   file /usr/share/doc/glibc-2.10.1/NEWS from install of glibc-2.10.1-5.i686<br>
> conflicts with file from package glibc-2.10.1-2.x86_64<br>
<br>
</div>Both ought to be 2.10.1-5, and that it isn't true is an evidence of<br>
[unfinished] duplicates in your installation.<br>
<div class="im"><br>
>   file /usr/lib/perl5/5.10.0/File/Spec.pm conflicts between attempted<br>
> installs of perl-4:5.10.0-73.fc11.x86_64 and perl-4:5.10.0-68.fc11.i586<br>
<br>
</div>Both ought to be 5.10.0-73.fc11, same as above.<br>
<font color="#888888"><br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Fabio Jara.<br>Universidad Privada del Este - Paraguay.<br>IT Manager.<br>Fedora Ambassador for Paraguay.<br>