After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 112854 - RedHat 9 apt-get: net-rhythmbox fails
RedHat 9 apt-get: net-rhythmbox fails
Status: RESOLVED DUPLICATE of bug 112853
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-12 18:41 UTC by Stefan Lasiewski
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Lasiewski 2003-05-12 18:42:36 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.
Comment 1 Stefan Lasiewski 2003-05-14 07:14:21 UTC

*** This bug has been marked as a duplicate of 112853 ***