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

3rd February 2012, 02:09 AM
|
 |
Registered User
|
|
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,583

|
|
|
Re: Broken Package(s) Prevents Update
It was libvpx that was the culprit, which was a dependency for gstreamer-plugins-bad-free, which was available as a dependency of ffmpeg-libs which was available in rpmfusion-free-updates-testing (did I get that right?)
I've been running F15 with updates testing since install without problems and wanted to enable the updates testing repos on my F16 installs from the beginning, but, was not motivated. Last nights problem with libvpx got me motivated, since I wanted the FF 10.0 update. If anyone is interested, my F16 KDE install with updates-testing enabled is running without problems. Hopefully it will continue this way, with the occasional use of --skip-broken during yum upgrade, as was the case with F15.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
|

3rd February 2012, 02:10 AM
|
 |
Registered User
|
|
Join Date: May 2011
Location: Philadelphia, PA
Posts: 28

|
|
|
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
Code:
yum --enablerepo=rpmfusion-free-updates-testing update ffmpeg-libs
yum update
|
It works, thank you!
The dependency was also preventing my nVidia driver from updating (kmod-nvidia-3.2.2-1.fc16.x86_64.x86_64). I'm using FC16 with XFCE.
Last edited by GeekGirl1; 3rd February 2012 at 02:11 AM.
Reason: Added XFCE.
|

3rd February 2012, 02:50 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 177

|
|
|
Re: Broken Package(s) Prevents Update
The offending packages are gstreamer-plugins-bad-free and libvpx. Do this workaround:
1- Remove the offending packages but ignore dependency using rpm
Quote:
|
$ sudo rpm -e --nodeps gstreamer-plugins-bad-free libvpx
|
2- Then do the update. The packages will get reinstalled again with firefox
|

3rd February 2012, 02:52 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 39

|
|
|
Re: Broken Package(s) Prevents Update
Thanks DBelton for the fix. My only remaining question is whether in the coming days we will have any housekeeping to do, such as downgrading after the regular package is fixed, or can we leave it alone for good? Thanks again, I'm now typing this in FF10!
__________________
--
Bryce Hardy
|

3rd February 2012, 03:00 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,620

|
|
|
Re: Broken Package(s) Prevents Update
that is the "regular" package if no problems are encountered with it.
rpmfusion-*-updates-testing is like the fedora updates-testing. Updated packages are put in there, then get pushed into the regular updates repo if there aren't problems. Nothing to do on your part.
If problems are encountered, then an updated package will go into updates-testing, and when it gets pushed to updates, your system will automatically pull it in with a regular update. (If you keep updates-testing enabled, you would get it as soon as it is pt in there)
|

3rd February 2012, 03:40 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: La. USA
Posts: 1

|
|
|
Re: Broken Package(s) Prevents Update
DBelton's solution worked for me as well. Thanks very much.
|

3rd February 2012, 07:06 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: russia
Posts: 2

|
|
|
Re: Broken Package(s) Prevents Update
Quote:
yum --enablerepo=rpmfusion-free-updates-testing update ffmpeg-libs
yum update
|
Worked for me too. Thank you!
|

3rd February 2012, 07:57 AM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 5

|
|
|
Re: Broken Package(s) Prevents Update
Also Chromium stable from spots repository seems to conflict with libvpx package.
|

3rd February 2012, 12:00 PM
|
 |
Registered User
|
|
Join Date: Mar 2006
Location: S.W. Maine
Posts: 59

|
|
|
Re: Broken Package(s) Prevents Update
Quote:
Originally Posted by GeekGirl1
It works, thank you!
The dependency was also preventing my nVidia driver from updating (kmod-nvidia-3.2.2-1.fc16.x86_64.x86_64). I'm using FC16 with XFCE.
|
I have rpmfusion repo testing active and still get same error message that it can't update.
will wait a few days see what happens
__________________
Dave
--------------------
Morse Code early digital communications medium
Registered Linux User #462608
Blessings to all
|

3rd February 2012, 01:14 PM
|
 |
Registered User
|
|
Join Date: Dec 2011
Posts: 214

|
|
|
Re: Broken Package(s) Prevents Update
Thanks a lot DBelton, working perfect!
|

3rd February 2012, 04:05 PM
|
 |
Registered User
|
|
Join Date: Aug 2008
Location: Bangalore
Age: 31
Posts: 57

|
|
|
Re: Broken Package(s) Prevents Update
Thanks a lot DBelton, worked like a charm for me...
__________________
Waiting Eagerly for F18....
|

3rd February 2012, 06:15 PM
|
 |
Registered User
|
|
Join Date: Jun 2011
Location: Greece, Pireaus
Posts: 22

|
|
|
Re: Broken Package(s) Prevents Update
Keep getting error...
Code:
Error: Package: chromium-15.0.874.106-1.fc16.x86_64 (@fedora-chromium-stable)
Requires: libvpx.so.0()(64bit)
Removing: libvpx-0.9.7.1-1.fc16.x86_64 (@koji-override-0/$releasever)
libvpx.so.0()(64bit)
Updated By: libvpx-1.0.0-1.fc16.x86_64 (updates)
Not found
You could try using --skip-broken to work around the problem
I tried all of the above but with no luck. Any ideas?
|

3rd February 2012, 06:59 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: Broken Package(s) Prevents Update
@Mitsakos-
Post #10 in this thread will resolve the problem for you. You can have both libvpx-1.0.0-1.fc16 and libvpx-0.9.7.1-1.fc16 packages installed at the same time as none of the files in either conflict with the other. I did this yesterday and it works.
Download the libvpx-1.0.0-1.fc16.x86_64.rpm package then use the rpm command, not yum, to install it.
|

3rd February 2012, 06:59 PM
|
 |
Registered User
|
|
Join Date: Nov 2007
Posts: 80

|
|
|
Re: Broken Package(s) Prevents Update
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!
** edit **
I did a forced upgrade of the 1.0 package didn't try to install it, maybe they fixed the package so it will be pulled in and installed beside the old?
Quote:
Originally Posted by PabloTwo
@Mitsakos-
Post #10 in this thread will resolve the problem for you. You can have both libvpx-1.0.0-1.fc16 and libvpx-0.9.7.1-1.fc16 packages installed at the same time as none of the files in either conflict with the other. I did this yesterday and it works.
Download the libvpx-1.0.0-1.fc16.x86_64.rpm package then use the rpm command, not yum, to install it.
|
Gonna try this since I can't watch my movie and having problem downgrading.
Last edited by bsund; 3rd February 2012 at 07:04 PM.
|

3rd February 2012, 08:10 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: Broken Package(s) Prevents Update
Vlc plays movies (from DVD or any video file) for me without complaint with the upgraded libvpx-1.0.0 package.
|
| 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: 22:04 (Tuesday, 18-06-2013)
|
|
 |
 |
 |
 |
|
|