GNOME Bugzilla – Bug 112853
RedHat 9 apt-get: net-rhythmbox fails
Last modified: 2009-08-15 18:40:50 UTC
For RedHat 9, I cannot build net-rhythmbox, because it depends on a libFLAC.so.3 , a library that does not exist for RedHat 9. # apt-get install net-rhythmbox (*SNIP*) The following packages have unmet dependencies: net-rhythmbox: Depends: libFLAC.so.3 # net-rhythmbox should probably rely on libFLAC.so.4 , which exists for Redhat9: # ll /usr/lib/libFLAC* lrwxrwxrwx 1 root root 18 May 12 10:44 /usr/lib/libFLAC++.so.2 -> libFLAC++.so.2.1.2 -rwxr-xr-x 1 root root 386976 Mar 31 09:13 /usr/lib/libFLAC++.so.2.1.2 lrwxrwxrwx 1 root root 16 May 12 10:44 /usr/lib/libFLAC.so.4 -> libFLAC.so.4.1.2 -rwxr-xr-x 1 root root 569684 Mar 31 09:13 /usr/lib/libFLAC.so.4.1.2 The latest version of libFLAC is libFLAC.so.4 according to http://flac.sourceforge.net/download.html and http://rpmfind.net/linux/rpm2html/search.php?query=flac libFLAC.so.3 cannot be found on http://flac.sf.net (http://www.google.com/search?q=site%3Aflac.sourceforge.net+libFLAC.so.3) net-rhythmbox should probably rely on libFLAC.so.4 , which exists for Redhat9.
You're probably mixing freshrpms and gstreamer's apt repository. They provide libFLAC.so.3, we provide libFLAC.so.4.
I am only using gstreamer for sources: # grep ^rpm /etc/apt/sources.list rpm http://gstreamer.net/releases/redhat/ redhat-9-i386 deps redhat rpm-src http://gstreamer.net/releases/redhat/ redhat-9-i386 deps redhat Ah, but you're right: # apt-get install flac ... flac is already the newest version. # If I uninstall flac-1.1.0-fr3, it works fine. Finally, after trying for 3 weeks, I can finally install gstreamer-universe!
*** Bug 112854 has been marked as a duplicate of this bug. ***