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 462154 - build-failures with index disabled in core
build-failures with index disabled in core
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-31 14:52 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-10-11 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make the index usage conditional (3.11 KB, patch)
2007-07-31 15:09 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
accepted-commit_now Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-31 14:52:18 UTC
../../gst-libs/gst/cdda/.libs/libgstcdda-0.10.so: undefined reference to `gst_index_add_format'
../../gst-libs/gst/cdda/.libs/libgstcdda-0.10.so: undefined reference to `gst_index_add_association'
../../gst-libs/gst/cdda/.libs/libgstcdda-0.10.so: undefined reference to `gst_index_get_writer_id'
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-31 15:09:33 UTC
Created attachment 92802 [details] [review]
make the index usage conditional

gstcddabasesrc.c |   11 +++++++++--
gstcddabasesrc.h |    2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-31 19:21:31 UTC
more patches needed:

(<unknown>:14565): GStreamer-WARNING **: Failed to load plugin '/opt/gnome/lib/gstreamer-0.10/libgstmpeg2dec.so': /opt/gnome/lib/gstreamer-0.10/libgstmpeg2dec.so: undefined symbol: gst_index_entry_assoc_map

(<unknown>:14565): GStreamer-WARNING **: Failed to load plugin '/opt/gnome/lib/gstreamer-0.10/libgstmad.so': /opt/gnome/lib/gstreamer-0.10/libgstmad.so: undefined symbol: gst_index_entry_assoc_map

(<unknown>:14565): GStreamer-WARNING **: Failed to load plugin '/opt/gnome/lib/gstreamer-0.10/libgstmpegstream.so': /opt/gnome/lib/gstreamer-0.10/libgstmpegstream.so: undefined symbol: gst_index_add_format
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-17 20:17:26 UTC
After some irc discussion with tim and mike, we agreed on rather removing the configure option to disable index. Its more pain that gain.