LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Missing Dependencies during Yum Install? (https://www.linuxquestions.org/questions/fedora-35/missing-dependencies-during-yum-install-278583/)

keysorsoze 01-16-2005 04:56 PM

Missing Dependencies during Yum Install?
 
Hi!, I am currently trying to install XMMS mp3 with yum and I am getting a missing depency error. The output of the message is below. Does anyone have any idea what this means?

[root@localhost keysorsoze]# yum -y install xmms-mp3-1.2.7-0.dag.rh90.i386.rpm
Setting up Install Process
Setting up Repo: base
repomd.xml 100% |=========================| 1.1 kB 00:00
Setting up Repo: updates-released
repomd.xml 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
base : ################################################## 2622/2622
updates-re: ################################################## 506/506
Examining xmms-mp3-1.2.7-0.dag.rh90.i386.rpm: xmms-mp3 - 1:1.2.7-0.dag.rh90.i386
Marking xmms-mp3-1.2.7-0.dag.rh90.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package xmms-mp3.i386 1:1.2.7-0.dag.rh90 set to be installed
--> Running transaction check
--> Processing Dependency: xmms = 1.2.7 for package: xmms-mp3
--> Finished Dependency Resolution
Error: missing dep: xmms = 1.2.7 for pkg xmms-mp3
[root@localhost keysorsoze]#

csfalcon 01-16-2005 05:24 PM

what's in your /etc/yum.config? if you haven't already, add

Code:

[livna-stable]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable
  http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.stable
#gpgcheck=1

to your /etc/yum.config and try

Code:

yum install xmms-mp3

keysorsoze 01-16-2005 05:37 PM

Ok, Here is a copy of the Yum conf with the extra tag you wanted, is this correct, because I save using :wq! with the VI and everytime I return there is nothing.

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

[livna-stable]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.stable
#gpgcheck=1

csfalcon 01-16-2005 08:24 PM

yes, looks alright. did you try to run yum again?

keysorsoze 01-17-2005 12:01 AM

Yes It worked, Thanks I appreciate the help, I was stuck for a good 2 hours.


All times are GMT -5. The time now is 02:45 AM.