GNOME Bugzilla – Bug 112854
RedHat 9 apt-get: net-rhythmbox fails
Last modified: 2004-12-22 21:47:04 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. Using these sources, as suggested by the gstreamer homepage: # grep gst /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 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. # 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.
*** This bug has been marked as a duplicate of 112853 ***