[gstreamer-bugs] [Bug 468893] fails to build if libcheck is not installed

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Sep 8 12:30:13 PDT 2007


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=468893

  GStreamer | gst-plugins-good | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #4 from Tim-Philipp Müller  2007-09-08 19:30 UTC -------
This looks like a bug in the debian libgstreamer0.10-dev dependencies list. 
Since libcheck is linked statically into libgstcheck-0.10 (which comes with
libgstreamer-0.10), libgstreamer0.10-0 does not need to depend on the check
package, but since libgstcheck's headers include check.h, at least the -dev
package needs to depend on the check package.

The gst-plugins-good configure check in CVS checks for libgstcheck, which
should be sufficient.

The reason it only happens with -good is probably that that's the only module
which has disabled unit tests for which we use the noinst_PROGRAMS, which is
built on 'make' and not only on 'make check' like the others.  I'd guess that
if you built gst-plugins-base from CVS and then did 'make check' in tests/check
that wouldn't work either.


-- 
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=468893.




More information about the Gstreamer-bugs mailing list