 |
 |
 |
 |
| Software Help on software problems. |

2009-08-20, 03:06 AM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
|
FFMPEG conflict with LIBSWSCALE
Trying to watch an AVI and Totem Movie Player needed to add some plugins etc. Gives me this error after downloading about 64 files and not completing install:
Quote:
Test Transaction Errors: file /usr/lib/libswscale.so.0.7.1 conflicts between attempted installs of libswscale0-0.5-30.fc11.i586 and ffmpeg-libs-0.5-2.fc11.i586
file /usr/lib/libavutil.so.49.15.0 conflicts between attempted installs of libavutil49-0.5-30.fc11.i586 and ffmpeg-libs-0.5-2.fc11.i586
|
Then tried to install VLC from the GPK and similar conflict occurs again with failed installed.
Haven't been able to search too much on this, for which I apologise as I have water pouring in from the flat upstairs. One of those days and it's only 10am!! lol
Running Fedora 11
|

2009-08-21, 04:19 AM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
So I've had errors with Totem, Mplayer, VLC, and Xine just threw this at me:
Quote:
Transaction Check Error:
file /usr/lib/libavutil.so.49.15.0 from install of ffmpeg-libs-0.5-2.fc11.i586 conflicts with file from package libavutil49-0.5-30.fc11.i586
file /usr/lib/libfaad.so.2.0.0 from install of faad2-libs-1:2.7-1.fc11.i586 conflicts with file from package libfaad2-1:2.7-16.fc11.i586
file /usr/lib/libswscale.so.0.7.1 from install of ffmpeg-libs-0.5-2.fc11.i586 conflicts with file from package libswscale0-0.5-30.fc11.i586
file /usr/lib/libavcodec.so.52.20.0 from install of ffmpeg-libs-0.5-2.fc11.i586 conflicts with file from package libavcodec52-0.5-30.fc11.i586
|
All I want to do is watch the Avatar trailer at Apple lol. Ideally I'd prefer VLC installed but I can't remove the conflicting files via the GPK so wondering if someone out there can help me? Also hoping to find answers for this for others on another forum.
Fedora 11 is a clean install very recently so I'm surprised at this issue.
|

2009-08-21, 04:40 AM CDT
|
 |
The "Quiet" Community Manager -- Gone Fishin'! --
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 8,130

|
|
You can try, carefully, removing ffmpeg-libs and then trying to install Totem, Xine, MPlayer and VLC. Pay attention to what yum proposes to remove along with ffmpeg-libs as it likes to take dependencies with it. You can try the same for the other dependency errors you are seeing.
Code:
yum remove ffmpeg-libs
yum install mplayer mplayer-gui
You may be able to do the same for faad2-libs.
Code:
yum remove faad2-libs
Both at the same time..
Code:
yum remove faad2-libs ffmpeg-libs
yum install mplayer mplayer-gui
Bottom line is that sometimes with yum installs and errors you need to remove a package or packages before you can install others, but the others will bring the removed packages back in, probably different versions, but that's the way it is.
Did I mention to pay attention to what yum proposes to remove? Sometimes disaster strikes.
__________________
Glenn
The Bassinator
Powered by Fedora 12
I came. I cast. I kicked Bass!
Your neighborhood KIA parts man.
Laptop: Toshiba Satellite / Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: ASUS P4V8X-MX w/ Intel Celeron D 2.8GHz / 1GB / 500GB SATA / 160GB IDE / 80GB IDE / 250GB USB / NVidia GeForce FX5500 256MB AGP
|

2009-08-21, 06:01 PM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
Quote:
# yum remove ffmpeg-libs
Loaded plugins: kmdl, refresh-packagekit
Setting up Remove Process
No Match for argument: ffmpeg-libs
Package(s) ffmpeg-libs available, but not installed.
No Packages marked for removal
|
and then
Quote:
# yum remove faad2-libs
Loaded plugins: kmdl, refresh-packagekit
Setting up Remove Process
No Match for argument: faad2-libs
Package(s) faad2-libs available, but not installed.
No Packages marked for removal
|
and after trying to install VLC again I get
Quote:
Transaction Check Error:
file /usr/lib/libfaad.so.2.0.0 can't be found conflicts between attempted installs of ffmpeg-libs-0.5-2.fc11.i586 and libavutil49-0.5-30.fc11.i586
file /usr/lib/libfaad.so.2.0.0 conflicts between attempted installs of libfaad2-1:2.7-16.fc11.i586 and faad2-libs-1:2.7-1.fc11.i586
|
so I did a search on the harddrive for all the conflicting files in the hope their removal would allow for a clean install of VLC.. though:
libfaad.so.2.0.0 can't be found
ffmpeg-libs is from rpmfusion (noted this as maybe this repository is causing conflict?)
libavutil can't be found
libfaad.so.2.0.0 of course can't be found
libfaad2-1:2.7-16.fc11.i586 can't be found
faad2-libs-1:2.7-1.fc11.i586 can't be found
|

2009-08-22, 01:38 AM CDT
|
 |
The "Quiet" Community Manager -- Gone Fishin'! --
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 8,130

|
|
|
Silly yum error messages.
What does yum repolist show and what's that kmdl plugin? I don't see it listed with other plugins.
__________________
Glenn
The Bassinator
Powered by Fedora 12
I came. I cast. I kicked Bass!
Your neighborhood KIA parts man.
Laptop: Toshiba Satellite / Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: ASUS P4V8X-MX w/ Intel Celeron D 2.8GHz / 1GB / 500GB SATA / 160GB IDE / 80GB IDE / 250GB USB / NVidia GeForce FX5500 256MB AGP
|

2009-08-22, 04:37 AM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
Glennzo thank so much for your help btw. I hope the kindness comes back to you ten-fold!!
kmdl plugin and the other repositories I installed during a 2-3 week attempt at getting wicd/madwifi to work.
Quote:
# yum repolist
Loaded plugins: kmdl, refresh-packagekit
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 17
atrpms Fedora Core 11 - i386 - ATrpms enabled: 645
fedora Fedora 11 - i386 enabled: 13,289
rpmfusion-free RPM Fusion for Fedora 11 - Free enabled: 377
rpmfusion-free-updates RPM Fusion for Fedora 11 - Free - Upda enabled: 310
rpmfusion-nonfree RPM Fusion for Fedora 11 - Nonfree enabled: 110
rpmfusion-nonfree-updates RPM Fusion for Fedora 11 - Nonfree - U enabled: 170
updates Fedora 11 - i386 - Updates enabled: 4,482
repolist: 19,400
|
Geesh! Instead of editing my own post I edited yours. Oops!
Last edited by glennzo; 2009-08-22 at 04:46 PM CDT.
|

2009-08-22, 04:40 PM CDT
|
 |
The "Quiet" Community Manager -- Gone Fishin'! --
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 8,130

|
|
OK, start by disabling AtRPMS. The easiest way to do that is to edit the .repo file directly.
Code:
su -c 'nano /etc/yum.repos.d/atrpms.repo'
Change the line that reads enabled=1 to enabled=0. Save and exit. Now yum repolist won't show atrpms and that repository won't be used for updates or anything else for that matter unless you explicitly tell yum to use it. If you need to use that repository simply use a command like this.
Code:
su -c 'yum --enablerepo=atrpms install something'
I've been gone all day. Where are you at now?
For what it's worth, the command yum whatprovides can come in handy in times like this. You say libavutil can't be found. Try this.
Code:
[glenn@leonardo ~]$ yum whatprovides */libavutil
Loaded plugins: fastestmirror, presto, refresh-packagekit
Excluding Packages in global exclude list
Finished
updates/filelists_db | 5.4 MB 00:09
ffmpeg-devel-0.5-2.fc11.i586 : Development package for ffmpeg
Repo : rpmfusion-free
Matched from:
Filename : /usr/include/ffmpeg/libavutil
It's part of the ffmpeg-devel package.
__________________
Glenn
The Bassinator
Powered by Fedora 12
I came. I cast. I kicked Bass!
Your neighborhood KIA parts man.
Laptop: Toshiba Satellite / Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: ASUS P4V8X-MX w/ Intel Celeron D 2.8GHz / 1GB / 500GB SATA / 160GB IDE / 80GB IDE / 250GB USB / NVidia GeForce FX5500 256MB AGP
Last edited by glennzo; 2009-08-22 at 04:45 PM CDT.
|

2009-08-22, 06:03 PM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
Actually I'd already tried to disable atrpms but the repo file was blank. Adding the single line 'enabled=0' caused and error. What should it contain?!
My whatprovides is somewhat lengthier:
Quote:
$ yum whatprovides */libavutil
Loaded plugins: priorities, protectbase, refresh-packagekit
adobe-linux-i386 | 951 B 00:00
adobe-linux-i386 17/17
atrpms | 2.7 kB 00:00
rpmfusion-free-updates | 3.8 kB 00:00
rpmfusion-nonfree-updates | 3.8 kB 00:00
updates/metalink | 15 kB 00:00
0 packages excluded due to repository protections
updates/filelists_db | 5.4 MB 00:04
ffmpeg-devel-0.5-30.fc11.i586 : Development files for building against the
: ffmpeg package
Repo : atrpms
Matched from:
Filename : /usr/include/libavutil
ffmpeg-devel-0.5-2.fc11.i586 : Development package for ffmpeg
Repo : rpmfusion-free
Matched from:
Filename : /usr/include/ffmpeg/libavutil
|
|

2009-08-22, 06:11 PM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
So from this post
http://forums.fedoraforum.org/showthread.php?t=174435
I've copy/pasted that in to see if it works.. ooh fingers crossed!
(later)
Quote:
|
Repository atrpms is listed more than once in the configuration
|
So ended up with same conflicts. How would I remove atrpms?
(bed)
Last edited by hesthecat; 2009-08-22 at 06:23 PM CDT.
|

2009-08-22, 06:35 PM CDT
|
 |
The "Quiet" Community Manager -- Gone Fishin'! --
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 8,130

|
|
The atrpms repo should have this content.
Code:
[atrpms]
name=Fedora $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=0
gpgcheck=1
Note enabled=0. To remove it just move the file artpms.repo out of /etc/yum.repos.d, but with it disabled it shouldn't have any effect on yum as it will be ignored.
__________________
Glenn
The Bassinator
Powered by Fedora 12
I came. I cast. I kicked Bass!
Your neighborhood KIA parts man.
Laptop: Toshiba Satellite / Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: ASUS P4V8X-MX w/ Intel Celeron D 2.8GHz / 1GB / 500GB SATA / 160GB IDE / 80GB IDE / 250GB USB / NVidia GeForce FX5500 256MB AGP
|

2009-08-23, 02:49 AM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
I've removed all the plugins and ATrpms which now leaves me with the following when trying to install VLC:
Quote:
Transaction Check Error:
file /usr/lib/libfaad.so.2.0.0 from install of faad2-libs-1:2.7-1.fc11.i586 conflicts with file from package libfaad2-1:2.7-16.fc11.i586
|
I can clearly see that it's trying to install an older version of this file. How would I fair removing the newer one? Any reference to libfaad2 is only in /usr/lib/yum/yumdb/l Would this entire libfaad2 folder within /yumdb/l be safe for removal?
I'm glad to have made at least progress with ONE error finally.
Last edited by hesthecat; 2009-08-23 at 03:17 AM CDT.
|

2009-08-23, 03:26 AM CDT
|
 |
The "Quiet" Community Manager -- Gone Fishin'! --
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 8,130

|
|
Code:
yum remove faad2-libs
Then run whatever command you are trying to run.
__________________
Glenn
The Bassinator
Powered by Fedora 12
I came. I cast. I kicked Bass!
Your neighborhood KIA parts man.
Laptop: Toshiba Satellite / Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: ASUS P4V8X-MX w/ Intel Celeron D 2.8GHz / 1GB / 500GB SATA / 160GB IDE / 80GB IDE / 250GB USB / NVidia GeForce FX5500 256MB AGP
|

2009-08-23, 01:43 PM CDT
|
|
Registered User
|
|
Join Date: Aug 2009
Location: London, UK
Posts: 21

|
|
I copy and pasted what you'd put in but it different than my file. So the following:
[drumroll]
only went and removed all conflicting files (ie about 4 different mplayers I'd ended up trying like a numpty). Install of VLC went all the way and works brilliantly. Just added the Firefox plugin and it too is sweeter than a sweet toothed thing.
Awesome job glennzo! Thanks for persisting with me.
|

2009-08-23, 04:01 PM CDT
|
 |
The "Quiet" Community Manager -- Gone Fishin'! --
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 8,130

|
|
|
Nice! Glad it worked out and you're welcome.
As a side note, generally its a good idea to keep those strange 3rd party repos disabled and only enable them through the command line when needed.
__________________
Glenn
The Bassinator
Powered by Fedora 12
I came. I cast. I kicked Bass!
Your neighborhood KIA parts man.
Laptop: Toshiba Satellite / Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: ASUS P4V8X-MX w/ Intel Celeron D 2.8GHz / 1GB / 500GB SATA / 160GB IDE / 80GB IDE / 250GB USB / NVidia GeForce FX5500 256MB AGP
|
| 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
|
|
|
Automatic Translations (Powered by  ):
All times are GMT -7. The time now is 11:59 AM CST.
|
|
 |
 |
 |
 |
|
|