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 112853 - RedHat 9 apt-get: net-rhythmbox fails
RedHat 9 apt-get: net-rhythmbox fails
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.3.3
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 112854 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-05-12 18:35 UTC by Stefan Lasiewski
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Lasiewski 2003-05-12 18:35:03 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.
Comment 1 Ronald Bultje 2003-05-13 12:31:09 UTC
You're probably mixing freshrpms and gstreamer's apt repository. They
provide libFLAC.so.3, we provide libFLAC.so.4.
Comment 2 Stefan Lasiewski 2003-05-14 07:13:52 UTC
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!



Comment 3 Stefan Lasiewski 2003-05-14 07:14:20 UTC
*** Bug 112854 has been marked as a duplicate of this bug. ***