On Apr 7, 2005 6:36 PM, Gene C. <czar@xxxxxxxxx> wrote: > but I get: > Error: Unable to satisfy dependencies > Error: Package gstreamer-plugins needs libFLAC.so.4, this is not available. > Error: Package gstreamer-plugins needs libmusicbrainz.so.2, this is not > available. > It appears (to me) that gstreamer-plugins has not been rebuilt for the > current/updated libraries. Uhm... are you sure you aren't reading that error message wrong? I think the error message yum is throwing for you is from the version of gstreamer-plugins you have installed.. and not the version sitting in the develop tree. On my x86 system.. i have the latest gstreamer-plugin installed without a problem. rpm -q gstreamer-plugins gstreamer-plugins-0.8.8-5 rpm -q --requires gstreamer-plugins|grep FLAC libFLAC.so.7 rpm -q --requires gstreamer-plugins|grep brainz libmusicbrainz >= 2.1.1 libmusicbrainz.so.4 My system is synced with rawhide with no packages left that need updating. > Any hints as to what is going on? Potentially an x86_64 multilib issue? Do you have both the 32 bit and 64bit versions of gstreamer-plugins installed? -jef