Re: Cannot install xine - dependencies?
joseph benavidez <[email protected]> Wed, 27 Feb 2008 10:31:06 +0000 (UTC)
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
Bob Diss <rldiss <at> yahoo.com> writes: ... > > > > Thanks for the response. I tried installing xine > again, but still get the same result. Doesn't look > like the update took, or that it changed anything for > the dependencies on xine-lib-moles. Any ideas? > > [root <at> dvr /]# yum clean all > Cleaning up Everything > [root <at> dvr /]# yum install xine ... > Setting up Install Process > Parsing package install arguments > Resolving Dependencies > --> Running transaction check > ---> Package xine.x86_64 0:0.99.5-1.fc7 set to be > updated > --> Processing Dependency: xine-lib-moles >= 1.1.2 for > package: xine > --> Running transaction check > ---> Package xine-lib-moles.x86_64 0:1.1.10-1.fc7 set > to be updated > --> Processing Dependency: xine-lib = 1.1.10 for > package: xine-lib-moles > --> Finished Dependency Resolution > Error: Missing Dependency: xine-lib = 1.1.10 is needed > by package xine-lib-moles > > I had the exact same problem, and I'm not sure exactly why this works, but here's what I did: Downloaded the xine-lib-moles rpm from here: http://moonshine.freshrpms.net/rpm.html?id=523 ie, wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/7/xine-lib-moles/xine-lib-moles-1.1.10.1-1.fc7.i386.rpm Then do a yum localinstall (which installs xine-lib-mole's deps) yum localinstall xine-lib-moles-1.1.10.1-1.fc7.i386.rpm Now installing xine should work: yum install xine --joseph