Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th May 2005, 01:50 PM
B1gtul34u2 Offline
Registered User
 
Join Date: May 2005
Posts: 29
Smile dependency issue relating to mplayer

hello, I've got another noob question here. Im trying to install mplayer using the yum installer but it seems as if there's some dependency issues regarding the installation of the mplayer.


-> Populating transaction set with selected packages. Please wait.
---> Package mplayer.i386 4:1.0-44_pre7.rhfc3.at set to be updated
--> Running transaction check
--> Processing Dependency: liblirc_client.so.0 for package: mplayer
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libxvidcore.so.4 for package: mplayer
--> Processing Dependency: liblzo.so.1 for package: mplayer
--> Processing Dependency: mplayer-fonts for package: mplayer
--> Processing Dependency: libaa.so.1 for package: mplayer
--> Processing Dependency: libmad.so.0 for package: mplayer
--> Processing Dependency: libpostproc.so.0 for package: mplayer
--> Processing Dependency: libXvMCNVIDIA_dynamic.so.1 for package: mplayer
--> Processing Dependency: libmp3lame.so.0 for package: mplayer
--> Processing Dependency: libviaXvMC.so.1 for package: mplayer
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libdvdread.i386 0:0.9.4-3_1.rhfc3.at set to be updated
---> Package nvidia-graphics4496-libs.i386 1:1.0_4496-65.1.rhfc3.at set to be updated
---> Package ffmpeg.i386 0:0.4.9-7_cvs20050418.rhfc3.at set to be updated
---> Package aalib.i386 0:1.4-2.rc5.rhfc3.at set to be updated
---> Package lirc-lib.i386 0:0.7.1-46.rhfc3.at set to be updated
---> Package mplayer-fonts.noarch 4:1.0-6.at set to be updated
---> Package libmad.i386 0:0.15.0b-2_1.rhfc3.at set to be updated
---> Package lame.i386 0:3.96.1-10.rhfc3.at set to be updated
---> Package xorg-x11-libs.i386 0:6.8.2-1.FC3.13_2.rhfc3.at set to be updated
---> Package lzo.i386 0:1.08-2_1.rhfc3.at set to be updated
---> Package libxvidcore4.i386 0:1.0.3-7.rhfc3.at set to be updated
--> Running transaction check
--> Processing Dependency: libraw1394.so.8 for package: ffmpeg
--> Processing Dependency: xorg-x11-libs = 6.8.2-1.FC3.13 for package: xorg-x11
--> Processing Dependency: libdvdcss >= 1.2.5 for package: libdvdread
--> Processing Dependency: xorg-x11-libs = 6.8.2-1.FC3.13 for package: xorg-x11-xfs
--> Processing Dependency: libImlib2.so.1 for package: ffmpeg
--> Processing Dependency: libdc1394_control.so.11 for package: ffmpeg
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package xorg-x11.i386 0:6.8.2-1.FC3.13_2.rhfc3.at set to be updated
---> Package libdvdcss.i386 0:1.2.8-1_1.rhfc3.at set to be updated
---> Package libraw1394_8.i386 0:1.2.0-0_5.rhfc3.at set to be updated
---> Package imlib2.i386 0:1.1.2-3.rhfc3.at set to be updated
---> Package xorg-x11-xfs.i386 0:6.8.2-1.FC3.13_2.rhfc3.at set to be updated
--> Running transaction check
--> Processing Dependency: libdc1394_control.so.11 for package: ffmpeg
--> Finished Dependency Resolution
Error: Missing Dependency: libdc1394_control.so.11 is needed by package ffmpeg
[root@cpc3-seve1-5-0-cust185 everett]#

Ive started to lose my hair since installation
Reply With Quote
  #2  
Old 17th May 2005, 01:54 PM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
this might help :
http://forums.fedoraforum.org/forum/...ad.php?t=52758
And make sure, you don't have conflicting repositories enabled.
__________________
--
http://twitter.com/ik12
Reply With Quote
  #3  
Old 17th May 2005, 01:59 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
Try not using ATrpms and use dag instead
I have always had problems installing rpms from ATrpms nothing against him or his work, they just don't work on my system
make sure you have dag as a repo in either yum.conf or
a seperate repo file in /etc/yum.repos.d/
if you don't just add dag
Code:
gedit /etc/yum.repos.d/dag.repo
add the following...
Quote:
[dag]
name=Dag RPM Repository for Fedora Core
#baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
baseurl=http://www.mirrorservice.org/sites/apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1

enabled=1
import dags key
Code:
rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
yum update
then install
yum --disablerepo=atrpms install mplayer mplayer-fonts mplayer-skins
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?

Last edited by fedorajim; 17th May 2005 at 02:04 PM.
Reply With Quote
  #4  
Old 17th May 2005, 07:23 PM
B1gtul34u2 Offline
Registered User
 
Join Date: May 2005
Posts: 29
Quote:
Originally Posted by fedorajim
Try not using ATrpms and use dag instead
I have always had problems installing rpms from ATrpms nothing against him or his work, they just don't work on my system
make sure you have dag as a repo in either yum.conf or
a seperate repo file in /etc/yum.repos.d/
if you don't just add dag
Code:
gedit /etc/yum.repos.d/dag.repo
add the following...

import dags key
Code:
rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
yum update
then install
yum --disablerepo=atrpms install mplayer mplayer-fonts mplayer-skins

First of all thanx for all the replies to my post....greatly appreciated.

Secondly, I carried out all the instructions that you have sent in your response but it seems as if Im still hitting on some snags....this is the point that i really wish i could swear lol.

I take it that from your instructions that the dag.repo is meant to be added to the yum.repos.d directory. Well if my assumptions are right (lol) then something else has gone wrong somewhere down the line. I looked in the etc/yum.repos.d/dag.repo and both the atrpms repo and dag repo were shown. I then installed the key, did and update of yum which took a zillion years lol. I then proceeded to run the last command of downloading the mplayer but as usual in the fedora i got some more errors lol. This is pretty much exciting as there is a feel that we get to have and idea of how to fix things.

well here goes the errors i got when tryingto download mplayer

[root@cpc3-seve1-5-0-cust185 everett]# yum --disablerepo=atrpms install mplayermplayer-fonts mplayer-skins

Setting up Install Process
Setting up Repos
atrpms-stable 100% |=========================| 951 B 00:00
http://www.mirrorservice.org/sites/a...ta/repomd.xml: [Errno 4] IOError: HTTP Error 502: Proxy Error
Trying other mirror.
Cannot open/read repomd.xml file for repository: dag
failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.

where do i go from here
Reply With Quote
Reply

Tags
dependency, mplayer, relating

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mplayer/Mencoder dependency ironeagle62 Using Fedora 9 14th August 2007 10:16 PM
dependency issues relating to spanassasin B1gtul34u2 Using Fedora 3 2nd June 2005 10:27 PM
Mplayer dependency problems rempresent Using Fedora 1 28th March 2005 11:38 PM


Current GMT-time: 08:01 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat