I'm getting the following dependency problem. Please advise how to resolve. Running 5.5 with latest kernel and all updates. Tried getting this one to update and can't - what am I missing?
18:02:57 : Packages to update 18:02:57 : ---> libcaca-0.99-0.1.beta17.el5.rf.i386 18:02:57 : Preparing for install/remove/update 18:02:57 : --> Preparing for a full update 18:02:57 : --> Running transaction check 18:02:57 : --> Processing Dependency: libcucul.so.0 for package: xine 18:02:57 : ---> Package libcaca.i386 0:0.99-0.1.beta17.el5.rf set to be updated 18:03:00 : --> Finished Dependency Resolution 18:03:00 : xine-0.99.5-1.el5.rf.i386 from installed has depsolving problems 18:03:00 : --> Missing Dependency: libcucul.so.0 is needed by package xine-0.99.5-1.el5.rf.i386 (installed) 18:03:06 : Error in Dependency Resolution 18:03:06 : Missing Dependency: libcucul.so.0 is needed by package xine-0.99.5-1.el5.rf.i386 (installed)
18:03:00 : --> Finished Dependency Resolution 18:03:00 : xine-0.99.5-1.el5.rf.i386 from installed has depsolving problems 18:03:00 : --> Missing Dependency: libcucul.so.0 is needed by package xine-0.99.5-1.el5.rf.i386 (installed) 18:03:06 : Error in Dependency Resolution 18:03:06 : Missing Dependency: libcucul.so.0 is needed by package xine-0.99.5-1.el5.rf.i386 (installed)
So you have a package from rpmforge missing a dep. Most likely rf has the packages to satisfy deps for its own packages...
# yum whatprovides */libcucul.so.0
</snip>
libcaca-0.99-0.1.beta17.el5.rf.x86_64 : Library for Colour AsCii Art, text mode graphics Repo : rpmforge Matched from: Filename : /usr/lib64/libcucul.so.0
So did you yank the rmp w/o enabling the repo?
Ed Westphal wrote:
I'm getting the following dependency problem. Please advise how to resolve. Running 5.5 with latest kernel and all updates. Tried getting this one to update and can't - what am I missing?
known problem, see the rpmforge users list. It's being worked on. Current solution: don't upgrade libcaca.
Nicolas Thierry-Mieg wrote:
Ed Westphal wrote:
I'm getting the following dependency problem. Please advise how to resolve. Running 5.5 with latest kernel and all updates. Tried getting this one to update and can't - what am I missing?
known problem, see the rpmforge users list. It's being worked on. Current solution: don't upgrade libcaca.
Thanks. I kinda figured it out for myself, after wasting a bit of time trying to dissect the problem. It happens. Ain't the first, won't be the last. Take care.