[WBEL-users] xmms-mp3 dependency problem (repost)

Tsai Li Ming mailinglist@ltsai.com
Sat, 14 Aug 2004 23:32:19 +0800


Randy Kelsoe wrote:
> Tsai Li Ming wrote:
> 
>> I have downloaded the xmms-mp3 but it couldn't install because of a 
>> dependency problem:
>>
>> warning: xmms-mp3-1.2.7-0.dag.rhel3.i386.rpm: V3 DSA signature: NOKEY, 
>> key ID 6b8d79e6
>> error: Failed dependencies:
>>         xmms = 1.2.7 is needed by xmms-mp3-1.2.7-0.dag.rhel3
>>
>>
>> I'm using xmms-1.2.7-22.1.p installed via yum 
> 
> 
> It installed fine for me using yum. You might make sure you have these 
> lines uncommented in your /etc/yum.conf  file:
> 
> [Dag]
> name=Dag
> baseurl=http://apt.sw.be/redhat/el3/en/i386/dag/
> 
> also import Dag's key:
> 
> rpm --import http://apt.sw.be/packages/RPM-GPG-KEY.dag.txt
> 
> Then try:
> 
> yum install xmms-mp3
> 
> If that does not work, try
> 
> rpm -e xmms-1.2.7-22.1.p
> 
> then:
> 
> yum install xmms*
> 
> which will get xmms and all of the xmms extras in Dag's repository.

Still can't get it working.

# yum install xmms xmms-mp3
Gathering header information file(s) from server(s)
Server: White Box Enterprise Linux 3.0 - i386 - Base
Server: Dag RPM Repository for Red Hat Enterprise Linux
Server: White Box Enterprise Linux 3.0 - i386 - Released Updates
Server: Vanree White Box Enterprise Linux 3.0 - i386 - Personal additions
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package xmms-mp3 needs xmms = 1.2.7, this is not available.

I've tried installing xmms(wbel) and xmms-mp3(dag) via rpm:
# rpm -ivh xmms-1.2.7-22.1.p.i386.rpm xmms-mp3-1.2.7-0.dag.rhel3.i386.rpm
error: Failed dependencies:
         xmms = 1.2.7 is needed by xmms-mp3-1.2.7-0.dag.rhel3


Liming