[PlanetCCRMA] Funny apt problem

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri Sep 19 10:39:01 2003


> > I would bring the libsamplerate library up to the 9 version (which has
> > the same version number, it was built before I started adding the rhxx
> > tags to the release). Do a:
> > 
> > rpm -e --nodeps libsamplerate libsamplerate-devel
> > apt-get -f install (should bring it back in)
> > apt-get install ardour
> 
> When I do install ardour I get:
> 
> he following packages have unmet dependencies:
>   ardour: Depends: libsamplerate.so.0
>           Depends: libsamplerate.so.0(libsamplerate.so.0.0)
>           Depends: libsndfile.so.1(libsndfile.so.1.0)
> E: Broken packages
> 
> Which is wierd. I guess I must have a messed up config somewhere.

Does not sound like configuration problems (unless you are somehow
pointing to the 8.0 repository). There is a dependency problem in the
packages you have installed in your machine. 

What do you get if you do a:

# rpm -q --provides libsndfile
libsndfile.so.1
libsndfile.so.1(libsndfile.so.1.0)
libsndfile = 1.0.5-1
# rpm -q --provides libsamplerate
libsamplerate.so.0
libsamplerate.so.0(libsamplerate.so.0.0)
libsamplerate = 0.0.15-1

-- Fernando