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 334334 - gst-plugins-ugly requests bootstrap/libmap
gst-plugins-ugly requests bootstrap/libmap
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
2.13.x
Other All
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2006-03-12 18:06 UTC by Aaron Wartner
Modified: 2006-03-13 02:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aaron Wartner 2006-03-12 18:06:05 UTC
Please describe the problem:
The Makefile for gst-plugins-ugly requests bootstrap/libmap, which does not
exist.  The other requirement, bootstrap/libid3tag, does not exist.  I'm
assuming libmap should be libmad.  

Steps to reproduce:
1. cd garnome-2.13.92/geektoys/gst-plugins-ugly
2. make install


Actual results:
Compilation halts when bootstrap/libmap is not found.

Expected results:
Compilation will identify the library headers and fall back to bootstrap if they
do not exist.  In this case the libraries in bootstrap will be built before
gst-plugins-ugly.

Does this happen every time?
Yes

Other information:
Comment 1 Joseph Sacco 2006-03-12 19:23:28 UTC
Aaron,

What is bootstrap/libmap?  Did you mean bootstrap/something-else???

ls -d bootstrap/lib*
bootstrap/libdaemon  bootstrap/libneon  bootstrap/libtheora
bootstrap/libiconv   bootstrap/libsexy  bootstrap/libtool


-joseph
Comment 2 Aaron Wartner 2006-03-13 00:09:41 UTC
Joseph,

The Makefile lists bootstrap/libmap as a requirement, which must be a typo.  The package, gst-plugins-ugly, depends on libmad, an mp3 library.  I've never heard of libmap before.

- Aaron
Comment 3 Joseph Sacco 2006-03-13 00:21:38 UTC
Aaron,

You must have grabbed a copy before we changed LIBDEPS. For licensing reasons we cannot package libmad in the US.  That be said... If you want MP3 support, adding libmad and libid3tag to your system before you build gst-plugins-ugly is one way to achive MP3 support.

-Joseph