GNOME Bugzilla – Bug 462154
build-failures with index disabled in core
Last modified: 2007-10-11 10:50:35 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'
Created attachment 92802 [details] [review] make the index usage conditional gstcddabasesrc.c | 11 +++++++++-- gstcddabasesrc.h | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-)
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
After some irc discussion with tim and mike, we agreed on rather removing the configure option to disable index. Its more pain that gain.