[gstreamer-bugs] [Bug 577275] [check] Exports all symbols by check

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 14 03:32:26 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=577275

  GStreamer | gstreamer (core) | Ver: git

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker




------- Comment #6 from Tim-Philipp Müller  2009-07-14 10:32 UTC -------
I'm not sure what changed, but for me on debian sid (amd64) all our unit tests
suddenly blow up with:

 tpm at zingle:~/gst/git/gstreamer/tests/check$ make gst/gst.check
 Running suite(s): Gst
 check_msg.c:76: No messaging setup [6x]
 0%: Checks: 6, Failures: 0, Errors: 6
 (null):-1:S:gst tests:test_init:0: (after this point) Early exit with return
value 2 [repeated for other tests]

The culprit seems to be the -export-symbols-regex that ends up in my
libs/gst/check/Makefile:

GST_CHECK_LIB_LDFLAGS = -Wl,--export-dynamic -export-symbols-regex
\^\(_*\(gst_\|Gst\|GST_\).*\|check_\(debug\|mutex\|cond\)\|buffers\|mutex\|start_cond\|sync_cond\|thread_list\)$

If I change this to just

GST_CHECK_LIB_LDFLAGS = -Wl,--export-dynamic

it all works fine again. (This is with check-0.9.6 btw, but the check package
hasn't changed in months.)

Not quite sure what the proper fix is, but marking as blocker for now.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=577275.




More information about the Gstreamer-bugs mailing list