 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

4th February 2012, 03:09 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Broken Package(s) Prevents Update
Quote:
Originally Posted by bsund
Wow, I also did a manual install of the libvpx, and now I can't watch any movies with either vlc or mplayer!
And now it seems they have pushed out the borked libvpx package into regular updates repo.
****storm incoming! 
|
Nothing at all "borked" about the libvpx package.
It is the OTHER packages that are now borked. They need to be repackaged to use the newer version of libpvx.so.0
They have dependencies set up to require a certain version of libpvx.so.0. the update to libpvx is removing that dependency and replacing it with a newer one.
Fedora (and rpmfusion as well) can NOT be responsible for how packages gotten elsewhere act when they update their packages. If they even tried to do that, there would never be an update put into the repos.
|

4th February 2012, 05:13 AM
|
 |
Registered User
|
|
Join Date: Nov 2011
Posts: 4

|
|
|
Re: Broken Package(s) Prevents Update
Quote:
Originally Posted by DBelton
actually, I found out why I didn't get the dependency conflict with ffmpeg-libs like shown above.
enable the rpmfusion-free-updates-testing repo and update ffmpeg-libs
|
I try
Code:
yum --enablerepo=rpmfusion-free-updates-testing update ffmpeg-libs
but
Code:
Package(s) ffmpeg-libs available, but not installed.
No Packages marked for Update
and i try install ffmpeg-libs
Code:
yum --enablerepo=rpmfusion-free-updates-testing install ffmpeg-libs
but
Code:
Error: Package: ffmpeg-libs-0.8.8-1.fc16.x86_64 (rpmfusion-free-updates)
Requires: libvpx.so.0()(64bit)
Available: libvpx-0.9.7.1-1.fc16.x86_64 (fedora)
libvpx.so.0()(64bit)
Installed: libvpx-1.0.0-1.fc16.x86_64 (@updates)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

|

4th February 2012, 05:52 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Broken Package(s) Prevents Update
it is in the standard rpmfusion-free-updates repo now, not the updates-testing.
But from your messages above, you didn't have the ffmpeg-libs package installed, so you couldn't have been getting the dependency conflict, and you already updated the libvpx package.
but your install of the ffmpeg-libs package is still pulling in the old version, try doing a "yum clean all" and then run the install again.
|

4th February 2012, 07:34 AM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 4

|
|
|
Re: Broken Package(s) Prevents Update
hi, follow #10, I download libvpx-0.9.7.1-1.fc16 and libvpx-1.0.0.1-fc16 and install both with rpm -ivh then the problem seem solved.
thanks again
|

4th February 2012, 09:46 AM
|
|
Registered User
|
|
Join Date: May 2007
Posts: 20

|
|
Re: Brozen Package(s) Prevents Update
Quote:
Originally Posted by zardoz
Simplest solution is to do something like
rpm -ivh libvpx-1.0.0-1.fc16.x86_64.rpm
This INSTALLs the new version instead of updating it.
You end up with both versions available and then yum update will work correctly for the other packages.
Sort out the mess later by doing a forced reupdate of the libvpx package once the dust has settled.
Z.
|
Once everything is sorted out with the packages that depend on libvpx.so.0 being updated, you finish by running
rpm -Uvh --force libvpx-1.0.0-1.fc16.x86_64.rpm
This will remove the older version very neatly and you will be back on track again.
Z.
|

4th February 2012, 12:04 PM
|
 |
Registered User
|
|
Join Date: Nov 2011
Posts: 4

|
|
|
Re: Broken Package(s) Prevents Update
thanks, it's work now
|

4th February 2012, 01:20 PM
|
|
Registered User
|
|
Join Date: Jun 2011
Posts: 3

|
|
|
Re: Broken Package(s) Prevents Update
The repos seem to have caught up with each other. I was experiencing the same problem until today, when all updates finally succeeded.
|

4th February 2012, 01:33 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,980

|
|
|
Re: Broken Package(s) Prevents Update
Still having the same problem here, so far. I can manually install the later version but if I try to remove the older one, it wants to remove chromium--at this point, I'll just wait till they sort it out, I guess.
|

4th February 2012, 02:14 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 24

|
|
|
Re: Broken Package(s) Prevents Update
Yes, just waiting on chromium here as well.
|

6th February 2012, 01:00 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 24

|
|
|
Re: Broken Package(s) Prevents Update
Ran yum update a little while ago, and it is all sorted for me now.
|

6th February 2012, 01:17 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,980

|
|
|
Re: Broken Package(s) Prevents Update
Yes me too, as of this morning .
|

6th February 2012, 06:16 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Location: West Sussex, England
Posts: 9

|
|
|
Re: Broken Package(s) Prevents Update
Still not fixed for me, even after doing a
[Edit]Ok - I take that back!
yum in the CLI refused to update, but Software Updates updated no problem![/Edit]
Last edited by ScoobyDan; 6th February 2012 at 07:15 PM.
|

6th February 2012, 09:30 PM
|
 |
Registered User
|
|
Join Date: Jul 2008
Posts: 1,248

|
|
|
Re: Broken Package(s) Prevents Update
My update list is showing the 3.2.3 kernel so I'd THINK that it should be far enough along to get the "fix" but it STILL is bitching about the missing stuff. - what gives?
BTW: are there any issues with the 3.2.3 kernel?
__________________
Chilly Willy, Tux's little cousin...
By its very nature, Windows is a PANE!
|

7th February 2012, 06:08 PM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 867

|
|
|
Re: Broken Package(s) Prevents Update
I am still having this problem today even after 'yum clean all' and 'yum clean metadata' but only i686. The problem did not ever occur for x86_64.
Code:
$ su -c 'yum update'
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package firefox.i686 0:9.0.1-1.fc16 will be updated
---> Package firefox.i686 0:10.0-2.fc16 will be an update
---> Package gstreamer-plugins-bad-free.i686 0:0.10.22-2.fc16.1 will be updated
---> Package gstreamer-plugins-bad-free.i686 0:0.10.22-2.fc16.2 will be an update
---> Package libvpx.i686 0:0.9.7.1-1.fc16 will be updated
--> Processing Dependency: libvpx.so.0 for package: ffmpeg-libs-0.8.5-2.fc16.i686
---> Package libvpx.i686 0:1.0.0-1.fc16 will be an update
---> Package xulrunner.i686 0:9.0.1-1.fc16 will be updated
---> Package xulrunner.i686 0:10.0-1.fc16 will be an update
--> Finished Dependency Resolution
Error: Package: ffmpeg-libs-0.8.5-2.fc16.i686 (@anaconda-0)
Requires: libvpx.so.0
Removing: libvpx-0.9.7.1-1.fc16.i686 (@anaconda-0)
libvpx.so.0
Updated By: libvpx-1.0.0-1.fc16.i686 (updates)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
---------- Post added at 11:08 AM ---------- Previous post was at 10:52 AM ----------
OK this is kinda odd. So I decided to
Code:
su -c 'yum remove ffmpeg-libs'
Which succeeded. Then I had a 5+ minute PackageKit lock on yum and got impatient and rebooted. Then
And listed for updating is:
Code:
libvpx i686 1.0.0-1.fc16 updates 194 k
So...before it wasn't found in updates, now it is. Now Firefox is updated and I don't get the broken dependency error. But when I:
Code:
yum install ffmpeg-libs
No package ffmpeg-libs available.
I don't have RPM Fusion repo on this computer so, I'm not sure what's going on. It seems confused. I know I am.
|

7th February 2012, 06:38 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Broken Package(s) Prevents Update
Code:
BASH:~/-> rpm -q --qf "%{name}-%{version}.%{release} %{vendor}\n" ffmpeg-libs
ffmpeg-libs-0.8.9.1.fc16 RPM Fusion
Well, the ffmpeg-libs either came from rpmfusion or some other non-standard repo.
Seems to me you need to enable the rpmfusion repos on that computer.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 05:44 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|